also hab das ausprobiert was ihr gesagt hab un hab das auch in der Main.css gemacht nur verschiebt sich dann die ganze page ? hier meine css.
vlll könn tihr mir helfen
/* - HTML + BODY STYLE - */
* {
margin: 0px;
padding: 0px;
}
html {
width: 100%;
height: 100%;
background-color:#FFFFFF;
}
body {
width: 100%;
height: 100%;
font-size: 11px;
line-height: 18px;
color: #333;
font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
background-color:#E3D29F;
margin: 20px;
padding:210px;
}
#wrapper {
width:800px;
height:auto;
margin:auto;
}
.header1 {
background-image:url(../img/index_01.png);
width:354px;
height:200px;
float:left;
}
.header2 {
background-image:url(../img/index_02.png);
width:446px;
height:200px;
float:left;
}
#navi {
width:800px;
height:28px;
float:left;
}
.terminel {
background-image:url(../img/index_26.png);
width:800px;
height:31px;
float:left;
}
#content {
background-image:url(../img/index_31.png);
width:800px;
height:auto;
}
.clinks {
background-image:url(../img/clinks.png);
width:520px;
float:left;
padding-left:15px;
}
.crechts {
background-image:url(../img/crechts.png);
width:241px;
float:right;
}
.partner {
width:230px;
margin:auto;
padding-top:5px;
text-align:center;
}
#footer {
width:528px;
height:25px;
float:left;
padding-left:11px;
padding-top:3px;
text-align:center;
font-weight:bold;
}
/* - TABELLEN EINGENSCHAFTEN - */
td {
font-size: 11px;
line-height: 18px;
font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";
}
/* - MISC STYLE - */
ul {
margin: 0px;
padding: 0px;
}
li {
list-style: none;
}
form {
margin: 0px;
padding: 0px;
}
img {
border: none;
}
/* - FLOAT CLEANER - */
#cleaner {
clear: both;
height: 0px;
font-size: 0px;
display: block;
width: 100%;
}
/* - STANDARD LINK FORMATIERUNG - */
a {
color: #333;
text-decoration: none;
}
a:hover {
color: #333;
text-decoration: underline;
}