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

body {background: url(../images/back.jpg) repeat-y;} 

#pagewrapper {width: 1000px; height: 2000px; margin: 0;}

#headwrapper {width: 1200px; height: 205px; background: url(../images/head.jpg) no-repeat; }
#head {margin-left: 0px;}
#navigation {}

#contentwrapper {width: 1200px; background: url(../images/baumstamm.jpg) repeat-y #ffffff; }

#content {background: url(../images/content_top.jpg) no-repeat; }
#left {float: left; width: 239px; margin-left: 29px;}
#right {float: left; width: 720px; margin-left: 40px; min-height: 290px;}

#baumstammmix {background: url(../images/baumstamm_mix.png); height: 34px;}

#footerwrapper {width: 1200px; height: 259px; background: url(../images/footer.jpg) no-repeat;}
#footer {padding: 220px 0 50px 88px;}
#legals {float:right; width: 300px;}


#suchbox {padding: 6px 0 6px 25px;}
#suchbox input.search {width: 115px; background: #eee; font-size: 0.85em; color: #042e61;}
#suchbox input.button {width: 80px; background: #eee; color: #888; font-size: 0.85em;}
#suchbox input.button:hover {color: #333;}
#suchbox input.button:active {color: #000; font-weight: bold;}

//Zweispalter
.zweispalter {width: 720px;}
.zweispalter_1 {width: 350px;}
.zweispalter_2 {width: 350px; margin-left: 20px;}
.zweispalter_1, .zweispalter_2 {float: left;}
.clboth {clear: both; display: block; line-height: 0; font-size: 0;}

