@charset "UTF-8";

body {
	background-color: #000000;
}

img {
	border: 0;
}

/* WICHTIGE MELDUNG */

#wichtig {
	position: absolute;
	left: 2px;
	top: 25px;
	width: 404px;
	height: 106px;
	z-index: 99;

}

/* ---------------- */

#container {
	background-image: url(../images/start/hintergrund.jpg);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	height: 584px;
	margin-left: -487px;
	margin-top: -280px;
}

#dachlogo {
	position: absolute;
	top: 6px;
	left: 403px;
	width: 200px;
	height:77px;
}

#dachnavi {
	position: absolute;
	top: 62px;
	left: 0px;
}

ul.dachnavi {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dachnavi li {
	float: left;
	margin-left: 12px;
}

#buehne {
	position: absolute;
	left: 82px;
	top: 449px;
	width: 178px;
	height: 85px;
}

#akademie {
	position: absolute;
	left: 408px;
	top: 437px;
	width: 195px;
	height: 97px;
}

#fahne-akademie {
	position: absolute;
	left: 707px;
	top: 0;
	padding: 4px;
	width: 163px;
	text-align: center;
	background: #FFF url(../images/start/fahne_akademie.png);
}

#fahne-akademie img {
	margin-top: 4px;
}

img.fahnenlogo {
	margin: 6px 0 8px;
}

#fahne-akademie a:hover {
	opacity: .7;
  -moz-opacity:0.7;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
}

#kolibri {
	position: absolute;
	left: 759px;
	top: 431px;
	width: 184px;
	height: 103px;
}

#programm {
	position: absolute;
	left: 140px;
	top: 193px;
	width: 518px;
	height: 245px;
	z-index: 2;
}

#orientVI {
	position: absolute;
	left: 694px;
	top: 249px;
	width: 181px;
	height: 180px;
}

#toene {
	position: absolute;
	left: 538px;
	top: 205px;
	width: 214px;
	height: 216px;
}

#info1 {
	position: absolute;
	left: 650px;
	top: 220px;
	width: 276px;
	height: 199px;
}

#sponsoren {
	position: absolute;
	top: 545px;
	left: 100px;
	width: 774px;
	text-align: center;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #E5E5E5;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #E5E5E5;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #E5E5E5;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #E5E5E5;
	text-decoration: underline;
}

