﻿body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	background-color:#FFF;
	color: #000;
}

a {
text-decoration:none;
}

a img {
border:none;
}

a:link {
	font-weight:bold;
	color:#005000;
	text-decoration:none;
}
a:visited { 
	font-weight:bold; 
	color:#005000; 
	text-decoration:none; 
}
a:focus { 
	font-weight:bold; 
	color:#005000; 
	text-decoration:none; 
}
a:hover { 
	font-weight:bold; 
	color:#005000; 
	text-decoration:none; 
}
a:active { 
	font-weight:bold; 
	color:#005000; 
	text-decoration:none; 
}

.text_button {
	margin-left: 300px;
}

#wrapper{
	background-color:#FFF;
}

#top {
	position:absolute;
	float: left;
	height: 87px;
	background-color:#FFF;
}

.textzitat {
	font-size: 11px;
	text-align: center;
	background-color:#FFF;
	color: #005000;
	font-weight: 600;
}

.autorzitat {
	font-size: 10px;
	font-style:italic;
	text-align: center;
	background-color:#FFF;
	font-weight: normal;
}

#zitat {
	float: right;
	background-image: url(img/zitat.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 87px;
	width:585px;
	background-color:#FFF;
}

#contend {
	/*background-image: url(img/contend_unten_rechts.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
    margin-left: 87px;
	margin-top:12px;
	margin-bottom: 0px;
	font-size: 10px;
	background-color:#FFF;
	height: 700px;
}

#contend_left {
	float: left;
	width: 200px;
}

#contend_right {
	margin-left: 220px;
	background-image:url(img/hintergrund_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.einzeln_links {
	float: left;
	width: 236px
}
.einzeln_rechts {
	margin-left: 260px;
}

#footer {
	font-style:italic;
	font-weight:bold;
	font-size: 12px;
	background-image: url(img/footer_unten_rechts.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:79px;
}

#navi_links {
	position:relative;
	top: 0px;
	float: left;
}

.text {
	padding-right: 90px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#contend_rechts {
	padding-bottom: 6px;
	background-image: url(img/contend_unten_rechts.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#navi-hint {
	background-image: url(img/navi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 885px;
	position: absolute;
	top: 109px;
	left: 95px;
	height: 76px;
}

p {
	font-size: 13px;
}

.clear-float {
	clear: both;
}

li {
	font-size:14px;
	}

.foto {
	margin-bottom: 10px;
	width: 200px;
}

h1 {
	font-size: 18px;
	padding-right: 90px;
	margin-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	color:#005000;

}

h2 {
	padding-right: 90px;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 6px;
	color:#005000;

}

a{
	color:#000;
}
	
#nav {
	margin: 0;
	padding: 0;
	font-size: 14px;
	position: absolute;
	top: 0px;
	width: 885px;
	height: 20px;
}

#nav li.on ul {
		margin: 0;
		padding: 0;
		color: #f9ff98;
}
	
#nav li.off ul {
		margin: 0;
		padding: 0;
}

#nav a {
		text-decoration: none;
}

#nav li { /*float the main list items*/
		margin: 0;
		float: left;
		display: block;
		background: #a2bf53;
		font-size:18px;
		font-weight:bold;

}
	
#nav li li { /*float the main list items*/
		font-size:14px;
}

#nav li ul {
    	display: none;
}

#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	top: 30px;
	left: 0px;
	background-color:#a2bf53;
	color:#a2bf53;
	height: 28px;
	width: 860px;
	border-top: solid 2px #FFF;
	margin-top: 2px;
}

#nav li a { /*Darstellung Hauptmenuezeile*/
	color: #005000;
	font-weight: bold;
	display: block;
	height: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 20px;
	margin-top: 5px;

}

#nav li.on ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #005000;
	width: auto;
}

#nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #fff;
	width: auto;
	
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li:hover a {
	background: #a2bf53;
	color: #f00;
}

#nav li.on a:hover {   /*Hover für das Hauptmenue*/
	color: #f00;
}

.terminbox {
	background-image: url(img/termine_box.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	height: 90px;
	background-position: left center;
	font-size: 16px;
	list-style-type: none;
}
.terminbox_rechts {
	padding-top:40px;
}
.terminbox_links {
	padding-top:0px;
	float:left;
	width: 250px;
}

.termine_links {
	float: left;
	width: 380px
}
.termine_rechts {
	margin-left:392px;
}
.termine_text {
	font-size:12px;
}

.kalenderlink {
	padding-left: 10px;
}
#termine, #termine1, #termine2, #termine3,  #termine4,  #termine5,  #termine6 {
	padding-top: 1px;
}

.termin {
	color:#000;
 }
 
.kein_termin {color:#f00;  
 }
 
.termin_title {color:#000; 
					margin-left:20px;
					
 }
   
   a.button
      {
	font-size:15px;
	font-weight:bold;
	color: #FFF;
	background: #a2bf53;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	text-decoration: none;
	width: 80px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:3px;
	padding-bottom:3px;
	
      }
a.button:hover
      {
      Color: #F00;
      border-left: 2px solid #000000;
      border-top: 2px solid #000000;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      }
.ebene3 {
	color: #F00;
}

.pdf a{
	font-size:15px;
	font-weight:bold;
	color: #F00;
	}

.anmeldung {
	font-size: 12px;
}

#suchen {
	position: absolute;
	z-index: 60;
	top: 115px;
	left: 900px;	
	}

