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

#title {
height:110px;
padding:0px;
background-color:#0099cc;
border-bottom:1px solid #003b4c;
}
#left {
background-color:#efeff7;
width:200px;
float:left;
}
.menucontainer {
border:1px solid #0099cc;
background-color:#ffffff;
width:150px;
margin:10px;
padding:5px;
}
.menubild {
border:1px solid #0099cc;
background-color:#ffffff;
width:150px;
margin:10px;
padding:5px;
}
#content {
border:1px solid #efeff7;
background-color:#efeff7;
width:778px;
float:right;
padding:0px 10px;
}
//--></style>

