/*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: 960px;
	height: 690px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	
}


#logo {
	background: #ffffff url(images/logo.jpg);
	width: 117px;
	height: 438px;
	position: absolute;
	top: 252px;
	left: 267px;
}


#navigation {
	list-style-type: none;
	list-style-position: none;
	text-align: center;
	width: 117px;
	height: 252px;
	position: absolute;
	top: 0px;
	left: 267px;
	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/bg_content.gif);
	background-position: left top;
	width: 576px;
	height: 690px;
	position: absolute;
	top: 0px;
	left: 384px;
}

#maincontent {
	width: 576px;
	height: 690px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: auto;
	padding-top: 7px;
	padding-left: 20px;
}

#sidebar {
	background: #ffffff url(images/pic_left.jpg);
	background-position: left top;
	text-align: left;
	width: 267px;
	height: 690px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0;


}

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

img
{border-color: #ffffff}

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

.seitentitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;}
	
.ueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;}
	
.mehr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;}
	
.orange_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FDA444;}
