@import url("style3.css");



/* ausgeblendete Elemente
----------------------*/
#headerRight,
#headerBottom,
#navi,
#below-navi,
#footer,
.content-navi,
#spalte_rechts,
#content .navi { display:none; visibility:hidden; }


/* angepasste Elemente
----------------------*/
#headerLeft, #headerCenter { position:relative; top:0; left:0; float:left; background:#fff; padding:0; margin:0; }
#headerLeft { width:60%; height:100px; border-bottom:1px solid #000; }
#headerLeft img { padding:0; margin:0; }
#headerCenter { width:40%; height:100px; font-family: Verdana, Arial, sans-serif; font-size:10px; color:#000; text-align:left; line-height:13px; border-bottom:1px solid #000; }

#main { position:relative; top:0; left:0; float:none; clear:left; width:100%; }

#content { position:relative; top:0; left:0; margin:0; background:#fff; float:none; clear:none; width:97%; padding:10px 30px 30px 0; }

.content-item { border-bottom:1px solid #000; }

