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

body {background: #2f5498;} 

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

#message {float: none; position: absolute; left: 50%; margin-left: -175px; top: 20%; width: 350px; height: 130px; background: #eee; padding: 20px; border: 1px solid #000;}

#line_1_links {width: 960px; height: 43px;}
#line_2_logo {width: 960px; height: 80px; background: url(../images/sprite.gif) 0 -48px;}
#line_2b_login {width: 960px; height: 50px; background: #ffa105; background: url(../images/sprite.gif) 0 -385px;}
#line_3_suche {width: 960px; height: 40px; background: url(../images/sprite.gif) 0 -128px;}
#line_4_selektion {width: 960px; height: 40px; background: url(../images/sprite.gif) 0 -208px;} 
#line_4_selektion_b {width: 960px; height: 0px; background: url(../images/sprite.gif) 0 -208px; visibility:hidden;} 
#line_5_trenner, #line_7_trenner  {width: 960px; height: 10px; background: url(../images/sprite.gif) 0 -248px;}
#line_7_trenner {border-top: 15px solid #fff; height: 20px;}
#footer {width: 960px; height: 45px; background: #eee; padding-top: 5px;}


.contentblock {padding: 20px 30px;}

#content .seitennavigation a {text-decoration: none;}


/* Zweispalter */
.zweispalter {width: 100%; margin: 0 auto;}
.zweispalter_1 {width: 47%;}
.zweispalter_2 {width: 47%; margin-left: 5%;}
.zweispalter_1, .zweispalter_2 {float: left;}
.clboth {clear: both; display: block; line-height: 0; font-size: 0;}
.zweispalter img {float: right;}
