﻿<style type="text/css"><!--
body
{
hier kann ich was ich will reinschreiben, da aus irgendeinem Grund der erste style pro datei nie genommen wird!
kann mir irgendjemand auf der welt diesen unsinn mal erklären?????
}
body
{
 font-family:arial;
 font-size:12px;
 background-color:#D6D1E2;
 text-align:center;
 margin:0px;
 height:100%;
}

#title {
height:100px;
padding:5px;
background-color:#ffffff;
border-bottom:15px solid #E88B62;

}
#left {
background-color:#ffffff;	/*hellblau aaffff*/
width:140px;
float:left;
margin:0px;
padding:0px;
}
.menucontainer {
background-color:#ffffff; /*rosa ffaaff*/
width:135px;
margin:0px;
padding:5px 0px 5px 5px;
}

#content {

border-left:1px solid #E88B62;
background-color:#ffffff;		/*gelb ffff00*/
width:835px;
float:right;
padding:0px 10px;
height: 100%
}
//--></style>
