/* ################################### ___Hauptbereich Breadcrumbs___ ############################ */
/* ################################### Seitenorientierung Breadcrumbs ########################### */
/* ################################### _______________________________############################ */

#pageName{
	font-weight: normal;
}
.breadCrumb{
	color: #000099;
	background-color: #94E021;
	padding-left: 20px;
	font-size: x-small;
	font-weight: bold;
}
a.breadcrumb {
	text-decoration: none;
}
a.breadcrumb:hover {
	text-decoration: underline;
}

/* Zeile unter BreadCrumbs zur zentralen CSS-Formatierung  */
.breadCrumb_z2 {
	height: 30px;
}

/* ################################### ___Hauptbereich Links - Tabellenspalte___ ############################ */
/* ################################# Untermenüs und weitere Links ########################### */
/* ###################################__________________________############################ */

/* Bereich für gesamte Menüspalte (Submenü, Themen,...  */
#navBar{
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	white-space: nowrap;
	background-color: #F1F1F8;
	vertical-align: top;
}

#navBar li a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	white-space: nowrap;
	margin-right: 5px;
	margin-left: 5px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	margin-right: 5px;
	margin-left: 5px;
}

#navBar img {
	margin: 10px;
}

/* definiert in Bibo-Element bei Submenüs */
#submenuKopf{
	padding: 5px 0px 8px 16px;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #FFFFFF;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	text-transform: uppercase;
}

/*********** #sectionLinks Stile für Submenüs (mit Liste realisiert) ***********/
#sectionLinks{
	position: relative;
}

#sectionLinks a {
	padding: 2px 0px 2px 15px;
	white-space: nowrap;
	border-bottom: 1px solid #FFFFFF;
}
#sectionLinks li {
	white-space: nowrap;
}
/* #sectionLinks ul ul li a{
	list-style: none;
	text-indent: 30px;
	white-space: nowrap;
	font-weight: normal;
}*/
/* ###################### KLassendef. für Link-Hervorhebung Submenüs #################### */
a.cssinaktiv:link, a.cssinaktiv:visited { 
	COLOR:#000066; 
	TEXT-DECORATION:none; 
}
a.cssinaktiv:hover, a.cssinaktiv:active, a.cssinaktiv:focus { 
	COLOR:#000066; 
	TEXT-DECORATION:none; 
	background-color:#CCCCCC;
}
a.cssaktiv:link, a.cssaktiv:visited { 
	COLOR:#FFFFFF; 
	TEXT-DECORATION:none; 
	background-color:#9A9A9A;
}
a.cssaktiv:hover, a.cssaktiv:active, a.cssaktiv:focus { 
	COLOR:#FFFFFF; 
	TEXT-DECORATION:none; 
	background-color:#9A9A9A;
}

/*********** weiterführende Links - Weitere Themen ***********/

.relatedLinks{
	position: relative;
	margin-top: 20px;
	top: 1px;
}

.relatedLinks h3{
	padding: 2px 0px 2px 21px;
	color: #000066;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block;
	color: #000066;
	white-space: nowrap;
	padding: 2px 0px 2px 15px;
	border-bottom: 1px solid #FFFFFF;
	
}

/* ################################### ___Hauptbereich Unten___ ############################ */
/* ############################## Fusszeile mit Links und Copyright ########################### */
/* ###################################__________________________############################ */

#siteInfo{
	font-size: 8pt;
	color: #cccccc;
	padding: 10px 10px 10px 21px;
	clear: both;
	text-align: left;
}
