/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #f7f7f7 repeat-x top fixed;
	color: #505050;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 15px;
}
a{
	color: #de0c1e;
	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;
}
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.png) repeat-y;
	margin: 0 auto;
	padding: 0 10px;
	width: 855px;
}
/*=== Header ===*/
#header{
	border-bottom: 1px solid #ffffff;
	height: 151px;
}
#header .spacer{
	float: right;
	width: 675px;
}
/*- Logo -*/
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 151px;
	width: 180px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Title -*/
#title img{
	border-bottom: 1px solid #ffffff;
	display: block;
	height: 130px;
	width: 675px;
}
/*- Top Menu -*/
#topmenu{
	background: #de0c1e;
	color: #ffffff;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
}
#topmenu ul{
	float: left;
	padding: 0 0 0 10px;
}
#topmenu li{
	float: left;
}
#topmenu li a{
	color: #ffffff;
	padding: 0 5px;
}
/*- Search -*/
#search{
	float: right;
	height: 16px;
	margin: 2px 0 0;
	width: 195px;
}
#search label{
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px 0 0;
}
#search input{
	background: #e8e7e8;
	border: 0;
	float: left;
	height: 16px;
	padding: 0 2px;
	width: 125px;
}
#search .btn{
	padding: 0;
	width: auto;
}
/*=== Columns ===*/
#columns{
	background: url(columns-bgr.gif) repeat-y left;
	height: 1%;
}
#columns h2{
	color: #505050;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 15px;
}
#home #columns h2{
	color: #de0c1e;
}
#columns h3{
	font-size: 12px;
	padding: 0 0 10px;
}
#columns h4{
	font-size: 12px;
	font-weight: normal;
}
#columns p{
	line-height: 16px;
	padding: 0 0 10px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	margin: 15px 0 0;
	width: 180px;
}
/*- Left Menu -*/
ul.leftmenu{
	padding: 20px 0 10px 0;
}
#home .leftmenu{
	padding-bottom: 20px;
}
.leftmenu li a{
	color: #505050;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0 4px 15px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	color: #de0c1e;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li a{
	background: #de0c1e;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #ededed;
	color: #dd0000;
	font-weight: bold;
}
/*- Left Sub Menu 2 -*/
.leftmenu li.active li.active li a{
	background: #ffffff;
	color: #dd0000;
	font-size: 11px;
	font-weight: normal;
	padding: 4px 0 4px 28px;
}
.leftmenu li.active li.active li.active a,
.leftmenu li.active li.active li a:hover{
	background: url(ico-list.gif) #ffffff no-repeat left;
	color: #c90027;
	font-weight: normal;
}


.gabanner{
	margin: 0;
	padding: 0 0 20px 15px;
}


/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 15px;
	width: 640px;
}
#home #centercol{
	background: url(home-centercol-bgr.gif) no-repeat right bottom;
	color: #505050;
	margin-left: 15px;
	padding-bottom: 0;
	width: 660px;
}
#home #centercol a{
	color: #505050;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 400px;
}
.col2{
	float: left;
	margin: 0 0 0 50px;
	width: 190px;
}
/*=== Styling Lists ===*/
/*- News List -*/
#centercol dl{
	clear: both;
	width: 450px;
	padding: 0 10px 0 10px;
}


#centercol dt, #centercol dd{
	margin: 0 0 13px;
}

 #centercol dd{
	width: 350px;
}

#centercol dt{
	float: left;
	font-weight: bold;
	width: 80px;
	padding-right: 15px;
}
/*- List1 -*/
.list1{
	padding: 0 0 20px 10px;
}
.list1 li{
	background: url(ico-list1.gif) no-repeat left top;
	margin: 0 0 5px;
	padding: 0 0 0 13px;
}
/*=== Icons / Buttons ===*/
#icons{
	margin: 0 0 0 790px;
	position: absolute;
	top: 160px;
	width: 90px;
}
#icons img{
	margin: 0 3px;
}
#home #centercol a.more{
	background: url(ico-more.gif) no-repeat right;
	clear: both;
	color: #de0c1e;
	display: block;
	font-size: 10px;
	line-height: 21px;
	margin: 10px 0 15px;
	padding: 0 12px 0 0;
}
/*=== The Calendar ===*/
.calendar{
	margin: 150px 0 0;
	width: 187px;
}
#columns .calendar h3{
	color: #ce0002;
	font-size: 15px;
	height: 20px;
	margin: 0 0 5px;
	padding: 0;
}
.calendar h3 span{
	float: left;
	margin: 0 10px 0 0;
}
.calendar h3 img{
	float: right;
	margin: 0 0 0 7px;
}
.calendar table table{
	clear: both;
	font-size: 11px;
	text-align: center;
}
.calendar table table th, .calendar table table td{
	border: 1px solid #cecece;
	border-bottom: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
	background: #ffffff;
}
.calendar table table th{
	background: #bbbbbb;
	color: #000000;
	padding: 0;
}
.calendar table table td{
	padding: 3px 3px 1px 3px;
}

.calendar table table td a{
	padding: 0;
	margin: 0;
	line-height: 10px;
}

#columns .calendar table table td.heute{
	background: #e2e2e2;
	border-left: 2px solid #ce0002;
	border-top: 2px solid #ce0002;
}
.calendar table table td.we{
	background: #d4d9d9;
}

.knopfback{
background-image: url(ico-prev.gif);
border: 0px;
width: 20px;
height: 20px;
}


.knopfnext{
background-image: url(ico-next.gif);
border: 0px;
width: 20px;
height: 20px;
}

/*=== Footer ===*/
#footer{
	background: url(page-bot.png) no-repeat top;
	clear: both;
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	padding-top: 3px;
	text-align: center;
}
#footer a{
	color: #ffffff;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
hr{
	border-bottom: 2px solid #de0c1e;
	clear: both;
	height: 2px;
	margin: 5px 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}








#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: #de0c1e;
}

#contentboxsub td {
	color: #505050;
	padding: 1px;
}

#contentboxsub font a{
	color: #de0c1e;
}


#contentboxsub p a{
	color: #de0c1e;
}



#contentboxsub h1{
	padding: 0 0 8px 0;
	font-size: 16px;
	color: #505050;
}


#contentboxsub h2{
	background-image: none;
	font-size: 15px;
	padding: 0 0 8px 0;
	color: #505050;
}


#contentboxsub h3{
	font-size: 14px;
	padding: 0 0 6px 0;
	color: #505050;
}


#contentboxsub h4{
	font-size: 13px;
	padding: 0 0 6px 0;
	color: #505050;
}


#contentboxsub h5{
	font-size: 12px;
	padding: 0 0 5px 0;
	color: #505050;
}

#contentboxsub input{
	font-size: 12px;
	color: #505050;
}


.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;
	}

