img{
	border: 0px;
}

#main{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:auto;
	background-image:url(bg_blue.gif);
	background-repeat:repeat-y;
}

#navBereich{
	width:180px;
	float:left;
	text-align:left;
	height:auto;
}

#contentBereich{
	width:720px;
	border-top:6px solid #B4C6D9;
	float:right;
	text-align:left;
	height:auto;
	position: relative;
}

#contentBereich h1{
	padding: 12px;
	margin:0px;
}

#contentBereich #contentLeft{
	width:360px;
	height:auto;
}

#contentBereich .subnavi{
	position:absolute;
	width: 174px;
}

#contentBereich .subnavi h3{
	margin: 0px;
	padding:2px 1px 2px 6px;
	background-color:#153B63;
	color:#FFFFFF;
	font-size: 11px;
	line-height: 13px;
}

#contentBereich .subnavi a{
	display:block;
	background-color:#B4C6D9;
	border-bottom:1px solid #DFE9F4;
	background-image:url(pfeil-dark.gif);
	background-repeat:no-repeat;
	background-position:6px 5px;
	padding:3px 3px 2px 14px;
}

#contentBereich .subnavi a.none{
	padding:0px;
	border:0px;
	background-image: none;
	background-color: transparent;
}

#contentBereich .subnavi a:hover{
	background-color:#A0B7CF;
}

#contentBereich .subnavi a.down_pdf{
	border-bottom:1px solid #DFE9F4;
	background-image: url('pdf.gif');
	padding-left: 37px;
}

#contentBereich .subnavi a.sub_down_pdf{
	border-bottom:1px solid #DFE9F4;
	background-image: url('pdf.gif');
	padding-left: 43px;
}

#contentBereich .subnavi a.sub_down_pdf_first{
	background-image: url('pdf.gif');
	padding-left: 43px;
	background-position: 6px 5px;
}

#contentBereich .subnavi a.down_pdf_first{
	background-image: url('pdf.gif');
	padding-left: 37px;
	background-position: 6px 5px;
}

#contentBereich .subnavi img{
	display:block;
}

#contentBereich .subnavi p{
	background-color:#B4C6D9;
	padding: 3px 6px;
	font-size: 11px;
	line-height:13px;
	margin: 0px;
}


#footerBereich{
	width:894px;
	background-color:#B6C6D9;
	height:18px;
	margin-left:6px;
	text-align:left;
}

#footerBereich .left{
	width:174px;
	float:left;
	height:18px;
}

#footerBereich .left a{
	background-image:url(pfeil-top.gif);
	background-repeat:no-repeat;
	background-position:6px 7px;
	padding:3px 0px 0px 17px;
}

#footerBereich .right{
	width:720px;
	height:12px;
	font-size:1px;
	line-height:1px;
	background-color:#FFFFFF;
	float:right;
}

.clearer{
	clear:both;
}

input.text {
	margin:0px 6px 0px 4px;
	padding: 0;
	text-align: left;
	font-size: 11px;
	width: 160px;
	font-weight:normal;
	color: #153B63;
	background-color: #FFFFFF;
}

.schliessen{
	background-color:#153B63;
	text-align:right;
	padding:2px 15px;
	position:absolute;
	width:100%;
	bottom:0px;
	right:0px;
}

.schliessen a{
	background-image: url('kreuz.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 12px;
	color: #FFFFFF;
}


/* Farben */

.centralblue {
	background: #B4C6D9;
}

.blue {
	background: #A0B7CF;
}

.lightblue {
	background: #DFE9F4;
}

.darkblue {
	background: #153B63;
}

.frame_highlight {
	background: #8CA8C5;
}
