/*Farbschema
Farbton (Hintergrund): #000000
Farbton (Hintergrund Inhalt): #333333
Farbton (Gelb): #ffcc33
Farbton (Schriften): #ffffff
*/

/*Schrift Fliesstext*/
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	background: #000000;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 13px;
	font-weight: bold;
}

a:link
{color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none}

a:visited
{color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none}

a:hover
{color: #ffcc33;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none}

a:active
{color: #ffcc33;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none}

/*--- Div---*/


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
}

#header {
	background: #000000;
	float: right;
	width: 800px;
	height: 124px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo {
	width: 147px;
	height: 104px;
	position: absolute;
	top: 0px;
	left: 0px;
}


#navigation {
	text-align: right;
	width: 635px;
	height: 20px;
	position: absolute;
	top: 84px;
	right: 0px;
	padding: 0px;
}

#subnavigation {
	text-align: right;
	width: 800;
	height: 20px;
	position: absolute;
	top: 106px;
	right: 0px;
	padding: 0px;
	left: 0px;
}

#centerpic {
	text-align: left;
	width: 800px;
	height: 369px;
	position: absolute;
	top: 140px;
	left: 0px;
	padding: 0px;
}


#content {
	background: #333333 url(images/content_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 800px;
	height: 484px;
	position: absolute;
	top: 509px;
	left: 0px;
}

#maincontent {
	text-align: left;
	width: 417px;
	height: 445px;
	position: absolute;
	top: 0;
	left: 0px;
	padding: 20px;
	overflow: auto;
}

#sidebar {
	text-align: left;
	width: 314px;
	height: 445px;
	position: absolute;
	top: 0;
	right: 0px;
	left: 467px;
	padding: 20px;

}

#footer {
	text-align: center;
	font-size: 9px;
	background: #000000;
	width: 800px;
	height: 20px;
	position: absolute;
	top: 993px ;
	right: 0px;
}

img
{border-color: #ffffff}

body {
scrollbar-base-color:#F8F8F8; /**/
scrollbar-3dlight-color:#F8F8F8; /*3d effekt (leuchten links und oben)*/
scrollbar-arrow-color:#ffffff; /*pfeile*/
scrollbar-darkshadow-color:#ffffff; /*leuchten rechts und unten*/
scrollbar-face-color:#F8F8F8; /*oberfläche*/
scrollbar-highlight-color:#ffffff; /*leuchten links und oben*/
scrollbar-shadow-color:#F8F8F8; /*schatten*/
scrollbar-track-color:#F8F8F8;} /*untergrund*/

.ueberschrift {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;}
	
.mehr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;}
	
.gelb_fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #ffcc33;}
