/*** RESET *******************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/******************************************************/

body{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 90%;
background: url(/images/bg_body.png) repeat;
}

div#verlauf_body{
display: block;
height: 387px;
background: url(/images/gradient_body.png) repeat-x;
}

div#container{
margin: -387px auto 15px auto;
width: 900px;
}

/**** HEADER ****/

div#header img{
float: left;
}

div#keywords_top{
display: block;
height: 47px;
line-height: 23px;
padding: 23px 0 17px 0;
margin: 15px 0;
}

#logo_bgf{
    height: 65px;
    width: auto;
    float: right !important;
    
}
/**** NAV ****/

ul#nav{
display:block;
height: 48px;
line-height: 45px;
margin-bottom: 15px;
background: url(/images/bg_nav.png) repeat-x center top;
}

ul#nav li{
display: inline;
}

ul#nav a{
display:block;
width: 150px; /*128.55*/
height: 45px;
float: left;
text-align: center;
border-top: 3px solid #000000;
}

ul#nav a{
color: #eeeeee;
text-decoration: none;
font-weight: bold;
font-size: 120%;
}
ul#nav a:hover, ul#nav li.current a{
color: #eb3d00;
border-color: #eb3d00;
}

/**** MAIN ****/

div#main{
margin-bottom: 15px;
}

div#main_title{
display: block;
height: 57px;
background: url(/images/bg_h1.png) no-repeat;
}

div#main_title h1{
padding: 20px 0;
font-size: 170%;
text-align: center;
color: #eb3d00;
font-weight: normal;
}

div#main_text{
padding: 10px;
background: url(/images/bg_main.png);
line-height: 1.5em;
font-size: 90%;
color: #333333;
min-height: 300px;
}

div#main_text h1{
font-size: 150%;
margin: 1em 0 0.8em 0;
border-bottom: 1px solid #666666;
padding-bottom:5px;
}

div#main_text h2{
font-size: 130%;
margin: 1.2em 0 0.5em 0;
border-bottom: 1px solid #aaaaaa;
padding-bottom:5px;
}
div#main_text h3{
font-size: 110%;
margin: 1.2em 0 0.5em 0;
border-bottom: 1px solid #aaaaaa;
padding-bottom:5px;
}

div#main_text p{
margin: 1em 0;
}

div#main_text td{
padding: 5px;
}

div#main_text ul{
margin: 1em 0 1em 3em;
list-style: square;
}

div#main_text ol{
margin: 1em 0 1em 3em;
list-style: decimal;
}

div#main_text a[href]{
color: #eb3d00;
text-decoration: none;
}

div#main_text a[href]:hover{
text-decoration: underline;
}

/**** FOOTER ****/

div#footer{
display: block;
width: 100%;
height: 30px;
background: #000000;
color: #eeeeee;
line-height: 15px;
text-align: center;
font-size: 70%;
padding: 4px 0;
}

div#footer a{
color: #eb3d00;
text-decoration: none;
}
div#footer a:hover{
text-decoration: underline;
}

div#footer2{
font-size: 75%;
line-height: 20px;
}

ul#footer2_links li{
display: inline;
margin-right: 10px;
float: left;
}

ul#footer2_links a, a#link_allesedv{
text-decoration: none;
color: #666666;
}

ul#footer2_links a:hover, a#link_allesedv:hover{
color: #000000;
}

a#link_allesedv{
float: right;
}
#cookiemessage{
    position: fixed;
    bottom: 0px;
    font-size: 13px;
    width: 100%;
    z-index: 9999;
    display: none;
}
#cookiemessage .content{
    box-sizing: border-box;
    margin: 0px auto;
    background-color: #000;
    padding: 10px;
    text-align: center;
}
#cookiemessage p{            
    display: inline;
    padding: 10px 15px;
    vertical-align: middle; 
    width: 100%;    
    color: #fff;
}
#cookiemessage button{
    padding: 5px 30px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #000;
    background-color: #fff;
}
#cookiemessage a{
    text-decoration: none;
    vertical-align: middle;
    color: #fff;
}

#cookiemessage a:hover{
    vertical-align: middle;
    text-decoration: underline;	
    color: #fff;
} 

#cookieMoreInfoText{
    padding: 10px;
    color: #fff;
    text-align: justify;
}
video {
    width: 100%;
    height: 100%;
}