@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	}
	
.alles {
	background-image:url(../images/bg.jpg);
	position:absolute;
	width:905px;
	height:618px;
	top:30px;
	left:50%;
	margin-left:-475px;
	}
	
.style2 {color: #ffbc00;
font-family:Arial, Helvetica, sans-serif;

}
	
iframe {
	position:absolute;
	width:430px;
	height:354px;
	top:215px;
	left:294px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:none;
	border:0px;
	border-color:#000000;
	border-bottom-style:solid;
	overflow-y:auto;
	overflow-x:hidden;
	frameborder:0px;
	}	

.header {
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width:800px;
	height:350px;
	z-index:1;
	left: 0px;
	top:0px;
	}
	
.navi {
	height:75px;
	position:absolute;
	top:95px;
	left:305px;
	width:480px;
	z-index:3;
}
	

	
.main {
	background-color:#ffffd1;
	width:450px;
	position:absolute;
	left:174px;
	top:200px;
	z-index:3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	min-height:400px;

	}
	
	
.left {
	position:absolute;
	top:236px;
	left:48px;
	height:270px;
	width:119px;
	z-index:2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;

	}
	
input {
	border:1px solid #ffbc00;
	background-color:#000000;
	color:#ffbc00;
	font-size:10px;

	}
	
	
.logo {
	position:absolute;
	background-image:url(../images/logo.jpg);
	top:0px;
	left:0px;
	height:169px;
	width:302px;
	background-repeat:no-repeat;
	/*border:#9e8862; */
	}
	
.footer {
	position:absolute;
	top:601px;
	left:55px;
	height:13px;
	width:811px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	text-align:right;
	}
	
	
a:link {
	color:#ffbc00;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#ffbc00;
}
a:hover {
	text-decoration: none;
	color:#ffbc00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	

