/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #8fa7ae;
	color: #000000;
	padding: 0 0 20px;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #247eaf;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*==== Access Keys ===*/

#sprunglink_0 a, #sprunglink_1 a, #sprunglink_2 a, #sprunglink_3 a, #sprunglink_4 a, #sprunglink_5 a, #sprunglink_6 a, #sprunglink_7 a, #sprunglink_8 a, #sprunglink_9 a  {
	position:absolute; 
	z-index:2; 
	width:10em; 
	overflow:hidden; 
	top:-100px; 
	left:-1000px} 
	
#sprunglink_0 a:focus, #sprunglink_1 a:focus, #sprunglink_2 a:focus, #sprunglink_3 a:focus, #sprunglink_4 a:focus, #sprunglink_5 a:focus, #sprunglink_6 a:focus, #sprunglink_7 a:focus, #sprunglink_8 a:focus, #sprunglink_9 a:focus  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #ffc; 
	font-size: 90%}	
	
#sprunglink_0 a:active, #sprunglink_1 a:active, #sprunglink_2 a:active, #sprunglink_3 a:active, #sprunglink_4 a:active, #sprunglink_5 a:active, #sprunglink_6 a:active, #sprunglink_7 a:active, #sprunglink_8 a:active, #sprunglink_9 a:active  {
	position: absolute; 
	z-index: 0; 
	width: 252px; 
	top: 125px; 
	left: 0%;
	margin-left: 4px; 
	text-decoration: underline; 
	color: #000; 
	background: #fff; 
	font-size: 90%}	

/*=== Layout ===*/
#page, #footer{
	background: url(page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 4px;
	width: 860px;
}
#home #page{
	background: url(home-page-bgr.png) repeat-y;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.png) no-repeat top;
	height: 126px;
}
#home #header{
	background: url(home-header-bgr.png) no-repeat top;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 60px;
	width: 180px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	clear: both;
	height: 17px;
	line-height: 17px;
}
#nav1 p{
	color: #000000;
	float: left;
	font-size: 11px;
	text-align: right;
	width: 520px;
}
#nav1 p a{
	color: #000000;
	padding: 0 4px;
}
/*- Nav2 -*/
.nav2{
	background: url(hl-dash.png) repeat-x bottom;
	clear: both;
	font-size: 10px;
	height: 17px;
	line-height: 17px;
	margin: 0 0 20px;
	padding: 0 0 2px;
	text-align: right;
}
.nav2 a{
	color: #0068a6;
}
/*=== All Columns ===*/
#columns{
	padding: 0 0 15px;
}
#home #columns{
	background: url(home-columns-bgr.png) no-repeat right bottom;
}
#columns h2{
	border-bottom: 1px solid #a9d645;
	color: #0068a6;
	font-size: 16px;
	margin: 0 0 3px;
	padding: 0 0 3px;
}
#home #columns h2{
	border: 0;
	margin: 0 0 15px;
}
#columns h3{
	color: #789ba7;
	font-size: 14px;
	margin: 0 0 20px;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 179px;
}
/*- Left Menu -*/
.leftmenu{
	border-left: 5px solid #8db98e;
}
.leftmenu li a{
	color: #4e4e4e;
	display: block;
	font-size: 12px;
	padding: 4px 0 4px 10px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	color: #0068a6;
	font-weight: bold;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li a{
	background: #0068a6;
	color: #afc8e3;
	font-size: 12px;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #0068a6;
	color: #ffffff;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu li.active li.active li{
	background: #0068a6;
}
.leftmenu li.active li.active li a{
	background: #afc8e3;
	color: #0068a6;
	font-weight: normal;
	margin: 0 -6px 0 6px;
	padding: 4px 0 4px 10px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: #afc8e3;
	font-weight: bold;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 20px;
	width: 645px;
}
#home #centercol{
	width: 308px;
}
/*=== Right Column ===*/
#rightcol{
	color: #80a924;
	float: right;
	padding: 10px 75px 0 0;
	width: 215px;
}
#rightcol a{
	color: #80a924;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
.list1 li{
	background: url(ico-list.png) no-repeat 0 5px;
	color: #748d94;
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}
.list1.narrow{
	width: 205px;
}
/*- List2 -*/
.list2{
	margin: 0 0 20px;
}
.list2 li{
	font-weight: bold;
	margin: 0 0 3px;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	float: right;
	height: 17px;
	width: 225px;
}
#search label{
	color: #0068a6;
	float: left;
	font-weight: bold;
	margin: 0 5px 0 0;
}
#search input{
	background: #d1f680;
	border: 0;
	float: left;
	margin: 2px 3px 0 0;
	padding: 0 1px;
	width: 155px;
}
#home #search input{
	width: 90px;
}
#search .btn,
#home #search input.btn{
	background: none;
	padding: 0;
	width: auto;
}
/*=== Styling Buttons ===*/
/*- Top Link -*/
.top{
	float: right;
	font-size: 12px;
	height: 75px;
	margin: -20px 0 0;
	text-align: center;
	width: 100px;
}
#footer .top a{
	color: #748d94;
	display: block;
	height: 75px;
}
/*- PDF / Print -*/
#icons{
	margin: 0 0 0 560px;
	position: absolute;
	top: 120px;
	width: 90px;
}
#icons img{
	margin: 0 3px;
}
/*- Tageskarten -*/
#tageskarten{
	background: url(bgr-tages.png) no-repeat top right;
	font-weight: bold;
	height: 64px;
	padding: 0 0 0 110px;
}
#tageskarten a{
	display: block;
	padding: 30px 0 0;
}
/*- Webcam -*/
#webcam{
	background: url(bgr-webcam.png) no-repeat top right;
	font-weight: bold;
	height: 51px;
	padding: 0 0 0 110px;
}
#webcam a{
	display: block;
	padding: 30px 0 0;
}
/*=== Footer ===*/
#footer{
	background: url(footer-bgr.png) no-repeat top;
	clear: both;
	color: #3c3c3c;
	font-size: 11px;
	height: 86px;
}
#home #footer{
	background: url(home-footer-bgr.png) no-repeat top;
}
#footer a{
	color: #3c3c3c;
}
#footer p{
	clear: both;
	padding: 5px 0 0;
	text-align: center;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}







#contentboxsub {
margin: 0px;
padding: 10px 0px 10px 0px;
}

#contentboxsub a:visited{
color: #858585;
text-decoration: underline;
}



#contentboxsub form td{
	padding: 3px;
}


#contentboxsub  li{
	list-style: disc;
	padding: 0px;
	margin: 5px 0 0 40px;
}

#contentboxsub  ol li{
	list-style: decimal;
	padding: 0px;
	margin: 5px 0 0 0;
}


#contentboxsub  p{
	padding: 4px 0 5px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #247eaf;
}

#contentboxsub font a{
	color: #247eaf;
}


#contentboxsub p a{
	color: #247eaf;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #000000;
}


#contentboxsub h2{
	background-image: none;
	font-size: 15px;
	padding: 0 0 8px 0;
	color: #000000;
}


#contentboxsub h3{
	font-size: 14px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h4{
	font-size: 13px;
	padding: 0 0 6px 0;
	color: #000000;
}


#contentboxsub h5{
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #000000;
}

#contentboxsub input{
	font-size: 12px;
	color: #000000;
}


.hiddentext {
	visibility: hidden;
	z-index: -4;
	position: absolute;
	top: -1000px;
	}
/* Jump Navi */


.blindThis {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind {
	position: absolute;
	left: -999px;
	top: -999px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

.sprungblind:focus, .sprungblind:active {
	position: absolute;
	display: block;
	top: 4.5em;
	left: 4.4em;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	color: #000000;
	width: auto;
	height: auto;
	padding: 0 5px 0 5px;
	}
