*
{
margin:0;
padding:0;
} 
html
{
width:100%;
height:100% !important;      
background:#13adfd url('/images/hintergrund.jpg') no-repeat top center fixed;
}
body
{
width:100%;
height:100%;
background:url('/images/head_bg_effekt.png') repeat-x;  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
#body
{
width:100%;
background:url('/images/footer_bg_effekt.png') repeat-x bottom;  
min-height: 100%;
height: auto !important;
height: 100%; 
padding-bottom:100px;
margin:0 auto -100px; 
position:relative;
}
#body * {position:relative;}
#all
{
width:1020px;
height:100%;
margin:0 auto;   
}

#header
{
width:1020px;
height:217px;
background:url('/images/header_nologin.png') no-repeat;
margin:0 auto;
}
#header_loggedin
{
width:1020px;
height:217px;
background:url('/images/header_loggedin.png') no-repeat;
margin:0 auto;
}

/*Mittelteil*/
#cont_box
{
width:977px;
margin:0 auto;
}

#cont_box .cont_head
{
width:100%;
height:85px;
}

#cont_box .cont_middle
{
width:977px;
height:100%;
background:url('/images/cont_middle.png');
}

#cont_box .cont_foot
{
width:100%;
height:34px;
background:url('/images/cont_foot.png') no-repeat;
}

.content
{
width:900px;
margin:0 auto;
}
/*footer*/
#footer
{
position:relative;
height:100px;
width:1020px;
background:url('/images/footer.png') no-repeat;
margin:0 auto;
}


/*Loginfeld im Header*/
form[name='header_login'] 
{
width:371px;
height:120px;
float:right;
margin-right:45px;
border:none;
background:url('/images/loginani.gif') no-repeat;
}
form[name='header_login'] input[name='kunden_id']
{
margin-top:10px;
margin-left:145px;
width:200px;
height:20px;
background:none;
border:none;
}
form[name='header_login'] input[name='pw']
{
margin-top:10px;
margin-left:148px;
width:195px;
height:20px;
background:none;
border:none;
}
form[name='header_login'] input[type='submit']
{
margin-top:6px;
margin-left:18px;
width:100px;
height:26px;
background:none;
border:none;
}
form[name='header_login'] input[type='submit']:hover
{
background:url('/images/buttons/einloggen_hover.png');
}

form[name='header_login'] a[name='getpw']
{
display:block;
width:123px;
height:21px;
margin-left:18px;
}
form[name='header_login'] a[name='getpw']:hover
{
background:url('/images/buttons/pw_vergessen_hov.png');

}
.clear
{
clear:both;
}
.clear_left
{
clear:left;
}
.clear_right
{
clear:right;
}
.meldung
{
display:block;
width:100%;
padding-bottom:15px;
font-size:10pt;
font-weight:bold;
text-align:center;
}