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

body {background: #fff; overflow-x: hidden; }
#pagewrapper {width: 100%;}

#navigation_wrapper {width: 100%; height: 60px; background: url(../images/naviback.gif) repeat-x center top; margin: 0 0 40px 0;}
#navigation {width: 960px; height: 60px; margin: 0 auto; }

#head {width: 960px; height: 60px; padding-top: 0px;}

#logo {width: 960px; height: 69px}

#contentwrapper {clear: both; width: 100%;}

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

#footer_wrapper {width: 100%; }
#footer {width: 960px; height: 300px; clear: both; margin: 50px auto 0 auto; padding: 20px 0 0 0; text-align: right}

#legals {width: 100%; margin: 0 auto; border-top: double 3px #ccc; background: #e8e1d1; border-bottom: double 3px #ccc; height: 50px;}

//Zweispalter
.dreispalter {width: 960px;}
.dreispalter h1 {margin: 0 0 0 0;}
.dreispalter_2, .dreispalter_3 {margin-left: 15px;}
.dreispalter_1, .dreispalter_2, .dreispalter_3 {width: 290px; float: left; padding: 0 10px;}
.clboth {clear: both; display: block; line-height: 0; font-size: 0;}
