html {
min-height: 100.05%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DCE3F3;
	text-align: center;
}
/*
Container
*/
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 150px 0 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 2px solid #506CB4;
	border-left: 2px solid #506CB4;
	border-right: 2px solid #506CB4;
	border-bottom: 2px solid #506CB4;
	background-color: #506CB4;
}
#navigation_oben {
	width: 900px;
	height:auto;
	background-color: #506CB4;
	font-size: 80%;
	padding-bottom: 5px;
	color:FFFFFF;
	text-align: right;
}
#navigation {
	float: left;
	width: 240px;
}
#content {
	width: 648px;
	float: right;
	padding: 10px 10px 0 0;
	background-color: #FFFFFF;	
	border-left: 2px solid #506CB4;
}
/*------------------*/

/*
Schritformate content
*/
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font-size: 120%;
	line-height: 1.2em;
	font-weight:bold;
	color: #304B8F;
	background-color: transparent;
	padding-left: 0.7em;
	margin-bottom: -0.5em;
}
#content h2 {
	font-size: 100%;
	line-height: 1.2em;
	font-weight:bold;
	color: #304B8F;
	padding-left: 1em;
	margin-bottom: -0.5em;
	background-color: transparent;
}
#content h3 {
	font-size: 80%;
	line-height: 1.8em;
	font-weight:bold;
	color: #304B8F;
	padding-left: 2em;
	margin-bottom: -1em;
	margin-top: 1em;
	background-color: transparent;
}
#content h4 {
	font-size: 90%;
	line-height: 1.8em;
	padding-left: 2em;
	margin-bottom: -1em;
	margin-top: 3em;
	font-weight:bold;
}
.eingerueckt {
	margin-left: 3em;
}
.top {
	text-align: right;
}
#content ul li{
	line-height: 1.8em;
	margin-left: 2em;
	margin-bottom: 1em;
	font-size: 80%;
}
#content ol li{
	line-height: 1.8em;
	margin-left: 2em;
	margin-bottom: 1em;
	font-size: 80%;
}
#content a:link, #content a:visited {
	color: #304B8F;
}
#content a:hover {
	text-decoration: none;
	background-color:#E0E6F8;
}

.table {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
/*------------------*/

/*
Menuestruktur Navigation oben
*/
#navigation_oben p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#navigation_oben a:link, #navigation_oben a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#navigation_oben a:hover {
	text-decoration: none;
	color: #000000;
	background-color:#E0E6F8;
}
/*------------------*/


/*
Schritformate navigation rechts
*/
#navigation a:hover {
	color: #000000;
	background-color:#B4C4ED;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 236px;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight:bold;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul.subnav {
	border-left: 12px solid #B4C4ED;
	margin: 0 0 10px 0;
}
#navigation ul.subnav li {
	background-color: #B4C4ED;
	width: 228px;
}
#navigation ul.subnav li a:link, #navigation ul.subnav a:visited {
	background-color: #B4C4ED;
	color: #000000;
}
#navigation ul.subnav a:hover {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #000000;
}
/*------------------*/

/*
Schritformate footer
*/
#footer {
	clear: both;
	padding: 5px 10px 10px 10px;
	text-align: right;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}
#footer a:link, #footer a:visited {
	color: #AAAAAA;
	text-decoration: none;
}
/*------------------*/
