body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}

#container {
	height: 650px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	border: 1px solid #FF0;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.TitelCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}


#header {
	height: 145px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-repeat: no-repeat;
}
#navigation {
	float: right;
	height: auto;
	width: 348px;
	margin-top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

#iframeheader {
	height: 145px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(_images/logo.jpg);
	background-repeat: no-repeat;
}


#maincontent {
	height: 480px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#maintitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	height: 25px;
	width: auto;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#pics {
	height: 150px;
	width: auto;
	text-align: center;
}
#text {
	height: 190px;
	width: auto;
	padding-top: 10px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 435px;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}



#footer {
	height: 25px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#iframefooter {
	height: 15px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}

