* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 120%;
	text-align: center;
	color: #999;
	background-color: #000;
}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #F00;
}


#container {
	height: 678px;
	width: 1024px;
	background-image: url(../images/hintergrundneu.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#header {
	height: 70px;
}
#navi {
	width: 535px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
}


#main {
	height: 510px;
	width: 705px;
	text-align: left;
	margin-left: 280px;
	background-image: url(../images/mainhintergrund.png);
	overflow: auto;
	line-height: 140%;
	background-repeat: no-repeat;
	padding: 20px;
	white-space: normal;
	font-size: 90%;
	text-decoration: none;
	color: #CCC;
}



#footer {
	font-size: 70%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	padding-top: 20px;
}
#container #main h1 {
	padding-top: 15px;
	padding-bottom: 15px;
}
#container #main iframe {
	border: none;
}

