@charset "utf-8";
/* CSS Document */

body {
	background-color:#f9ffdf;
	margin:0;
	overflow: auto;
}


#seitenRahmen {
	background:url(images/nav_backgr2.gif) left repeat-y;
	bottom: auto;
	top: 0px;
	position: absolute;
	left: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #00685c;
	width: 1006px;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00685c;
	overflow: visible;
	height: auto;
	 }

#Bilderzeile {
 float:right; 
 margin-left:10px; 
 clear:right
 }

#inhalt {
 margin-left:210px;
 margin-top:60px;
 width:360px;
}

#inhalt h2, #inhalt h3 {
	color:#00685c;
	margin-bottom:6px;
	margin-top:6px;
}

#inhalt h3 {
	border-bottom-color:#00685c;
	border-bottom-style:solid;
	border-bottom-width:2px;

}

/* Die horizontale Navigation */

.navH a {
  color:#f9ffdf; 
  background:url(images/nav1.gif) left bottom no-repeat #00685c;
  padding:5px; 
  display:block;
  text-decoration:none;
 }

.navH a:hover, a.selected_h {
  background:url(images/nav1s.gif) left bottom no-repeat #4C958D
 }

.navH {
  border-bottom:1px solid #f9ffdf; 
  border-left:  1px solid #f9ffdf; 
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  color:#f9ffdf; 
  font-size:12px; 
  width:100px; 
  text-align:center;
  float:right
 }
 
 /* Die vertikale Navigation */
 
 .NaviEbene {
   margin-left:0px;
  }
 
.navV a {
  color:#f9ffdf; 
  background:url(images/navV.gif) right bottom no-repeat #00685c;
  padding:5px; 
  display:block;
  text-decoration:none;
  border-bottom:1px solid #f9ffdf; 

  border-right: 1px solid #f9ffdf; 
 }

 .navV a:hover, a.selected {
  background-color:#4C958D
 }

#Navigation{
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  color:#f9ffdf; 
  font-size:12px; 
  float:left;
  text-align:left;
 }
 
 .navV{
  text-align:right;
  width:155px; 
  display:block;
  height:auto;
 }
 .hervorhebung {
	color: #00685c;
	font-size: large;
}.aktion {
	position: absolute;
	height: 180px;
	width: 260px;
	top: 200px;
	left: 600px;
	background-color: #000;
	opacity: 0.0;
	filter: Alpha(opacity=0);	
}

