@import url("leftmenu.css");
@import url("general.css");
@import url("styled_content.css");
@import url("styled_imgtxt.css");
@import url("tables.css");


#maincontainer {
width: 760px;
margin-left: auto;
margin-right: auto;
background: url(../img/backgroundbunt.gif);
background-position: left top;
background-repeat: repeat-y;
/*border: 1px solid black;*/
}
div#header {
background: url(../img/kopfbunt.gif);
background-position: left top;
background-repeat: no-repeat;
height: 159px;
width: 760px;
/*border: 1px solid silver;*/
}


div#left {
float: left; 
width: 150px;
background-color: #19CFF6;
overflow: hidden;
}


div#right {
background-color: #19CFF6;
float: left;
width: 150px;
overflow: hidden;
}


div#middle {
float: left;
width: 444px;
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
}




div#footer {
clear: both;
background: url(../img/footerbunt.gif);
background-position: left top;
background-repeat: no-repeat;
background-color: #FFFFFF;
height: 63px;
width: 760px;
}