*{
margin:0;
padding:0;
}
html, body{
font-family:arial,verdana;
font-size:9pt;
color:#000;
}
html{
min-width:100%;
height:100%;
min-height:100%;
background:url('../images/design/bg_head.jpg') top repeat-x #c0c0c0;
}
body{
min-width:100%;
min-height:100%;
background:url('../images/design/bg_foot.jpg') bottom repeat-x;
}
/*Div um alles rum*/
#all{
width:1013px;
height:100%;
margin:0 auto;
}
/*Header mit den Buttons un dem Login*/
#header{
width:100%;
height:242px;
background:url('../images/design/header.png');
}
#header2{
width:100%;
height:242px;
background:url('../images/design/header_logged.png');
}

#logo{
position:absolute;
margin-left:90px;
margin-top:80px;

}
/*Mittelteil mit dem Navi und dem Content*/
/*Das .cont is um den Inhalt vom Rand weg zu bekommen.*/
#middle{
width:100%;
background:url('../images/design/middle_bg.png') repeat-y;
}
#middle .cont
{
width:1013px;
margin:0 auto;
}

/*Ab hier wird das Loginfeld zu rechtgerückt und umgestaltet*/
#headerlogin{
float:right;
width:300px;
height:140px;
}
#headerlogin form{
float:left;
width:140px;
height:100%;
}
#headerlogin form.user{
margin-left:10px;
}
#headerlogin form a{
display:block;
float:left;
width:76px;
color:#fff;
font-size:7pt;
}
#headerlogin form a.anmelden{
font-size:9pt;
}
#headerlogin .username{
position:relative;
margin-top:45px;
width:135px;
height:20px;
background:none;
border:none;
}
#headerlogin .passwort{
position:relative;
margin-top:13px;
width:135px;
height:20px;
background:none;
border:none;
}
#headerlogin .submit{
float:right;
width:32px;
height:25px;
border:none;
background:none;
}
#headerlogin form.user .submit{
margin-right:31px;
margin-top:-7px;
}
#headerlogin form.sponsor .submit{
margin-right:25px;
margin-top:-7px;
}
#headerlogin .submit:hover, #headerlogin .submit:active{
background:url('../images/design/button_login_hover.png') no-repeat;
}
#headerkonto{
margin-top:50px;
float:right;
font-size:10pt;
font-weight:bold;
width:300px;
height:140px;
}


/*Ab hier die Buttons*/
#headbuttons{
position:relative;
left:41px;
top:183px;
width:850px;
height:45px;
}
#headbuttons menu{
list-style-type:none;
float:left;
}
#headbuttons menu li {
float:left;
display:inline-block;
height:38px;
width:127px;
margin:0 5px;
background:url('../images/design/head_button_normal.png') no-repeat;
text-align:center;
}
#headbuttons menu li:hover{
background:url('../images/design/head_button_hover.png') no-repeat;
}

#headbuttons menu li a{
display:block;
width:120px;
height:20px;
margin-top:10px;
color:#fff;
font-weight:bold;
text-decoration:none;
}

/*content */
#content{
width:653px;
float:left;
}
#content .head{
width:100%;
height:45px;
background:url('../images/design/cont_head.png') no-repeat;
}
#content .head h1{
position:relative;
top:17px;
font-size:11pt;
text-align:center;
}
#content .bgdiv{
width:100%;
height:100%;
background:url('../images/design/cont_middle.png') repeat-y;
}
#content .cont{
width:615px;
padding:10px 0;
margin:0 auto;
}
#content .foot{
width:100%;
height:46px;
background:url('../images/design/cont_foot.png') no-repeat;
}

/*Das Navi*/
#navi_left, #navi_right{
width:175px;
}
#navi_left{
float:left;
margin-left:8px;
}
#navi_right{
float:right;
margin-right:2px;
}
#navi_left .head, #navi_right .head{
width:100%;
height:40px;
}
#navi_left .head{
background:url('../images/design/nav_head_l.png') no-repeat;
}
#navi_right .head{
background:url('../images/design/nav_head_r.png') no-repeat;
}
#navi_left .head h1{
position:relative;
float:left;
font-size:13pt;
margin-top:18px;
margin-left:45px;
}

#navi_right .head h1{
position:relative;
float:left;
font-size:13pt;
margin-top:18px;
margin-left:20px;
}

#navi_left .bgdiv, #navi_right .bgdiv{
width:100%;
height:100%;
background:url('../images/design/nav_bg.png') repeat-y;
}
#navi_left .bgdiv{
background:url('../images/design/nav_bg_l.png') repeat-y;
}
#navi_right .bgdiv{
background:url('../images/design/nav_bg_r.png') repeat-y;
}
#navi_left .cont_link, #navi_right .cont_link, #navi_left .cont_nolink, #navi_right .cont_nolink{
width:190px;
padding:10px 0 0;
margin:0 auto;
}



/*Nav mit link*/
#navi_right .cont_link menu, #navi_left .cont_link menu{
font-weight:bold;
list-style-type:none;
}
#navi_left .cont_link menu{
margin-left:13px;
}
#navi_right .cont_link menu{
margin-left:9px;
}
.cont_link menu li{
padding-left:20px;
padding-top:5px;
}
#navi_left .cont_link menu li.top, #navi_right .cont_link menu li.top{
font-size:8pt;
height:20px;
background:url('../images/design/nav_top_lnk.png') no-repeat;
}
#navi_left .cont_link menu li.mid, #navi_right .cont_link menu li.mid{
font-size:8pt;
height:19px;
background:url('../images/design/nav_middle_lnk.png') no-repeat;
}
#navi_left .cont_link menu li.bot, #navi_right .cont_link menu li.bot{
font-size:8pt;
height:14px;
background:url('../images/design/nav_bottom_lnk.png') no-repeat;
}
#navi_left a, #navi_right a{
color:#000;
text-decoration:none;
}
#navi_left .foot_linked, #navi_right .foot_linked{
width:100%;
height:23px;
margin-bottom:10px;
}
#navi_left .foot_linked{
background:url('../images/design/nav_foot_lnk_l.png') no-repeat;
}
#navi_right .foot_linked{
background:url('../images/design/nav_foot_lnk_r.png') no-repeat;
}


/*Navi - Ohne Link*/
#navi_left .top_nolink, #navi_right .top_nolink{
width:100%;
height:19px;
background:url('../images/design/nav_top_nolink.png') no-repeat;
}
#navi_left .top_nolink{
margin-left:13px;
}
#navi_right .top_nolink{
margin-left:9px;
}
#navi_left .bgdiv_nolink, #navi_right .bgdiv_nolink{
width:100%;
height:100%;
background:url('../images/design/nav_bg.png') repeat-y;
}
#navi_left .cont_nolink, #navi_right .cont_nolink{
font-size:8pt;
width:150px;
padding-left:15px;
background:url('../images/design/nav_middle_nolink.png') repeat-y;
}

#navi_left .cont_nolink_pic, #navi_right .cont_nolink_pic{
font-size:8pt;
width:150px;
padding-left:3px;
background:url('../images/design/nav_middle_nolink.png') repeat-y;
}

#navi_left .cont_nolink{
margin-left:13px;
}
#navi_right .cont_nolink{
margin-left:9px;
}

#navi_left .cont_nolink_pic{
margin-left:13px;
}
#navi_right .cont_nolink_pic{
margin-left:9px;
}
#navi_left .foot_nolink, #navi_right .foot_nolink{
width:100%;
height:19px;
}
#navi_left .foot_nolink{
background:url('../images/design/nav_foot_nolink_l.png') no-repeat;
}
#navi_right .foot_nolink{
background:url('../images/design/nav_foot_nolink_r.png') no-repeat;
}

/*Der Footer*/
#footer{
width:100%;
height:98px;
background:url('../images/design/footer.png') no-repeat;
}
#footleft{
margin-top:25px;
margin-left:35px;

float:left;
}
#footright{
margin-top:49px;
margin-right:45px;
font-weight:bold;
float:right;
}
#footer a#JB-Tainment{
display:inline-block;
position:absolute;
right:155px;
margin-top:15px;
width:200px;
height:20px;
border:0px none;
}
#footleft a, #footright a{
color:#000;
}
.clear{clear:both;}

#cookiebar{
    display: none;
    position: fixed;
    top: 0;
    z-index: 1005;
    left: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 10px;
    opacity: 0.9;
}