/*  +++++++++++++ CONTENTCSS von Nikolai Selders www.th3design.de 2007 +++++++++++++ */


* {  
margin:0;
padding:0;
}

img {border:0px;}

/* html, body { 
text-align: center; 
padding:15px 0 1px 0;so wird der Abstand der Seite zum Browserrand bestimmt 
 }*/
 



/* #container {
position: relative;
width:800px;  
height:610px;
margin:  0 auto; 
border:1px solid #3f3f3f;
}*/
#container {
position: absolute;
width:800px;  
height:610px;
left:50%;
top:50%;
margin-left:  -400px ; 
margin-top:  -300px ; 
border:1px solid #3f3f3f;
}



 #head, #left, #foot {
position:relative;
left:0px;
}


#head{
width:100%;
height:202px;
background: #011D28;
background-image: url('../layout/head01.gif');
text-align:left;
}

#left{
width: 150px;
height:100px;
margin-top:17px;
float:left;

}

#middle{
position:relative;
width:100%; 
height:273px;
background-color: #fff;
border:0px solid #768a89;
}


#content{
position:absolute;
width:560px;
text-align: left;  
left:210px;
top:18px;
height:260px;
}



#foot{
height:135px;
width:100%;
background: #fff;
clear:both;
}




