html,body{
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}

body{
	background:#518ec5 url(images/bg-body.gif) repeat-x 0 0;
	padding:0;
	font:14px/17px Arial,Helvetica,sans-serif;
	color:#fefefe;
	margin:0;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
}
h1{
	margin:0;
	padding:0;
	color:#003d8f;
	text-transform:uppercase;
	font-size:20px;
}
h2{
	/*font-family:Arial Black,Arial,sans-serif;*/
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	margin:8px 0 0;
}
img{border:0;display:block;}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
#page{
	width:802px;
	margin:0 auto;
	overflow:hidden;
	padding-bottom:170px;
}
#header{
	width:100%;
	height:111px;
	margin:0;
	overflow:hidden;
}
a#logo{
	background:url(images/logo.png) no-repeat 0 0;
	float:left;
	width:116px;
	height:99px;
	text-indent:-9999px;
	margin:4px 0 0;
	overflow:hidden;
}
#header div.left{
	float:left;
	width:300px;
	padding:0 0 0 21px;
	overflow:hidden;
}
#header div.left div.image{
	float:left;
	width:100px;
	margin:63px 0 0;
	padding:0 0 0 24px;
}
#header div.right{
	float:right;
	width:360px;
	overflow:hidden;
}
#header div.right div.image{
	float:right;
	width:141px;
	padding:36px 25px 0 0;
}
#header ul.profile{
	margin:2px -8px 0 0;
	padding:0;
	float:right;
}
#header ul.profile li{
	float:left;
	list-style:none;
	background:url(images/v-line.gif) no-repeat 100% 5px;
	text-transform:uppercase;
	font-size:11px;
	padding:0 7px;
}
#header ul.profile li a{
	color:#016eb7;
	text-decoration:none;
}
#header ul.profile li a:hover,
#header ul.profile li.active a{
	color:#e51818;
}
#menu{
	width:100%;
	font-weight:bold;
	line-height:27px;
	padding:0 0 2px;
	overflow:hidden;
	text-align:center;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	font-size:12px;
	text-transform:uppercase;
	display:inline;
	padding:0 7px 0 12px;
	list-style:none;
	background:url(images/menu-bullet.gif) no-repeat 0 5px;
}
#menu ul li.first{
	background:none;
}
#menu ul li a{
	color:#fff;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#000;
}
/*--------------------------------------------------------*/
#main{
	width:100%;
	margin:2px auto 0;
	overflow:hidden;
	padding:0 0 25px;
}
#main div.content{
	width:480px;
}
#main div.content2{
	width:100%;
}
#main ul.navigation{
	margin:0 0 22px;
	padding:0;
	list-style:none;
	width:805px;
	height:116px;
}
#main ul.navigation li{
	padding:0 2px 0 0;
	float:left;
	width:159px;
	font-weight:bold;
}
#main ul.navigation li a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	display:block;
}
#main ul.navigation li a span{
	display:block;
	width:100%;
	line-height:26px;
	background:#003d8f;
	text-align:center;
}
#main ul.navigation li.active a span,
#main ul.navigation li:hover a span,
#main ul.navigation li.hover a span{
	background:#00204c;
}
#main div.image{
	border:3px solid #fff;
	float:right;
	width:299px;
}
#main p{
	margin:15px 0;
}
#main ul{
	margin:0 0 17px;
	padding:0 0 0 5px;
}
#main ul li{
	background:url(images/list-bullet.gif) no-repeat 0 8px;
	list-style:none;
	padding:0 0 0 15px;
	line-height:17px;
}
#main a{
	color:#003d8f;
	font-weight:bold;
	text-decoration:none;
}
#main a:hover{
	color:#fff;
}
#main a.link1{
	color:#003d8f;
	font-weight:bold;
	text-decoration:none;
	background:url(images/bg-link1.gif) no-repeat 100% 4px;
	padding:0 11px 0 0;
}
#main a.link1:hover{
	color:#fff;
	background:url(images/bg-link1-hover.gif) no-repeat 100% 4px;
}
#main a.link3{
	color:#003d8f;
	font-weight:bold;
	text-decoration:none;
	background:url(images/bg-link3.gif) no-repeat 0 4px;
	padding:0 0 0 11px;
}
#main a.link3:hover{
	color:#fff;
	background:url(images/bg-link3-hover.gif) no-repeat 0 4px;
}
#main hr{
	color:#fff;
	height:1px;
	border-top:0;
}
#main a.link2{
	color:#fff;
	border:1px solid #fff;
	text-decoration:none;
	background:#e51818 url(images/bg-link2.gif) no-repeat 95% 5px;
	padding:0 24px 3px 4px;
}
#main div.form{
	margin:36px 0 0;
	width:372px;
}
#main div.form ul{
	padding:0;
	margin:0;
	list-style:none;
}
#main div.form ul li{
	padding:0 0 6px;
	overflow:hidden;
	width:100%;
	background:none;
}
#main div.form label{
	margin:1px 0 0;
	float:left;
	width:69px;
}
#main div.form ul li input.text{
	float:left;
	background:#74a5d1;
	border:1px solid #fff;
	padding:0 2px;
	width:227px;
	font-size:12px;
	color:#fff;
}
#main div.form ul li.active input.text{
	border:1px solid #003d8f;
}
#main div.form ul li textarea.text{
	float:left;
	background:#74a5d1;
	border:1px solid #fff;
	padding:0 2px;
	width:277px;
	height:100px;
	font-size:12px;
	color:#fff;
}
#main div.form ul li.active textarea.text{
	border:1px solid #003d8f;
}

#main input.send-btn{
	border:1px solid #fff;
	text-transform:uppercase;
	color:#fff;
	background:url(images/bg-send-btn.gif) repeat-x 0 0;
	margin:17px 0 23px 70px;
	padding:1px 0 0;
	width:100px;
	cursor:pointer;
}
/*--------------------------------------------------------------*/
#footer{
	position:absolute;
	height:172px;
	bottom:0;
	width:100%;
}
#footer div.bottom{
	background:#005aaa;
	color:#fff;
	font-size:11px;
	width:100%;
	text-transform:uppercase;
	padding:123px 0 0;
}
#footer div.shadow{
	background:0;
	background:url(images/white-glow.gif) no-repeat 50% 0;
	width:100%;
	height:32px;
}
#footer ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
}
#footer ul li{
	background:url(images/v-line2.gif) no-repeat 0 3px;
	padding:0 4px;
	display:inline;
	text-align:center;
}
#footer ul li.first{
	background:none;
}
#footer ul li a{
	color:#fff;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer p{
	margin:0;
	overflow:hidden;
	text-align:center;
}
table#mitarbeiter tr td img{
	margin:0 auto;
}
table#mitarbeiter tr td{
	text-align:center;
}




.search-result{
	margin-bottom: 0.4em;
	background: url(images/dotted.gif) top left repeat-x;
}
ol.search{
	padding: 0 0 2px 2.5em;
	margin-bottom: .7em;
}
ol.search li{
	line-height: 1.5em;
	margin-bottom: 1.4em;
}
ol.search li strong{
	color: #083163;
}
ol.search li strong a{
	padding-left: 13px;
	background: url(../../images/arrow.gif) 0px 3px no-repeat;
}
ol.search li strong a:link,
ol.search li strong a:visited,
ol.search li strong a:active { text-decoration: none; }
ol.search li strong a:hover,
ol.search li strong a:focus { text-decoration: underline; }
p.error {
	color:#e51818;
	font-weight:bold;
	margin:15px 0;
}
#newscenter .overview H3 {
	font-size: 1.4em;
}
#newscenter .overview IMG.left {
	margin-top: 4px;
	margin-right:5px;
	float:left;
}
#newscenter .overview {
	margin: 4px 0 6px 0;
}
#newscenter .overview .noFluss {
	font-size:12px;
	line-height:1.3;
}
#newscenter .overview .next {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#newscenter .overview .next {
	height: 1px;
}
.artikel H1 {
	font-size: 1.6em;
}
.artikel IMG {
	margin: 4px 0 0 0;
}
.artikel .bildcont {
 	float: left;
	width: 260px;
}
#addInformation {
	clear: both;
	text-align: right;
	white-space: nowrap;
	width: 100%;
	height: 15px;
	padding: 2px 0 0 0;
	margin: 2px 0 0 0;
	border-top:1px solid #738494;
}
.artikelview {
	padding: 7px 0 9px 0;
	clear: both;
	line-height: 16px;
}
.artikelview h3 {
	font-size: 15px;
	line-height: inherit;
	margin-bottom: 1px;
}
.ts {
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	color: #888;
	font-size: 11px;
}
.cl {
	line-height: 1px;
	margin-bottom: -1px;
	display: block;
	clear: both;
	visibility: hidden;
}