@charset "utf-8";
/* CSS Document */
body {
	font-family: Calibri, Arial;
	background-color: #66CC00;
}
div#plakat {
	position: absolute;
	top: 260px;
	left: 35px;
}
div#plakat img{
	border: thin;
	border-color: #000000;
}
div#main {
	position: absolute;
	left: 50%;
	top: 50%;
	background: transparent url(img/banner.png) no-repeat;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
}
div#navi{
	position: absolute;
	background: transparent url(img/navi_bg.png) no-repeat center;  
	/*background-color: #00CCFF;*/
	height: 45px; 
	width: 900px;
	margin-top: 215px;
	align: center;
}
div#navi2{
	position: absolute;
	/*background-color: #FF00CC;*/
	align: center;
	width: 829px;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -414px;
}
div#content2{
	position: absolute;
	top: 250px;
	margin: 15px;
	margin-left: 35px;
	width: 831px;
	height: auto;
	max-height: 400px;
	/*background-color: #990000;*/
}
div#content{
	position: absolute;
	top: 250px;
	margin: 15px;
	margin-left: 35px;
	width: 831px;
	height: auto;
	max-height: 400px;
	/*background-color: #990000;*/
}
div#sponsoren{
	position: absolute;
	top: 300px;
	margin: 15px;
	left: 650px;
}	
div#navi2 a:active, div#navi2 a:hover {
	text-decoration: underline;
	font-weight: normal;
}
div#navi2 a:link, div#navi2 a:visited {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
div#content a:link, div#content2 a:link {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
div#content a:visited, div#content2 a:visited {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
font#main {
	font-size: 24px;
	font-weight: bold;
	align: center;
}
font#sub {
	font-size: 16px;
}
