* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #495159;
	background-color: #FFFFFF;
}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
	width: 233px;
	height: 115px;
	background-color: #79A2C1;
	border:1px solid #79A2C1;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 180%;
	font-weight: normal;
	text-transform: lowercase;
}

h2 {
	font-size: 120%;
	margin-bottom: 5px;
	color: #0065B2;
}

h3 {
	font-size: 100%;
}

p {
	line-height: 150%;
	margin-bottom: 10px;
}


a {
	text-decoration: none;
	color: #0065B2;
	font-weight: bold;
}

a:hover {
	color: #ED7605;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

/* LOGO */

#logo {
	position: absolute;
	top: 8px;
	right: 6px;
	text-align: right;
	z-index: 10;
}

/* NAVIGATION */

#navigation {
	position: relative;
	height: 115px;
}

#navigation ul {
	padding-top: 93px;
	margin-left: 5px;
}

#navigation li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #0065B2;
	text-transform: lowercase;
}

#navigation li.last {
	border-right-width: 0;
}

#navigation li.active a {
	color: #ED7605;
}


/* SYSNAV */

#sysnav {
	position: relative;
	height: 70px;
	background-color: #0065B2;
	margin-bottom: 15px;
}

#sysnav ul {
	position: absolute;
	top:50px;
	right: 0;
}

#sysnav li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #FFFFFF;
	text-transform: lowercase;
}

#sysnav li a {
	font-weight: normal;
	color: #FFFFFF;
}

#sysnav li a:hover {
	color: #ED7605;
}

#sysnav li a.active {
	color: #ED7605;
}

#leftcol {
	float: left;
	width: 255px;
	margin-bottom: 0px;
}



/* SUBNAVIGATION */

#subnav {
	margin: 20px 0 30px 0;
}

#subnav li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	line-height: 150%;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

#subnav li.active {
	background-image: url(../img/bullet_active.gif);
}

#subnav li.active a {
	color: #ED7605;
}

#subnav li:hover {
	background-image: url(../img/bullet_active.gif);
}

#subnav li li, #subnav li li:hover  {
	background-image: url(../img/bullet2.gif);
	padding-left: 8px;
	margin-bottom: 5px;
}

#subnav li.active li a {
	color: #0065B2;
}

#subnav li li.active {
	background-image: url(../img/bullet2.gif);
}

#subnav li li.active a {
	color: #ED7605;
}

#subnav li li a {
	font-weight: normal;
}

#subnav li li:hover a {
	color: #ED7605;
}

#content {
	position: relative;
	background-color: #E9E9E9;
	padding: 10px;
	margin-left: 260px;
	margin-bottom: 15px;
}

/* Three-Pixel-Text-Jog Fix http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hides from IE5-mac \*/
* html #content {height: 1%;}
* html div.teaser {height: 1%}
/* End hide from IE5-mac */

#content ul {
	position: relative;
	list-style-type: none;
	list-style-image: url(../img/bullet_text.gif);
	margin-left: 17px;
}

#content ol {
	position: relative;
	margin-left: 22px;
}

div.teaser {
	background-color: #E9E9E9;
	margin-left: 260px;
	padding: 10px;
	margin-bottom: 15px;
}

#mitgliedschaften {
	margin-top: 30px;
	border-top: 1px solid #495159;
	position: relative;
	clear: both;
}

#mitgliedschaften h4 {
	margin-top: 30px;
	padding-left: 260px;
	font-weight: normal;
	font-size: 100%;
}

#logosMitgliedschaften {
	position: absolute;
	top: 18px;
	right: 0;
}

#logosMitgliedschaften img {
	margin-left: 25px;
}

#sysnav li.last {
	border-right-width: 0;
}

#sitemap ul li {
	list-style-type: none;
	background-image: none;
	line-height: 150%;
	margin-bottom: 5px;
	position: relative;
}

#sitemap li li {
	padding-left: 20px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#sitemap li li li {
	background-image: url(../img/bullet2.gif);
	padding-left: 10px;
	margin-bottom: 0px;
}

#sitemap li li li a {
	font-weight: normal;
}

#sitemap ul {
	margin-left: 30px;
}

.clear {
	clear: both;
}

.marginTop {
	margin-top: 30px;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

.image {
	float: left;
	margin: 5px 10px 5px 0;
}

#downloads {
	margin-top: 20px;
}

div#content.levelone {
	height: 102px;
}
