/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
html{
	background: url(bgr2.gif);
	height: 100%;
}
body{
	background: url(bgr1.gif) repeat-x top;
	color: #757575;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #dd0000;
	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;
}

/*=== Layout ===*/
.page{
	background: url(page-bgr.png) repeat-y center;
	margin: 0 auto;
	padding: 0 6px 0 22px;
	width: 822px;
}
.page-bot{
	background: url(page-bot.png) no-repeat top;
	height: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 850px;
}
/*=== Header ===*/
#header{
	font-size: 11px;
	height: 190px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	margin: 0 0 0 -45px;
	position: relative;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 127px;
	width: 469px;
}
/*- Top Menu -*/
#topmenu{
	background: url(topmenu-bgr.gif) no-repeat;
	float: right;
	height: 15px;
	line-height: 15px;
	text-align: right;
	width: 350px;
}
#topmenu a{
	color: #585858;
	padding: 0 7px;
}
/*- Search -*/
#search{
	background: url(suchen-bgr.gif) no-repeat;
	clear: both;
	height: 33px;
	margin: 20px 0 0;
	width: 170px;
}
#search input{
	background: transparent;
	border: 0;
	float: left;
	font-size: 11px;
	margin: 12px 0 0 5px;
	padding: 0;
	width: 135px;
}
#search .btn{
	width: auto;
}
/*=== Title ===*/
#title{
	height: 157px;
	margin: 0 0 0 473px;
	position: absolute;
	top: 25px;
	width: 349px;
}
#home #title{
	height: 599px;
}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y left;
}
#columns h2, #home #columns h2{
	background: url(hdr-bgr.gif) no-repeat left bottom;
	font: bold italic 24px "Times New Roman", Times, serif;
	height: 30px;
	margin: 0 0 20px;
	padding: 0 0 0 10px;
}
#home #columns h2{
	background: url(hdr-bgr2.gif) no-repeat left bottom;
}
#columns p{
	line-height: 20px;
	padding: 0 0 20px;
}
#columns-top{
	background: url(columns-top.gif) no-repeat left top;
	height: 9px;
	margin: 5px 0 0;
	overflow: hidden;
}
#columns-bot{
	background: url(columns-bot.gif) no-repeat left top;
	height: 9px;
	margin: 0 0 10px;
	overflow: hidden;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	padding: 15px 0;
	width: 170px;
}
/*- Left Menu -*/
.leftmenu li a{
	color: #757575;
	display: block;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0 0 0 13px;
}
.leftmenu li a:hover,.leftmenu li.active a{
	background: url(ico-list-yellow.gif) no-repeat left;
	color: #999999;
	font-weight: bold;
	margin: 0 0 0 -6px;
	padding: 0 0 0 19px;
	position: relative;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
}
/*- Left Sub Menu -*/
.leftmenu li ul, .leftmenu li.active{
	background: url(ico-list-yellow2.gif) #f0f0f0 repeat-y left;
}
.leftmenu li.active li a{
	background: none;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
}
.leftmenu li.active li a:hover{
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}
/*- Left Sub Menu2 -*/
.leftmenu li.active li.active a{
	color: #dd0000;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}
.leftmenu li.active li.active li a{
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	height: 22px;
	line-height: 22px;
}

.leftmenu li.active li.normal li a{
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	height: 22px;
	line-height: 22px;
}

.leftmenu li.active li.normal li a:hover,
.leftmenu li.active li.normal li.active a{
	background: url(ico-list.gif) no-repeat left;
	height: 22px;
	line-height: 22px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0 0 0 15px;
	width: 628px;
}
#home #centercol{
	margin-top: -25px;
	width: 277px;
}
/*=== Icons / Buttons ===*/
#icons{
	margin: 0 0 0 753px;
	position: absolute;
	top: 210px;
	width: 70px;
}
#icons img{
	margin: 0 3px;
}
/*=== Styling Lists ===*/
ul.list1{
	padding: 0 0 20px 10px;
}
#home ul.list1{
	padding: 0 0 17px 10px;
}
.list1 li{
	background: url(ico-list2.gif) no-repeat left top;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
}
#home .list1 li a{
	color: #757575;
}
/*=== Footer ===*/
#footer{
	clear: both;
	color: #dd0000;
	font-size: 11px;
	text-align: center;
}
#footer a{
	color: #dd0000;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
img.fl{
	margin: 0 15px 10px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}


#contentboxsub {
margin: 0px;
padding: 10px 10px 10px 10px;
}


#contentboxsub form td{
	padding: 3px;
}


#contentboxsub  li{
	list-style: disc;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
}

#contentboxsub  p{
	padding: 0 0 10px 0;
}

#contentboxsub td a{
	color: #dd0000;
	
}


#contentboxsub h2{
	font-size: 14px;
	background: none;
	padding: 0px;
	margin: 0px;
}



.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;
	}
