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

body {background: url(../images/back.jpg) no-repeat fixed center top;} 

#pagewrapper {width: 960px; margin: 0 auto;}

#head {width: 720px; height: 255px;}

#contentwrapper {background: #fff; width: 720px;}

#navigation {margin-top: 40px;}
#content {margin: 40px -1px 0 -1px;}


#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;}
