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

body {background: #e6e2dd;} 

#pagewrapper {width: 1080px; margin: 0 auto; background: url(../images/pagewrapper.jpg); border-bottom: 10px solid #a51a3f; }
#head {width: 1080px; height: 170px; background: url(../images/header.jpg) 0 -30px; }#contentwrapper {width: 1080px; background: url(../images/footer.jpg) bottom no-repeat; padding-bottom: 170px;}#navigation {width: 1080px; height: 66px;background: url(../images/menu.jpg) no-repeat; padding-bottom: 20px;}#content { border-left: 1px solid #b5ab9b; padding: 0 30px; border-right: 1px solid #b5ab9b; }#content.grid_10 { border-right: none; }#sidebar {float: left; width: 160px; padding: 0 0 0 10px;}
#footer {border-top: 1px solid #b5ab9b; text-align: center; width: 850px; margin: 20px auto 0 auto;}//Zweispalter.zweispalter {width: 100%;}
.zweispalter_1 {width: 45%;}
.zweispalter_2 {width: 45%; margin-left: 8%;}
.zweispalter_1, .zweispalter_2 {float: left;}
.clboth {clear: both; display: block; line-height: 0; font-size: 0;}