* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #E7E9EA;
	color: #606061;
	font: 12px Arial, Helvetica, Helv, sans-serif;
	text-align: center;
}
a, a:link, a:active {
	text-decoration: none;
	color: #263F6A;
}
a:hover {
	text-decoration: underline;
	color: #3F9AC9;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #d1d6de;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

#mainContainer {
	background-color: #FFF;
	background-image:url(bg_navi.gif);
	background-repeat: repeat-y;
	border: 0px solid white;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	position: relative;
	top: 0px;
	text-align:left;
	width: 860px;
	/* Clearing:*/
	overflow:hidden;
}
/*IE 6 fix */
* html #mainContainer {
	width: 860px;
	/* Clearing, Anpassung IE: */	
	height: 1%;
}

#headerContainer {
	float: left;
	position: relative;
	width: 100%;
	background-color: #FFF;
}

#navigation {
	clear: both;
	float: left;
	margin-bottom: 50px;
	padding-top: 23px;
	position: relative;
	width: 200px;
}

#contentContainer {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	width: 643px;
}

#NavTopWrapper {
	background-color: #182b45;
	border-top: 1px solid white;
	float: left;
	width: 100%;
}
#NavTop {
	float: right;
	padding: 6px 10px 3px 0;
	position: relative;
	width: auto;
}

#content {
	margin-right: 0;
}
/* ------------------------------------------------ main content <-------------------*/
#mainContent {
	clear: both;
	float: left;
	position: relative;
	width: 640px;
}

#mainContent.mainFullSize {
	width: 640px;
}

#marginContent {
	position: relative;
	float: right;
	width: 200px;
}

#footer {
	border-top: 1px solid #d1d6de;
	clear: both;
	/* IE douple Margin */
	display: inline;
	float: left;
	margin-left: 15px;
	margin-top: 25px;
	padding-top: 5px;
	width: 430px;
}
/* IE */
* html #disclaimer {
	width: 435px;
	/* IE doppelterRand bei float */
	display: inline;
}

#NavTop ul, #NavTop li {
	display: inline;
	float: left;
	list-style-type: none;
	width: auto;
	white-space: nowrap;
}
#NavTop ul {
	padding-left: 211px;
}
#NavTop li {
	padding-left: 8px;
	padding-right: 12px;
	background: url(arrow.gif) no-repeat left center;
}
#NavTop li a {
	 color: white;
}

#navigation ul {
	clear: both;
	list-style: none;
	padding: 0 0 0 14px;
	margin: 0;
}
#navigation ul ul {
	margin-left: 0;
	padding-left: 0;
}
#navigation li {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
}
* html #navigation li {
	zoom: 100%;
}
#navigation li li {
	font-weight: normal;
}
#navigation li a {
	display: block;
	padding: 2px 0 2px 6px;
	margin-bottom: 4px;
}
/* IE */
* html #navigation li a {
	margin-bottom: 2px;
}

#navigation ul.menu-e2 {
	position: relative;
	top: -4px;
}

#navigation li li a {
	padding-top:2px;
	padding-bottom: 2px;
	margin-bottom: 1px;
}
/* IE */
* html #navigation li li a {
	margin-bottom: 0px;
}

#navigation li li a {
	padding-left: 15px;
}
#navigation li li li a {
	padding-left: 30px;
}
#navigation li li li li a {
	padding-left: 45px;
}

#navigation li#menuItem-current a {
	background-color: #3F9AC9;
	color: #FFFFFF;
	font-weight: bold;
}
#navigation li#menuItem-current li a {
	background-color: #F0F1F2;
	color: #263F6A;
	font-weight: normal;
}
#navigation li#menuItem-current li a:hover {
	color: #3F9AC9;
}
#navigation li.menuItem-active a,
#navigation li.menuItem-active li.menuItem-active a {
	font-weight: bold;
}
#navigation li.menuItem-active li a,
#navigation li.menuItem-active li.menuItem-active li a {
	font-weight: normal;
}

.contentBlock {
	float: left;
	height: auto;
	margin-bottom: 11px;
	padding-top: 2px;
	padding-right: 10px;
	position: relative;
	width: 418px;
}
/**/
* html .contentBlock {
	width: 430px;
}

.contentBlock p img, .contentBlockRight p img {
	float: left;
	clear: none;
	position: relative;
	border: 1px solid #dfe0e2;
	margin-right: 5px;
	margin-top: 5px;
}
#marginContent {
	border-bottom: 1px solid #D1D6DE;
	margin-bottom:15px;
}
address {
	font-style:normal;
}
.contentBlockRight h4 {
	font-size:11px;
	color:#263F6A;
	margin-top:1em;
}

#mainContent ul {
	list-style-type:bullet;
	padding: 0 0 25px 25px;
}
#mainContent ul li {
	padding-bottom: 6px;
		font-size: 12px;
}
#mainContent .contentBlock ul.links {
	clear: both;
	float: left;
	list-style-type: none;
	margin-left: 0;
	position: relative;
}
/* IE */
* html .contentBlock ul {
	width: 400px;
}

.table {
	font-size: 12px;
}
.table thead td{
	background-color: #dfe0e2;
	color: #000000;
	font-weight: bold;
	padding: 2px 2px 2px 6px;
}
.table .table-row-odd {
}
.table .table-row-even {
	background-color:#f0f1f2;
	vertical-align:top;
}
.table .table-title.link {
	font-weight: bold;
	margin: 2px 0 0 6px;
	padding: 2px 2px 2px 6px;
	vertical-align:top;
}
.table .row-text {
	padding: 2px 2px 6px 6px;
}

#mainContent h1 {
	font-size: 18px;
	font-weight: bold; /* */
	line-height: 22px;
	margin-bottom: 12px;
}
#mainContent p {
	font-size: 12px;
	line-height: 18px;
	padding: 3px 5px 14px 0;
}
#mainContent ul.teaser {
	font-size: 16px;
	line-height: 18px;
}
#mainContent .contentBlock p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 3px 5px 0 0;
}
#mainContent h2 {
	color: #606061;
	line-height: 18px;
	font-size: 16px;
	font-weight: normal;
}
#mainContent h3 {
	color: #3F9AC9;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 3px;
}
#mainContent h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
#footer p {
	font-size: 11px;
}
.clear {
clear:both;
}