/*** DIV - ZUGANG ***/
#zugang {
    height: 1em;
    left: -400em;
    overflow: hidden;
    position: absolute;
    width: 100em;
}

/*** DIV - HILFSNAVIGATION ***/
#hilfsnavigation {
	background-color: #B0C8DF;
	padding: 0.4em;
	color: #FFFFFF;
}
#hilfsnavigation a:link, #hilfsnavigation a:visited {
	color: #FFF;
	text-decoration: none;
}
#hilfsnavigation a:hover, #hilfsnavigation a:active {
	color: #333;
	text-decoration: none;
}
#hilfsnavigation .element_rechts {
	float: right;
}

/*** DIV - LOGO ***/
#logo {
	float: left;
	width: 14em;
	text-align: center;
}

/*** DIV - SCHRIFTZUG ***/
#schriftzug {
	margin-left: 14em;
}
#schriftzug img {
	margin-right: 50px;
}

/*** DIV - NAVIGATION ***/
#navigation {
	float: left;
	width: 14em;
}
#navigation ul {
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	padding-left: 0;
	margin-left: 1em;
}
#navigation ul li {
	margin-bottom: 1em;
}
#navigation ul a:link, #navigation ul a:visited {
	color: #333;
	text-decoration: none;
}
#navigation ul a:hover, #navigation ul a:active {
	color: #3E6D9B;
	text-decoration: none;
}
#navigation ul a.aktiv {
	color: #3E6D9B;
	text-decoration: none;
}
#navigation ul ul {
	font-size: 0.9em;
	font-weight: normal;
}
#navigation ul ul li {
	margin-top: 0.5em;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	color: #3E6D9B;
	text-decoration: none;
}
#navigation ul ul a:hover, #navigation ul ul a:active {
	text-decoration: none;
	font-weight: bold;
}
#navigation ul ul a.aktiv {
	color: #3E6D9B;
	text-decoration: none;
	font-weight: bold;
}

/*** DIV - INHALT ***/
#inhalt {
	margin-left: 14em;
	margin-right: 8em;
	line-height: 1.6em;
}
#inhalt .breadcrumb {
	font-size: 0.85em;
	font-weight: bold;
	color: #3E6D9B;
}
#inhalt .nav_nach_oben {
}
