html{
background-color: #3b464e;
font-family: dince_light, Tahoma;
font-size: 14px;
color: #767676;
}

body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: url('Bilder/background.jpg') repeat-x;
}

@font-face{ font-family: dince_light; src: url('dince_light.ttf'); }
@font-face{ font-family: dince_light; font-weight: bold; src: url('dince_bold.ttf'); }

h1{
float: right;
width: 100%;
height: 18px;
font-size: 16px;
color: #981b1f;
border-bottom: 1px solid #981b1f;
}

a{
color: #981b1f;
}

.h1box_sidebar{
margin: 7px 0px 7px 10px;
width: 190px;
height: auto;
}

.h1box_content{
margin: 7px 0px 7px 10px;
width: 670px;
height: auto;
}

#wrapper{
margin: 0 auto;
width: 1100px;
height: auto;
}

#banner_links{
width: 520px;
height: 70px;
float:left;
margin-left: 20px;
}

#logo{
z-index: -1;
float:left;
margin-top: 50px;
margin-left: 5px;
background: url('Bilder/logo.jpg');
width: 419px;
height: 94px;
}

#menue{
float:right;
margin-right: 0px;
margin-top: 130px;
padding-top: 35px;
width: 590px;
height: 12px;
background: url('Bilder/background_test_08.jpg') repeat-x;
}

#menuetext{
width: 620px;
height: 20px;
margin-top: -80px;
margin-left: -30px;
}

#menue a{
display:block;
padding: 7px 5px 7px 5px;
text-decoration: none;
color: #fff;
}

#menue a:hover{
display: block;
padding: 7px 5px 7px 5px;
text-decoration: underline;
color: #3b464e;
}

#menue ul{
list-style:none;
}

#menue li{
float:left;
}

#sidebar_links{
float: left;
width: 200px;
height: auto;
min-height: 600px;
background-color: #fff;
margin-right: 10px;
}

#sidebar_links img{
width: 170px;
height: auto;
margin-left: 14px;
margin-top: 10px;
}

#content{
float: left;
width: 680px;
height: auto;
min-height: 600px;
background-color: #fff;
margin-right: 10px;
}

#content p{
margin: 60px 10px;
text-align: justify;
width: 650px;
height: auto;
line-height: 150%;
}

#content ul{
margin-top: -47px;
line-height: 150%;
}

#content_links{
float:left;
width: 200px;
margin: 0;
margin-left: 40px;
padding: 0;
}

#content_rechts{
float: right;
width: 400px;
height: auto;
margin: 0;
padding: 0;
}

#sidebar_rechts{
float: left;
width: 200px;
height: auto;
min-height: 600px;
background-color: #fff;
}

#footer_ads{
width: 100%;
height: 70px; /* 70px normal */
background-color: #fff;
text-align: center;
padding-top: 15px;
margin-top: 10px;
}

#footer_special{
width: 100%;
height: auto;
min-height: 420px;
background-color: #fff;
padding-top: 3px;
margin-top: 10px;
}

#footer{
width: 100%;
height: 24px;
background-color: #fff;
text-align: center;
padding-top: 7px;
margin-top: 10px;
}



#slider          { background: white; height: 500px; overflow: hidden;
                   position: relative; margin: 50px 0; }
#mover           { width: 880px; position: relative; }
.slide           { padding: 10px 10px; width: 190px; float: left; position: relative; }
.slide h3        { font-family: dince_light, Tahoma; font-size: 16px; letter-spacing: -1px;
                   color: #ac0000; }
.slide p         { color: #999; font-size: 10px; line-height: 12px; width: 180px; }
/*.slide img       { position: absolute; top: 20px; left: 10px; }*/
#slider-stopper  { position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
                   padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
