Zitat Zitat von B.A.D. Beitrag anzeigen
oder der content ist in der css datei zubreit eingestellt das kann das design auch verschieben verzerren oder was auch immer ^^

Hier die main.css . Irgendetwas merkwürdiges was da falsch ist?

Code:
.rand {
border: #000000;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.titel-rand {
border: #000000;
border-style: solid;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
}

.rand-menue {
border: #000000;
border-style: solid;
background-color: #168baa;
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 12px;
font-weight: normal;
color: #168baa;
border-width: 1px 1px 1px 0px;
}

A:link,A:visited,A:active {
color: #168baa;
text-decoration: none;
}

A:hover { 
color: #0e647b;
text-decoration: none;
}

.small {
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 12px;
}

.topic {
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 12px;
}

body {
margin-top:5;
margin-bottom:5;
margin-left:5;
margin-right:5;
background-color:#29b8de;
}

body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {
font-family: Geneva, Arial, Helvetica, san-serif;
font-size:12px;
color:#168baa;
line-height:10pt;
}

input {
border-width: 1;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, san-serif;
border-color: #000000;
border-style: solid;
background-color: #c1dbf1;
color: #41261B;
font-weight: normal;
}

select {
border-width:1;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, san-serif;
border-color: #000000;
border-style: solid;
background-color: #c1dbf1;
color: #000000;
}

textarea {
border-width: 1;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, san-serif;
border-color: #000000;
border-style: solid;
background-color: #c1dbf1;
color: #000000;
font-weight: normal;
}

option {
border-width:1;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, san-serif;
border-color: #000000;
border-style: solid;
background-color: #c1dbf1;
color: #000000;
}

.tr_row0 {
 BACKGROUND-COLOR: #ffffff;
}

.tr_row1 {
 BACKGROUND-COLOR: #ffffff;
}

.tr_head {
 BACKGROUND-COLOR: #bbd6ee;
 COLOR:#000000;
 FONT-WEIGHT: bold;
}