/* CSS Document */
* {margin: 0px; padding: 0px; border: 0px;}

body {background: none;} 

#pagewrapper {width: 100%; margin: 0 auto;}
#head {width: 100%; height: auto;}#contentwrapper {background: #fff; width: 100%;}#navigation {display: none; position: absolute; left: -10000px;}#content {margin-top: 50px;}#footer {padding: 10px 0; border-top: 1px solid #eee; margin: 10px 0;}//Zweispalter.zweispalter {width: 100%;}
.zweispalter_1 {width: 46%;}
.zweispalter_2 {width: 46%; margin-left: 4%;}
.zweispalter_1, .zweispalter_2 {float: left;}
.clboth {clear: both; display: block; line-height: 0; font-size: 0;}