@import url(screen_basis.css);

#div_content{
background-color:#FFFFFF;
 background-image:url(../images/hintergrund_doppelgrau.gif);
 background-repeat:repeat-y;
 background-position:left;
}

#div_block1{

 float: left; 
 display:inline; 
 width:360px; 
 margin-left:0px;
}

#div_block2{
/* background-color:#0066CC;*/
 width:170px; 
 float:left; 
 margin-left:10px;
 margin-top:0px;
 padding-top:0px;
 padding-left:10px;
/* border-left:#CCCCCC solid 1px;
 border-right:#CCCCCC solid 1px;*/
 }
#div_block3{
/* background-color:#0066CC;*/
 width:170px; 
 float:left; 
 margin-left:20px;
 margin-top:0px;
 padding-top:0px;
 }
