/*=== Setup ===*/
body,div,h1,h2,h3,h4,h5,h6,p,ul,li,dl,img,form{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #ffffff;
	color: #000000;
	font: 11px Verdana,Arial,Geneva,Sans-Serif;
	margin: 3px 0 10px;
	font-family: Verdana, Arial, san-serif;
}
a{
	color: #0001ae;
	text-decoration: none;
	font-family: Verdana, Arial, san-serif;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	background: #f4f4f4;
	border: #9c9c9c 1px solid;
	font-size: 10px;
	padding: 2px;
	font-family: Verdana, Arial, san-serif;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

table a{
	color: #0001ae;
}
/*=== Layout ===*/
#page{
	background: url(page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 954px;
}
/*=== Logo ===*/
#header{
	clear: both;
	height: 86px;
}
#header h1{
	background: url(logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 86px;
	width: 759px;
}
/*=== Top Menu ===*/
#centercol #topmenu{
	color: #ffffff;
	height: 24px;
	line-height: 24px;
}
#topmenu ul{
	float: left;
	width: 530px;
}
#topmenu li{
	background: url(topmenu-sep.gif) no-repeat right;
	float: left;
}
#centercol #topmenu li a{
	font-size: 10px;
	color: #ffffff;
	padding: 0 6px;
}
#topmenu div{
	float: right;
	font-size: 10px;
	width: 200px;
}
#topmenu div select{
	width: 140px;
}
* html #topmenu div select{
	margin: 2px 0 0;
}
/*=== Search ===*/
#search{
	border-bottom: 1px solid #cccccc;
	height: 60px;
	padding-bottom: 16px;
	margin: 0 0 10px;
}
#search label{
	clear: both;
	font-weight: bold;
}
#search input{
	background: #ffffff;
	float: left;
	margin: 3px 1px 0 0;
	width: 118px;
}
#search .btn{
	border: 0;
	margin: 3px 0;
	padding: 0;
	width: auto;
}
#rightcol #search p.index{
	background: url(ico-arrow.gif) no-repeat left center;
	clear: both;
	padding: 0 0 0 15px;
}

/*=== Title ===*/
.home-title{
	border-bottom: 1px solid #cccccc;
	height: 142px;
	margin: 5px 0 0 0;
}
.home-title li{
	float: left;
	margin: 0 5px 0 0;
	width: 140px;
}
.home-title li h3{
	background: url(grad-bgr.gif) repeat-x top;
	font-size: 10px;
	font-weight: normal;
	padding: 10px 0 10px 7px;
}
.home-title li.last{
	margin: 0;
}
.title img{
	clear: both;
	display: block;
	margin: 0 0 1px;
}

/*=== Columns ===*/
#columns{
	background: url(page-top.gif) no-repeat top;
	height: 1%;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0;
	width: 760px;
}
#centercol.home{
	color: #666666;
}
#centercol h2{
	font-size: 14px;
	padding: 0 0 10px;
}
#centercol.home  h2{
	background: url(home-hdr-bgr.gif) no-repeat top right;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	height: 21px;
	line-height: 21px;
	padding: 0 10px;
}
#centercol p{
	padding: 0 0 15px;
}
/*--- Right Column ---*/
#rightcol{
	color: #666666;
	float: left;
	font-size: 10px;
	margin: 0 0 0 19px;
	width: 165px;
}
#rightcol a{
	color: #666666;
}
#rightcol h3{
	font-size: 10px;
	padding: 0 0 5px;
}
#rightcol h4{
	color: #ffffff;
	font-size: 10px;
	line-height: 24px;
	padding: 0 0 10px;
}
#rightcol p{
	margin: 0px;
	padding: 0 0 4px;
}
/*--- Sub Columns ---*/
.col1{
	border-top: 1px solid #000000;
	float: left;
	width: 160px;
}
.col2{
	border-top: 1px solid #cccccc;
	float: left;
	margin: 0 0 0 12px;
	width: 575px;
}

.col2 a{
	color: #666666;
}
.col3{
	width: 285px;
}
.home .col2{
	padding-top: 2px;
}
/*=== Category Path ===*/
.path{
	color: #999999;
	height: 18px;
	line-height: 18px;
	margin: 0px;
}
.path a{
	color: #999999;
}
.path h1{
	float: left;
	font-size: 10px;
	font-weight: normal;
}
.path .icons{
	float: right;
	height: 17px;
	overflow: hidden;
	text-align: right;
	width: 80px;
}
.path .icons img{
	margin:0px;
	position: relative;
}
/*=== Left Menu ===*/
ul.leftmenu{
	margin: 0 0 20px;
}
.leftmenu li{
	text-align: right;
}
.leftmenu li ul{
	border-bottom: 1px solid #666666;
}
.leftmenu li ul ul{
	border-bottom: 0;
}
.leftmenu li a{
	border-bottom: 1px solid #666666;
	display: block;
	height: 20px;
	line-height: 20px;
}


.leftmenu li.normal a{
	font-size: 11px;
	color: #666666;
}

.leftmenu li.normal a:hover{
	background: #cccccc;
	border-bottom: 1px solid #dddddd;
	color: #0001ae;
	font-weight: bold;
	padding: 0 3px 0 0;
	font-size: 11px;
	text-decoration: none;
}

.leftmenu li.active a{
	background: #cccccc;
	border-bottom: 1px solid #dddddd;
	color: #0001ae;
	font-weight: bold;
	padding: 0 3px 0 0;
	font-size: 11px;
	text-decoration: none;
}

.leftmenu li.active a:hover{
	border-bottom: 1px solid #dddddd;
	color: #0001ae;
	font-weight: bold;
	padding: 0 3px 0 0;
	text-decoration: none;
}





/*- Left SubMenu -*/
.leftmenu li.active li.normal a{
	background: none;
	background: url(ico-sublist.gif) no-repeat left;
	border-bottom: 1px solid #dddddd;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}
.leftmenu li.active li.normal a:hover,
.leftmenu li.active li.active a{
	background: url(ico-sublist-active.gif) no-repeat left;
	color: #0001ae;
		font-size: 10px;
	font-weight: bold;
}
/*- Left SubMenu2 -*/
.leftmenu li.active li.active li.normal a{
	background: url(ico-sublist2.gif) no-repeat left;
	color: #999999;
	font-weight: normal;
		font-size: 10px;
	padding: 0 15px 0 0;
}

.leftmenu li.active li.normal li.normal a{
	background: url(ico-sublist2.gif) no-repeat left;
	color: #999999;
	font-weight: normal;
		font-size: 10px;
	padding: 0 15px 0 0;
}


.leftmenu li.active li.nomal li a:hover,
.leftmenu li.active li.active li.active a{
	background: url(ico-sublist2-active.gif) no-repeat left;
	color: #0001ae;
	font-weight: bold;
		font-size: 10px;
	padding: 0 15px 0 0;
}

.leftmenu li.active li.active li.normal a:hover,
.leftmenu li.active li.active li.active a{
	background: url(ico-sublist2-active.gif) no-repeat left;
	color: #0001ae;
	font-weight: bold;
		font-size: 10px;
	padding: 0 15px 0 0;
}

.leftmenu li.active li.normal li.normal a:hover,
.leftmenu li.active li.normal li.active a,
.leftmenu li.active li.active li.active a:hover,
.leftmenu li.active li.normal li.active a:hover{
	background: url(ico-sublist2-active.gif) no-repeat left;
	color: #0001ae;
	font-weight: bold;
		font-size: 10px;
	padding: 0 15px 0 0;
}

.leftmenu li.active li.normal lia:hover,
.leftmenu li.active li.normal li a,
.leftmenu li.active li.active lia:hover,
.leftmenu li.active li.normal li a:hover{
	background: url(ico-sublist2-active.gif) no-repeat left;
	color: #0001ae;
	font-weight: bold;
		font-size: 10px;
	padding: 0 15px 0 0;
}

.leftmenu li li li a:hover{
	color: #0001ae;
	font-weight: bold;
	font-size: 10px;
}





/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: #ffffff;
	border: 2px solid #999999;
	margin: 0 0 7px;
	padding: 5px;
}
/*- Box2 -*/
.box2{
	background: url(box2-bgr.gif) no-repeat top;
	padding: 10px;
}
.box3{
	background: url(box3-bgr.gif) no-repeat top;
	padding: 10px;
}
.box4{
	background: url(box4-bgr.gif) no-repeat top;
	padding: 10px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li{
	background: url(ico-list1.gif) no-repeat left top;
	padding: 0 0 0 10px;
}
/*- List2 -*/
.list2 li, .list3 li{
	background: url(ico-list2.gif) no-repeat left top;
	margin: 0 0 8px;
	padding: 0 0 0 15px;
}
.list2 li h3{
	font-size: 11px;
}
#centercol .list2 li p{
	font-size: 9px;
	padding: 0;
}
/*- List3 -*/
.list3{
	padding: 0 0 5px;
}
.list3 li{
	background: url(ico-list3.gif) no-repeat left top;
}


/*=== Footer ===*/
#footer{
	background: url(page-bot.gif) no-repeat top;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	height: 25px;
	line-height: 25px;
	padding: 0 200px 0 20px;
}
#footer a{
	color: #ffffff;
}
#footer p.copy{
	float: left;
}
#footer p.botmenu{
	float: right;
	text-align: right;
}

.botmenu a{
	padding-left: 6px;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ar{
	text-align: right;
}
.ad{
	margin: 0 0 12px;
}
a.more{
	background: url(ico-list2.gif) no-repeat right top;
	font-size: 9px;
	padding: 0 15px 2px 0;
	text-decoration: underline;
}



#contentboxsub {
	list-style: disc;
	line-height: 1.4em; 
	font-family: Verdana, Arial, san-serif;
	font-size: 12px;
	margin-top: 0px;
}

#contentboxsub ul {
list-style: disc;
margin: 4px 4px 4px 12px;
padding: 4px 4px 4px 12px;
font-family: Verdana, Arial, san-serif;
}

#contentboxsub li {
list-style: disc;
margin: 0 0 0 10px;
padding: 4px 4px 4px 4px;
font-family: Verdana, Arial, san-serif;
}

#contentboxsub h1 {
	font-size: 16px;
	padding: 0 0 6px 0;
	margin: 0px;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0 0 6px 0;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0 0 4px 0;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub h4 {
	font-size: 13px;
	margin: 0px;
	padding: 0 0 4px 0;
	font-family: Verdana, Arial, san-serif;
}



#contentboxsub h1 font{
	font-size: 16px;
	padding: 0 0 6px 0;
	margin: 0px;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub h2 font{
	font-size: 15px;
	margin: 0px;
	padding: 0 0 6px 0;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub h3 font{
	font-size: 14px;
	margin: 0px;
	padding: 0 0 4px 0;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub h4 font{
	font-size: 13px;
	margin: 0px;
	padding: 0 0 4px 0;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub p{

	padding: 0 0 8px 0;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, san-serif;
}

#contentboxsub a{
font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #0001ae;
}

#contentboxsub a font {
font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #0001ae;
}


#contentboxsub table {
font-family: Verdana, Arial, san-serif;
margin-top: 0px;
	font-size: 11px;
	color: #000000;
}

#contentboxsub font {
font-family: Verdana, Arial, san-serif;
font-size: 11px;
	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;
	}
/*=== Styling the Calendar ===*/
.calendar{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
}
.calendar form{
	padding: 0px;
	margin: 0px;
}

.calendar table{
	width: 190px;	
}


.calendar table table{
	margin: 0px;
	padding: 0px;
	border: 1px solid #8a8a8a;	
}

.calendar table table td{
	border-bottom: 1px solid #8a8a8a;
	border-right: 1px solid #8a8a8a;
	color: #000000;
}

.calendar table table td p{
	padding: 0px;
	margin: 0px;
}

.calendar table table td p a{
	padding: 0px;
	margin: 0px;
}

.calendar table td p{
	padding: 0px;
	margin: 0px;
}

.calendar table td{
	padding: 0px;
	margin: 0px;
}

.calendar table table td{
	padding: 0px;
	margin: 0px;
}

.calendar table table tr{
	padding: 0px;
	margin: 0px;
}


.calendar table tr{
	padding: 0px;
	margin: 0px;
}


.calendar table table td a{
	display: block;
		padding: 3px;
	margin: 0px;
}

.calendar table table td a:hover{
	background-color: #e2e2e2;
	padding: 3px;
	margin: 0px;
}

#caltab{
	margin: 2px;
	padding: 0px;
}
	
.anzeige	{ background-color: #ffffff;padding: 0px;
	margin: 0px; }
.sonntag	{ background-color: #D4D9D9; padding: 0px;
	margin: 0px;}
.heute		{ background-color: #e2e2e2; border: 2px solid #CE0002; padding: 0px;
	margin: 0px;}
.titel		{ white-space: nowrap; font-size: 12px;
padding: 0px;
	margin: 0px;}
.kopf		{ background-color: #bbbbbb; color: #FFFFFF;
padding: 0px;
	margin: 0px;}
.knopfback {
	height: 20px;
	width: 20px;
	margin: 0 0 2px 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}
.knopfnext {
	height: 20px;
	width: 20px;
	margin: 0 0 2px 0;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}
