@charset "utf-8";
/* CSS Document */
body
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color:#ccdaca;
  }

#mainholder
  {
  position:absolute;
  /*background-color: #F6F7FB;*/
  /*background-color: #FFFFFF;*/
  width:1000px;
  margin:0px 0px 0px -520px;
  top: 0px;
  left: 50%;
  padding: 0px;
  height:775px;
  background-image:url(bilder/hintergrund.jpg)
  }
 #innerholder
  {
  float:left;
  width:842px;
  /*background-color:#FFFFFF;*/
  height:auto;
  overflow:visible;
  margin-top:8px;
  margin-left:85px;
  
  }
#navi
  {
  float:left;
  width:842px;
  height:37px;
  margin-left:85px;
  margin-top:70px;
  /*background-color:#FFFFFF;*/
  }
#navi ul {
	list-style: none;
	margin-left: -6px;
	margin-top: 0px;
	padding: 0;
}
#navi ul li {
	float: left;
	margin-left: 29px;
	margin-top: 5px;
	padding: 0;
}
#navi ul li a {
	display: block;
	height: 25px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
	text-transform: uppercase;
	font-size: 20px;
	color: green;
	text-decoration: none;
}
#navi ul li a:hover {

	color:white;
	text-decoration: none;
	background-color:#3c7845;
}
#navi ul li.current a{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#3c7845;
}

#leftconti, #leftcontiohne
  {
   float:left;
   margin-left:25px;
   margin-top:25px;
   margin-bottom:25px;
   width:500px;
   height:auto;
   min-height:400px;
   line-height:18px;
   padding-right:25px;
   border-right: 1px solid #CCCCCC;
  }
#leftcontiohne p
  {
  margin-top:-20px;
  }
#map
  {
  position:relative;
   top:0px;
   left:0px
   width:500px;
   height:354px;
   
  }
#rightconti
  {
   float:left;
   margin-left:25px;
   margin-top:25px;
   margin-bottom:25px;
   width:260px;
   height:auto;
   min-height:400px;
   line-height:18px;
   /*border: 1px solid green;*/
  } 

.pic
{
	float:left;
	width:116px;
	height:82px;
	margin-right:9px;
	margin-bottom:9px;
}
.bildtitel
{
	float:left;
	width:270px;
	height:30px;
	margin-top:7px;
}

#leftconti a:link, #leftcontiohne a:link{
	text-decoration:none;
	color:#3e7845;
	}
#leftconti a:visited, #leftcontiohne a:visited {
	text-decoration:none;
	color:#3e7845;
	}
#leftconti a:active, #leftcontiohne a:active{
	text-decoration:underline;
	color:#3e7845;
	}
#leftconti a:hover, #leftcontiohne a:hover{
	text-decoration:underline;
	color:#3e7845;
	}
h1  {
	font-size: 20px;
	font-style: normal;
	color:	#3e7845;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:25px;
	/*text-transform:uppercase;
	letter-spacing: 1.05px;
	display:inline;*/
}
h2  {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color:	#666666;
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	/*border-bottom:1px solid #333333;*/
}
.hot
{
color:#026ead;
}
#adresse
{
position:relative;
top:46px;
padding-left:65px;
padding-bottom:20px;
}
#logo
{
position:relative;
top:35px;
}