/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #fffae8;
	color: #6a6a6a;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #6a6a6a;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
address{
	font-size: 11px;
	font-style: normal;
}
table{

}

/*==== 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.gif) repeat-y;
	margin: 0 auto;
	padding: 0 3px 0 1px;
	width: 897px;
}
/*=== Header ===*/
#header{
	background: url(header-bgr.gif) repeat-x top;
	height: 168px;
	margin: 0 0 3px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 105px;
	width: 197px;
}
/*- Top Menu -*/
#topmenu{
	clear: both;
	height: 22px;
	line-height: 22px;
}
#topmenu ul{
	float: right;
	padding: 0 5px 0 0;
}
#topmenu li{
	display: inline;
	font-size: 11px;
	margin: 0 5px;
}
#topmenu li a{
	color: #7d7d7d;
}
#topmenu li a:hover{
	color: #b3103d;
	text-decoration: none;
}
/*=== Title ===*/
#title{
	border-left: 1px solid #6a6a6a;
	border-top: 1px solid #6a6a6a;
	float: right;
	height: 105px;
	width: 670px;
}
#title img{
	height: 105px;

}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y left;
	padding: 0 35px 0 0;
}
#columns h2{
	border-bottom: 1px solid #c7c7c7;
	color: #6a6a6a;
	font-size: 14px;
	margin: 0 0 15px;
}
.home #columns h2{
	margin: 0 0 2px;
}
#columns h3{
	color: #000000;
	font-size: 12px;
	padding: 0 0 15px;
}
.home #columns h3{
	color: #a9aaac;
	padding: 0 0 10px;
}
#columns h4{
	font-size: 12px;
}
#columns p{
	line-height: 16px;
	padding: 0 0 15px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	padding: 10px 0;
	width: 194px;
}
#leftcol h4{
	color: #000000;
	font-size: 12px;
	padding: 0 0 4px 16px;
}
/*- Left Menu -*/
ul.leftmenu{
	clear: both;
	margin: 0 0 0 1px;
	padding: 0 0 15px 10px;
}
.leftmenu li a{
	color: #000000;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
}
.leftmenu li{
	border-bottom: 1px solid #ffeb99;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	background: #ffcc00;
	color: #000000;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li ul{
	background: url(leftmenu-bgr.gif) #e9e9e9 repeat-y right;
}
.leftmenu li ul li{
	border: 0;
}
.leftmenu li.active li a{
	background: none;
	color: #666666;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #e9e9e9;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu li ul ul{
	background: #e9e9e9;
	padding: 0;
}
.leftmenu li.active li.active li a{
	font-weight: normal;
	padding: 0 0 0 20px;
}
.leftmenu li.active li.active li a:hover,
.leftmenu li.active li.active li.active a{
	font-weight: bold;
}
/*--- Center Column ---*/
#centercol{
	color: #000000;
	float: right;
	margin: 8px 0 0;
	padding: 0 0 10px;
	width: 635px;
}
.home #centercol{
	color: #6a6a6a;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 33%;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	margin: 0 0 25px;
	width: 295px;
}
.col2{
	float: right;
	margin: 0 0 25px;
	width: 295px;
}
/*=== Styling Forms ===*/
/*- Search -*/
#search{
	background: #ffcc00;
	border: 1px solid #ffeb99;
	float: right;
	height: 18px;
	padding: 4px 6px;
	width: 170px;
}
#search label{
	margin: 5px 5px 0 0;
}
#search input{
	background: #ffffff;
	border: 0;
	float: left;
	height: 18px;
	padding: 0 2px;
	width: 150px;
}
#search .btn{
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	padding: 0 0 5px;
}
.list1 li{
	margin: 0 0 7px;
}
#columns .list1 p{
	padding: 0;
}
/*- List2 -*/
.list2{
	padding: 0 0 45px;
}
.list2 li{
	background: url(list-item.gif) no-repeat left;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 7px;
}
/*=== Link Buttons ===*/
/*- PDF / Print Links-*/
#icons{
	height: 16px;
	line-height: 16px;
	margin: 0 0 0 595px;
	position: absolute;
	top: 150px;
	width: 300px;
}
#icons a{
	display: block;
	float: right;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
a.print{
	background: url(printicon.gif) no-repeat right;
}
a.pdf{
	background: url(pdficon.gif) no-repeat right;
}
/*- 'More' Link -*/
#columns p.more{
	border-bottom: 1px solid #c7c7c7;
	padding: 0;
	text-align: right;
}
#columns p.more a{
	background: url(ico-arrow.gif) no-repeat right;
	display: block;
	font-size: 11px;
	padding: 0 10px 0 0;
}
/*=== Footer ===*/
#footer{
	background: url(footer-bgr.gif) no-repeat top;
	clear: both;
	color: #979797;
	height: 34px;
	line-height: 30px;
}
#footer a{
	color: #979797;
}
#footer a:hover{
	color: #b3103d;
	text-decoration: none;
}
#footer ul{
	float: right;
	padding: 0 5px 0 0;
}
#footer li{
	display: inline;
	font-size: 11px;
	margin: 0 5px;
	vertical-align: middle;
}

#footer li.seitenanfang{
	font-size: 11px;
	margin: 0 5px 0 -4px;
	vertical-align: middle;
}

#footer li .top img{
	vertical-align: middle;

}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
hr{
	border-bottom: 2px solid #838a77;
	clear: both;
	height: 2px;
	margin: 10px 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}




#contentboxsub {
margin: 0px;
padding: 10px 0px 10px 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: #c91500;
}

#contentboxsub font a{
	color: #c91500;
}


#contentboxsub p a{
	color: #c91500;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #000000;
}


#contentboxsub h2{
	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;
	}