body, html {
	width:100%;
	height:100%;
}
@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('../_assets/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../_assets/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_assets/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../_assets/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../_assets/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('../_assets/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('../_assets/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_assets/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('../_assets/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('../_assets/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, td {
	margin: 0px;
	background-color: #6D6C4F;
	overflow:hidden;
	font-family: YanoneKaffeesatzRegular, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #F0E02B;
}
#container {
	position: absolute;
	top: 25px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	color: #645D99;
	z-index: 1;
	visibility: visible;
}
#inhalt {
	position: absolute;
	width: 100%;
	height: 1000px;
}
#visual {
	position: absolute;
	top: 20px;
	right: 25px;
	z-index: 2;
	width: 206px;
	height:137px;
}
#logo {
	position: absolute;
	top: 20px;
	right: 31%;
	z-index: 3;
	width: 1164px;
	height:102px;
}

p {
	margin-top:0px;
	margin-bottom:50px;
}
#text {
	position: absolute;
	top: 200px;
	right: 30%;
	z-index: 3;
	width: 500px;
	text-align: left;
	color: #F0E02B;
	padding:5px;
	margin-right:-2px;
	padding-bottom:40px;
	min-height: 200px;
	background-color: #4B411D;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 0px;
}

#text a {
	text-decoration: none;
	color: #F0E02B;
	padding: 1px 2px;
	border-bottom: 2px dotted #F0E02B;
}
#text a:hover {
	background-color: #F0E02B;
	color: #4C4C61;
}

#navi {
	position:absolute;
	top:200px;
	right:26px;
	text-align:right;
	z-index: 4;
}
#navi a {
	text-decoration: none;
	color: #F0E02B;
	font-weight:bold;
	display: block;
	padding-right:10px;
	background-repeat: repeat;
	background-position: left;
	background-image: url(/media/TransWhite2.gif);
	line-height: 20px;
	width:100%;
	height:100%;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi ul li {
	width: 200px;
	margin:0px 0px 5px 0px;
}
#navi ul li ul {
	padding-right:20px;
}
#navi ul li ul li {
	margin:5px 0px 0px 40px;
	width:160px;
}
#navi a:hover {
	background-color: #F0E02B;
	color: #4C4C61;
	background-image: none;
}
.aktuell {
	background-color: #F0E02B;
	color: #4C4C61;
	background-image: none !important;
}
.high {
	background-color: #F0E02B;
	color: #4C4C61;
	border-left: 20px solid #FF3300;
	padding-left:5px;
}
a img {
	border:none;
}
#staticBK {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}
#staticBK img {
	width:100%;
	height:100%;
}
h1 {
	font-family:YanoneKaffeesatzBold, "Arial Black", Helvetica, sans-serif;
	font-size:22px;
	padding-right:40px;
	margin-right:-5px;
	margin-left:-5px;
	text-shadow: 2px 2px 2px #333;
	filter: dropshadow(color=#333, offx=2, offy=2);
}

h2 {
	font-family:YanoneKaffeesatzBold, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-right:40px;
	margin-right:-5px;
	margin-left:-5px;
}

