/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form,fieldset{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #e8e8e8 repeat-y left;
	color: #555555;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
body#home{
	background: url(home-bgr.gif) #e8e8e8 repeat-y left;
}
a{
	color: #c90027;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #93945a 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
table{
}
h2 span{
	display: 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{
	width: 840px;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.jpg) no-repeat top;
	font-size: 11px;
	height: 160px;
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 95px;
	width: 305px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	height: 22px;
}
#nav1 li{
	float: left;
	line-height: 22px;
}
#nav1 li a{
	color: #566282;
	display: block;
	float: left;
	padding: 0 6px;
}
#nav1 li a:hover{
	color: #000000;
}
/*=== Title ===*/
#title{
	background: url(title.gif) no-repeat top;
	height: 50px;
}
/*=== All Columns ===*/
#columns{
	margin: 15px 0 0;
	padding: 0 0 15px;
}
#columns h2{
	color: #46608e;
	font-size: 16px;
	margin: 0 0 15px;
}
#columns h3{
	font-size: 14px;
}
#columns h4{
	color: #46608e;
	font-size: 12px;
}
#columns p{
	padding: 0 0 15px;
}
/*=== Left Column ===*/
#leftcol{
	color: #36547f;
	float: left;
	width: 167px;
}
#leftcol .spacer{
	padding: 40px 12px 0;
}
#leftcol p{
	font-size: 11px;
}
#leftcol p a{
	color: #6593d6;
}
/*- Left Menu -*/
.leftmenu li a{
	color: #566282;
	display: block;
	font-size: 13px;
	
	padding: 4px 0 4px 12px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	font-weight: bold;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li a{
	background: #f8fcfe;
	font-size: 12px;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #7791b6;
	color: #ffffff;
}
/*- Left Sub Menu 2 -*/
.leftmenu ul ul{
	background: url(ul-bgr.gif) repeat-y left;
}
.leftmenu li.active li.active li a{
	background: url(ul-bgr.gif) #eaeaea repeat-y left;
	color: #566282;
	font-weight: normal;
	padding: 4px 0 4px 25px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: url(ico-list.gif) no-repeat 12px 9px;
	color: #566282;
	font-weight: normal;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 20px 0 0 45px;
	width: 610px;
}
#home #centercol{
	color: #46608e;
	float: left;
	margin: 0 0 0 45px;
	width: 325px;
}
#home #centercol a{
	color: #46608e;
}
/*=== Right Column ===*/
#rightcol{
	background: #7791b6;
	color: #ffffff;
	float: right;
	margin: -15px 0 0;
	width: 276px;
}
#rightcol a{
	color: #ffffff;
}
#rightcol .spacer{
	background: #e8e8e8;
	font-size: 11px;
	padding: 0 12px 10px;
	clear: both;
}
#rightcol .spacer a{
	color: #7791b6;
}

.spacer a{
	color: #7791b6;
	padding: 0 6px;
}

.spacer a.mailto{
	color: #7791b6;
	padding: 0px;
}


.ar p a{
	color: #7791b6;
}

.ar p a:link{
	color: #7791b6;
}

.spacer a:link{
	color: #7791b6;
}


.spacer a:visited{
	color: #7791b6;
}


/*=== Styling Boxes ===*/
/*- Anl?sse / Neuigkeiten -*/
#hdr-a-n{
	background: url(hdr-a-n.gif) no-repeat top;
	height: 284px;
	margin: 0 0 0 169px;
	position: absolute;
	top: 160px;
	width: 29px;
}
/*- Picture Frame -*/
#frame{
	background: url(frame.png) no-repeat top;
	height: 265px;
	margin: -35px 0 10px -10px;
	padding: 12px 18px 17px;
	position: relative;
	width: 242px;
}
#frame img{
	height: 265px;
	width: 242px;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	clear: both;
	width: 200px;
	height: 20px;
	padding: 42px 0 0 0;
}
#search input{
	color: #b9b9aa;
	float: left;
	font-size: 12px;
	padding: 4px 3px 4px 3px;
	width: 161px;
}
#search .btn{
	border: 0;
	padding: 0;
	width: auto;
	float: right;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 15px;
	padding: 0 0 0 25px;
}
.list1 li{
	background: url(ico-list2.gif) no-repeat left;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}
.list1 li a{
	color: #555555;
}
/*- List2 -*/
.list2 li{
	margin: 0 0 15px;
}
/*- List3 -*/
.list3{
	padding: 10px 0 0;
}
.list3 li{
	margin: 0 0 15px;
}
/*=== Styling Buttons ===*/
#icons{
	margin: 0 0 0 775px;
	position: absolute;
	top: 167px;
	width: 90px;
}
#icons img{
	margin: 0 3px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 2px solid #7791b6;
	clear: both;
	height: 2px;
	margin: 0 0 15px;
	width: 100%;
}
#home hr{
	border-bottom: 1px solid #7791b6;
	height: 1px;
}
.fl{
	float: left;
}
.ar{
	text-align: right;
}

.ar a{
	color: #7791b6;
}




#contentboxsub {
margin: 0px;
padding: 0px;
}


#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: 6px 0 10px 0;
}

#contentboxsub  ul{
	padding: 6px 0 6px 0;
}

#contentboxsub td a{
	color: #c90027;
}

#contentboxsub font a{
	color: #c90027;
}


#contentboxsub p a{
	color: #c90027;
}



#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;
	}
