/*************************************************/
/*
DUNKELGRUEN				#003D3F

GRUEN_BG_HEADER			#619795

ORANGE 					#FF9600

BG_NAV_LINKS			#FFE1AC

NAV2_SEL_BG				#FFC757
*/
/*************************************************/

/* ALLGEMEIN */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
}
#gesamt {
	position:relative;
	width:832px;
	margin: 0 auto;
	padding:0;
	border: 5px solid #FFF;
	text-align:left;
	background-image:url(../pics/bg_komplett.gif);
	background-repeat:repeat-y;
}

/********************************/
/* HEADER */
#header {
	width: 832px;
	height: 61px;
	margin:0;
	padding:0;
	border-bottom: 1px solid #FFF;
}
#bilderleiste {
	background-color: #619795;
}

/********************************/
/* NAVIGATION */

/* NAVIGATION OBEN */
#navoben {
	float:left;
	clear:both;
	width: 832px;
	background: #003D3F;
	margin:0;
	padding:0;
	border-top:1px solid #003D3F;
	border-bottom:1px solid #003D3F;
}
#nav {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	margin-left:1px;
	font-weight:bold;
}
#nav li {
	float:left;
	padding-right:5px;
}

#nav a {
	float:left;
	display:block;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:8px;
	padding-right:8px;
	color: #FFFFFF;
	text-decoration:none;
}
*html #nav a { padding: 4px 8px; }

#nav a:hover, #sel a {
	background: #FF9600;
	color: #FFF;
}

/********************************/
/* UNTER NAV HOR */
.unternavhor {
	float: left;
	background: #99cc33;
	height: 13px;
	width: 832px;
	margin: 0;
	border-bottom: 2px solid #fff;
}

/* CONTAINER */
#container {
	float:left;
	width: 832px;
	padding:0;
	margin:0;
	background-color: #FFF;
	background-image:url(../pics/bg_komplett.gif);
	background-repeat:repeat-y;
}

/* HAUPTBEREICH UNTER HEADLINE */
#hauptbereich {
	float:left;
	padding:0;
	margin:0;
	width:832px;
	background-image:url(../pics/bg_komplett.gif);
	background-repeat:repeat-y;
}
* html #hauptbereich { width: 832px; }
#hauptbereichhome {
	background-image:url(../pics/bg_spalte_links.gif);
	background-repeat:no-repeat;
	width:832px;
}

/* NAVIGATION LINKS */
#navlinks {
	float:left;
	width: 175px;
	padding-bottom:10px;
}

#seitentitel {
	margin-top:23px;
	background: #FF9600;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	border:1px solid #003D3F;
	color: #003D3F;
	font-weight:bold;
}

/* SEKUNDAER-EBENE */
#navliste1 {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:bold;	
}
#navliste1 li {
	float:left;
}

.sek {
	width: 175px;
	display:block;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #FFC757;
}
.seksel {
	width: 175px;
	display:block;
	padding-top:4px;
	padding-bottom:3px;
	border-bottom:1px solid #FFC757;
	background: #FFC757;
	background-image: url(../pics/sel_weiss.gif);
	background-repeat:no-repeat;
	background-position: 4px 50%;
	color: #003D3F;
}

#navliste1 a {
	padding-left: 13px;
	text-decoration:none;
	color: #FFFFFF;
}
*html #navliste1 a { }

#navliste1 .sek a {
	font-weight:normal;
	color: #003D3F;
}
#navliste1 .sek a:hover {
	color: #003D3F;
	font-weight:normal;
}
#navliste1 .seksel a {
	color: #003D3F;
	font-weight:normal;
}

/********************************/
/* CONTENT */
#content {
	float:right;
	padding:0;
	padding-left: 21px;
	padding-right: 20px;
	padding-top:15px;
	padding-bottom: 19px;
	font-size: 12px;
	width: 616px;
}
*html #content {
	padding-top:28px;
}

#ueberschrift {
	height: 50px;
	border-bottom: 2px solid #FFF;
	color: #003D3F;
	font-weight:bold;
	font-size: 16px;
}
*html #ueberschrift { height:51px; }

#headlinetext {
	padding-left: 35px;
	padding-top: 17px;
}

#content h1 {
	color: #003D3F;
	font-weight:bold;
	font-size: 16px;
	padding-bottom:13px;
}

#content a {
	color: #003D3F;
}

#content ul {
	padding-top: 0px;
	margin-top: -5px;
	list-style-type:square;
}

#content ul ul {
	padding-top: 0px;
	margin-top: 0px;
}
thead {
	font-weight:bold;
}
#content a img {
	border: 0px;
}

/* ABSTANDSHALTER */
hr.sbac-spacer {
	color: #FFF;
	border:0px;
}