/* CSS Document */

body { 
font-family:  Arial, Verdana, sans-serif; font-size: 12px; color: #ffffff;
padding:0px;
margin: 0px;
background-color: #000000;
scrollbar-arrow-color: #635e53;
scrollbar-base-color: #3f3f3f;
scrollbar-track-color: #3f3f3f;
scrollbar-face-color: #aaaaaa;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #3f3f3f;
scrollbar-darkshadow-color: #3f3f3f;
scrollbar-shadow-color: #827b6a;
}
td, div { 
font-family:  Arial, Verdana, sans-serif; 
font-size: 12px; color: #ffffff;
}

p,form {
	margin:0;
	padding:0;
}
ul{	
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin:0;
	padding:0;
	color: #ecc01d;
}
a:link, a:visited {
	color: #ecc01d;
}
a:hover {
	color: #ffffff;
}

.dunkelbraun{
	color: #ecc01d;
}

.rahmen1px{
	border: 1px solid #ffffff;
}
.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ecc01d;
}
.headlineSub {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
}

.text16px {
	font-size: 16px;
}
.text14px {
	font-size: 14px;
}
.text12px {
	font-size: 12px;
}
.text11px {
	font-size: 11px;
}
.rot {
	color: #cccccc;
}



/* DIV Haupt Layer */

#rahmen {
	margin-left: -425px;
	margin-top: -290px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 850px;
	height: 580px;
	background-image: url(../pics/hintergrund.jpg);
	background-repeat: no-repeat;
	z-index:10;
}
#logo {
	position: absolute;
	left: 430px;
	top: 107px;
	width: 339px;
	height: 99px;
	background-image: url(../pics/logo.gif);
	background-repeat: no-repeat;
	z-index:20;
}
#logoClaim {
	position: absolute;
	left: 209px;
	top: 190px;
	width: 445px;
	height: 16px;
	text-align:right;
	z-index:20;
}
#head {
	position: absolute;
	left: 83px;
	top: 177px;
	width: 313px;
	height: 29px;
	z-index:30;
}
#logosRechts {
	position: absolute;
	left: 727px;
	top: 403px;
	width: 113px;
	height: 177px;
	z-index:20;
}
#flaggen {
	position: absolute;
	left: 84px;
	top: 20px;
	width: 125px;
	height: 23px;
	z-index:20;
}
#impressum {
	position: absolute;
	left: 606px;
	top: 20px;
	width: 229px;
	height: 21px;
	z-index:20;
	text-align: right;
}
#impressum a {
font-family:  Arial, Verdana, sans-serif;
text-decoration: none;
font-weight:normal;
font-size: 11px;
color:#666666;
}
#impressum a:hover {
text-decoration: none;
font-size: 11px;
color:#ffffff;
}
#player {
	position: absolute;
	left: 606px;
	top: 50px;
	width: 229px;
	height: 21px;
	z-index:20;
	text-align: right;
}

#playerinfo {
visibility:hidden;
	position: absolute;
	left: 606px;
	top: 75px;
	width: 229px;
	height: 40px;
	z-index:30;
	text-align: right;
font-family:  Arial, Verdana, sans-serif;
text-decoration: none;
font-weight:normal;
font-size: 11px;
color:#666666;
}
#naviRahmen {
	position: absolute;
	left: 110px;
	top: 551px;
	width: 600px;
	height: 16px;
	z-index:20;
}

#inhaltRahmen {
	position: absolute;
	left: 84px;
	top: 222px;
	width: 630px;
	height: 305px;
	z-index:20;
	overflow: auto;
}
#inhalt {
	color: #ffffff;
	position: relative;
	margin-top: 20px;
	width: 590px;
	z-index:30;
	overflow: visible;
}

/* Navi */

#navi
{	margin: 0;
	padding: 0;
	z-index: 30;
	height: 16px;}

#navi li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: block;
}

#navi li a
{	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
}

