/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(bgr.gif) #aeaeae repeat-y center;
	color: #000000;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #ce0000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
input,select,textarea{
	border: #979797 1px solid;
	font-size: 11px;
	padding: 0 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
h2 span{
	display: none;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 839px;
}
/*=== Header ===*/
#header{
	height: 145px;
	margin: 0 0 5px;
}
/*- Logo -*/
#header h1{
	background: url(logo.jpg) no-repeat;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 145px;
	width: 455px;
}
/*=== Top Menu ===*/
#topmenu{
	background: url(home-topmenu-search-bgr.gif) no-repeat;
	font-size: 11px;
	height: 34px;
	line-height: 28px;
}
.subpage #topmenu{
	background: url(subpage-topmenu-search-bgr.gif) no-repeat;
}
#topmenu ul{
	float: right;
	padding: 0 15px 0 0;
}
#topmenu li{
	float: left;
	margin: 0 17px 0 0;
	color: #000000;
}
#topmenu li a{
	color: #000000;
}
#topmenu li a:hover{
	color: #ce0000;
	text-decoration: none;
}
/*- Search -*/
#search{
	float: right;
	line-height: 28px;
	padding: 0 5px 0 0;
	width: 190px;
}
#search label{
	color: #ce0002;
	float: left;
	margin: 0 3px 0 0;
}
#search input{
	float: left;
	margin: 6px 3px 0 0;
	width: 100px;
}
#search .btn{
	border: 0;
	padding: 0;
	width: auto;
}
/*- PDF / Print -*/
#icons{
	float: left;
	height: 34px;
	padding: 0 0 0 10px;
	width: 70px;
}
#icons img{
	margin: 4px 0 0;
}
/*=== Title ===*/
#title{
	float: left;
	height: 213px;
	overflow: hidden;
	padding: 0 0 0 1px;
	width: 418px;
}
/*=== Columns ===*/
#columns{
	background: url(home-cols-bgr.gif) repeat-y;
	height: 1%;
}
.subpage #columns{
	background: url(subpage-cols-bgr.gif) repeat-y;
}
#columns h2{
	background: #cfcece;
	border-bottom: 1px solid #979797;
	height: 26px;
	margin: 0 1px;
	padding: 0 0 2px;
}
.home-sep{
	background: url(home-cols-sep.gif) no-repeat top;
	clear: both;
	height: 7px;
	overflow: hidden;
}
.col{
	float: left;
	margin: 0 0 0 7px;
	width: 204px;
}
.col2{
	float: left;
	width: 204px;
}
.col3{
	float: left;
	margin: 0 0 0 5px;
	width: 420px;
}
.col4{
	float: left;
	margin: 0 0 0 6px;
	width: 204px;
}
/*--- Left Column ---*/
.leftcol{
	float: left;
	width: 204px;
	background: #ce0000;
}
.leftcol-sep{
	background: url(leftcol-sep.gif) no-repeat top;
	clear: both;
	height: 6px;
	overflow: hidden;
}
/*- Left Menu -*/
ul.leftmenu{
	background: #ce0000;
	overflow: hidden;
	padding: 11px 0 11px;
}
.leftmenu li{
	clear: both;
	margin: 0 0 3px;
}
.leftmenu li a{
	border: 1px solid #ce0000;
	color: #ffffff;
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 22px;
}
.leftmenu li a:hover,
.leftmenu li.active a{
	background: #ff9d9d;
	color: #000000;
	text-decoration: none;
}
/*- Left Sub Menu -*/
.leftmenu li.active li{
	margin: 0;
}
.leftmenu li.active li a{
	background: #ff9d9d;
	border-bottom: 0;
	border-top: 0;
	font-weight: normal;
}
.leftmenu li.active li a:hover,
.leftmenu li.active li.active a{
	background: #ffc4c4;
	font-weight: bold;
}
/*- Left Sub Menu2 -*/
.leftmenu li.active li li a{
	font-weight: normal;
	padding: 0 0 0 35px;
}
.leftmenu li.active li li a:hover,
.leftmenu li.active li li.active a{
	background: url(ico-arrow.gif) #ffc4c4 no-repeat left;
}
/*--- Center Column ---*/
.centercol{
	float: left;
	margin: 0 0 0 5px;
	width: 630px;
}
.centercol .spacer{
	padding: 15px;
}
#columns .spacer h2, #columns .spacer h3{
	background: none;
	border: 0;
	font-size: 12px;
	height: auto;
	padding: 0 0 2px;
}
 #columns .spacer h3{
	font-size: 14px;
}
.centercol .spacer p{
	padding: 0 0 15px;
}
/*=== Styling the Calendar ===*/
.calendar{
	padding-top: 17px;
}

.calendar table{
	font-size: 11px;
	text-align: center;
}
.calendar table a{
	color: #cc0000;
}
.calendar th{
	background: #bbbbbb;
	color: #ffffff;
	padding: 2px;
}
.calendar td{
	color: #cc0000;
	padding: 2px 5px;
}
.calendar td.active{
	background: #e2e2e2;
}
.calendar td.we{
	background: #d4d9d9;
}

.calendar table table{
	margin: 0px;
	padding: 0px;
}

/*=== Lists ===*/
ul.list1{
	padding: 15px 10px 15px 17px;
}
.list1 li{
	margin: 0 0 7px;
}
.list1 li h4{
	font-size: 12px;
	font-weight: normal;
}
/*=== Footer ===*/
#footer{
	background: url(home-cols-bot.gif) no-repeat top;
	clear: both;
	color: #545454;
	font-size: 11px;
	text-align: center;
}
#footer a{
	color: #545454;
}
#footer p{
	padding: 5px 0;
}
 #subfooter{
	background: url(subpage-cols-bot.gif) no-repeat top;
	clear: both;
	color: #545454;
	font-size: 11px;
	text-align: center;
}
#subfooter a{
	color: #545454;
}
#subfooter p{
	padding: 5px 0;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}

h1 {
font-size: 16px;
}


h2 {
font-size: 15px;
}


h3 {
font-size: 14px;
}

.anzeige	{ border: 0px #000000 solid; background-color: #ffffff; }
.sonntag	{ background-color: #D4D9D9 }
.heute		{ background-color: #e2e2e2 }
.titel		{ font-size: 12px;}
.kopf		{ background-color: #bbbbbb; color: #FFFFFF;  }
.knopfback {
	height: 20px;
	width: 20px;
	margin: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}
.knopfnext {
	height: 20px;
	width: 20px;
	margin: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	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;
	}
