/* CSS Reset */

body, div, ul, li, h1, h2, h3, p, dl, dd, dt {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

li {
	list-style: none;
}

h1, h2 {
	font-size: 100%;
	font-weight: normal;
}

a {
	outline: none;
	text-decoration: none;
}

/* CSS Clearfix */

.clearfix:after {
	clear: left;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* CSS Styling */

body {
	background: url('../img/bg.jpg') top repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	font-size: 13px;
}

h2 {
	color: #154293;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	background: url('../img/title_arrow.gif') left no-repeat;
	padding-left: 17px;
}

h3 {
	color: #84a6e3;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1px;
	display: block;
}

a {
	outline: none;
	color: #154293;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 25px 0;
}

#container {
	width: 960px;
	margin: 45px auto 0 auto;
}

#logo {
	height: 71px;
	overflow: hidden;
	text-indent: -999em;
	width: 434px;
	float: left;
	background: url('../img/logo.jpg') no-repeat;
}

#logo a {
    display: block;
    height: 71px;
    width: 434px;
}

.subnavigation {
    float: right;
}

.subnavigation ul {
	margin-top: 8px;
}

.subnavigation li {
	float: left;
	display: inline;
	margin-left: 5px;
	color: #154293;
}

.subnavigation li a {
	color: #154293;
	font-size: 12px;
	font-weight: bold;
}

.subnavigation li a:hover {
    text-decoration: underline;
}

.address {
	width: 109px;
	height: 20px;
	background: url('../img/address.jpg') no-repeat;
	text-indent: -999em;
	float: right;
	margin-top: 20px;
}

ul#navigation {
	margin: 24px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#navigation li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative; /*--Important--*/
}

ul#navigation li a {
	float: left;
	text-indent: -999em; /*--Push text off of page--*/
	height: 72px;
}

ul#navigation li:hover a, ul#navigation li a:hover {
	background-position: left bottom;
} /*--Hover State--*/

ul#navigation a.mpu {
	background: url('../img/nav_mpu.jpg') no-repeat;
	width: 232px;
}

ul#navigation a.seminare {
	background: url('../img/nav_seminare.jpg') no-repeat;
	width: 291px;
}

ul#navigation a.einstellungen {
	background: url('../img/nav_einstellungen.jpg') no-repeat;
	width: 217px;
}

ul#navigation a.punkte {
	background: url('../img/nav_punkte.jpg') no-repeat;
	width: 220px;
}

ul#navigation li .sub {
	position: absolute; /*--Important--*/
	top: 72px;
	left: 0;
	z-index: 99999;
	background: #918b00;
	padding: 15px 23px 7px 23px;
	float: left;
	width: 300px;
	display: none; /*--Hidden for those with js turned off--*/
}

ul#navigation li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#navigation li .sub ul {
	list-style: none;
	margin: 0; padding: 0;
	float: left;
}

ul#navigation .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	background: url('../img/nav_arrow.gif') center left no-repeat;
	display: block;
	margin-bottom: 6px;
}

ul#navigation .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	margin-left: 10px;
}

ul#navigation .sub ul li a:hover {
	background-position: 5px 12px ;/*--Override background position--*/
	text-decoration: underline;
}

#content {
	padding: 23px;
	line-height: 165%;
}

#footer {
	width: 100%;
	background: #154293;
	color: #fff;
	padding: 15px 0;
	font-size: 11px;
}

#footer_content {
	width: 914px;
	margin: 0 auto;
	padding-bottom: 15px;
	border-bottom: 1px solid #345ea9;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.sitemap {
	margin-top: 11px;
}

.sitemap li {
	margin-bottom: 2px;
}

.sitemap li a {
	color: #fff;
	display: block;
}

.sitemap li a:hover {
	text-decoration: underline;
}

.sitemap_item {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #345ea9;
}

.first {
	padding-left: 0px;
}

.last {
	padding-right: 0px;
	border-right: 0px;
}

#copyright {
	width: 914px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: right;
}

#copyright ul {
	float: right;
}

#copyright ul li {
	float: left;
	display: inline;
}

#copyright ul li a {
	margin-left: 3px;
	color: #fff;
}

#copyright ul li a:hover {
	text-decoration: underline;
}

.Stil1 {
	color: #FFFFFF;
}

.Stil2 {
	color: #009900;
}



