html{width: 100%; height: 100%; 	overflow: hidden;}
body {height: 100%; margin: 0px;
background-color: black;overflow: hidden;
}
body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #98CC68;
}
a {
	color: #5B98A4;
	text-decoration:none;
}
a:hover {color: #5B98A4; text-decoration: underline;}
#container{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow:auto;
	z-index:2;
}
#innencontainer{
	position:absolute;
	top:0px;
	left:0px;
	width:85%;
	margin-right:110px;
	border-left: 10px solid #46B2E3;
}
#navi{
	position: absolute;
	top: 15px;
	right:20px;
	width:auto;
	z-index:3;
	margin-left: -23em;
}
a.navi{
	color: #999999;
	width:100px;
	height:1.7em;
	display: block;
	text-align: left;
 	text-decoration: none;
	line-height:20px;
	padding:5px 0px 0px 5px;
	border-bottom: 2px none #333333;
	background-color: black;
}
a.navi:hover{
	color: White;
	background-color: #414141;
	border-bottom: 0px none #333333;
 	text-decoration: none;
}
.text{
	position:relative;
	width:590px;
	margin: 60px auto 110px auto;
	text-align:justify;
}
#kp-dt{
	position:relative;
	width:75%;
	line-height: 50px;
	text-align:left;
	color:#999999;
	font-weight: bold;
}
#kp-eg{
	position:absolute;
	top:24px;
	right:0px;
	width:70%;
	line-height: 50px;
	text-align:right;
	font-weight: bold;
}
.mp3-aussen{background-color: #375960; padding:8px 0px 8px 8px ;}
.mp3-innen{padding:8px 0px 8px 8px;  width: 50%; }
.mp3-linie{	background-color: #375960; height: 1px;}
.orange{color:#EB9454;}
.underline{
	text-decoration:underline;
}
.klein{
	font-size: 10px;
}
hr {color: #98CC68; line-height:0px; border:solid 2px}
.BildRundeEcken{border-radius:3px; -moz-border-radius:3px; -khtml-border-radius:3px;}