@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften gesamter Inhalt der Seite */
body {
	background-color: #ffffff;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Container */
#container {
	width: 990px;
	height: 650px;
	margin: auto;
	background-image: url(../jpg/bg-content.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #ffffff; 
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#logo {
	width: 180px;
	height: 77px;
	margin-left: 760px;
	margin-top: 0px; 
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Menue */
#menue {
	position: absolute;
	margin-left: 790px;
	margin-top: 40px;
	width: 200px;
	height: 350px;
	z-index: 20;
}

#menue p {
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px; 
}

#menue a:link {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#menue a:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#menue a:hover {
	font-size: 12px;
	color: #FAB700;
	text-decoration: underline;
}

#menue a:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#menue #aktiv {
	font-size: 12px;
	color: #FAB700;
	text-decoration: none;
}

#menue #aktiv-sub {
	font-size: 12px;
	color: #F49D00;
	text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Content */
#content {
	position:absolute;
	margin-left: 410px;
	margin-top: 30px;
	width: 375px;
	height: 380px;
	z-index: 19;
}

#content h1 {
	font-size: 16px;
	color: #999999;
	padding-top: 10px; 
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Eigenschaften Grafik Sponsoren ein-aus */
#sponsoren {
	position: absolute;
	margin-left: 0px;
	margin-top: 440px;
	width: 990px;
	height: 95px;
	visibility: visible;
}
