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

/*<--- Main --->*/

* {
  margin: 0;
  padding: 0;
}

body{
  font-size: 12px;
  font-family: arial;
  color: #333333;
  background: #018087 url(img/body_bg.jpg) repeat-x;
}

#wrapper {
  width: 700px;
  margin: auto;
  background: #fff;
}

h1 {
  font-size: 18px;
  color: #ef7c00;
  line-height: 36px;
} 

h2 {
  font-size: 14px;
  color: #0099a1;
  line-height: 28px;
  font-weight: normal;
} 
  
h3 {
  font-size: 12px;
  color: #0099a1;
  line-height: 24px;
  font-weight: bold;
}

h4 {
  font-size: 12px;
  color: #0099a1;
  line-height: 24px;
} 
 
/*<--- Header --->*/

#header{
  height: 110px;
  width: 700px;
  background-color: #eeeeee;
  display:none;
  }
  
#logo {
  float:left;
}
#newsletter{
  float: right;
  margin-right: 25px;
}

#newsletter a {
  width: 125px;
  height: 24px;
  text-align: center;
  background: url(img/button_newsletter.jpg);
  display: block;
  color: #fff;
  padding-top:5px;
  text-decoration: none;
}

#kontakt_header{
 width: 235px;
 height: 35px;
 float:right;
 margin: 40px 25px 0 0;
}

#adresse {
  float:right;
}

#tel {
  float: left;
}
/*<--- Navi --->*/

#navi {
  display:none;
  width: 690px;
  height: 35px;
  margin-top: 4px;
  background: #0099a1;
  border-right: 5px solid: #fff;
  border-right: 5px solid: #fff;
  margin: 5px 5px 2px 5px ;
}

.navi li {
  list-style: none;
  float: left;
}

.navi li a {
  text-decoration: none;
  display: block;
  height: 15px;
  border-right: 2px solid #fff;
  background: #0099a1;
  padding: 10px 22px 10px 22px;
  color: #fff;
}

.navi li a:hover {
  background: #ef7c00;
}

.sub_navi li{
}

.sub_navi li a {
  display: block;
  height: 27px;
  width: 132px;
  background: url(img/subnavi_bg.png) no-repeat;
  padding: 10px 22px 10px 22px;
}

.sub_navi li a:hover {
  background: url(img/subnavi_bg_over.png) no-repeat;
}

#search{
  height: 22px;
  float: right;
  background: #0099a1;
  padding: 8px 0 5px 140px;
}

#form1{
  width: 170px;
  height: 22px;
}

.form_row {
	width:140px;
  height:20px;
  float:left;
  }
  
.suche_input {
  width: 125px;
  height: 14px;
  background: #eeeeee;
  border: none;
  padding: 3px;
  }
  
.search_button{
  background: url(img/button_search.jpg) no-repeat;
  width: 9px;
  height: 15px;
  margin-top:2px;
  border: none;
}

/*<--- Content --->*/

#content {
 padding: 0px 5px 5px 5px; 
}

/*<--- Slideshow --->*/

#slideshow {
  width: 690px;
  height: 150px;
}

/*<--- Sideboard --->*/

#sidebar {
  float:left;
  width:180px;
  padding: 28px 5px 0px 5px;
  margin-left: 10px;
}

#sidebar a {
  font-size: 10px;
  color: #333333;
  text-decoration: none;
  line-height: 20px;
}

#aktuelles {
  
}

#bildergallerie {
  
}

#bild {
  border: 1px solid #333333;
  padding: 2px;
  width:42px;
  height:42px;
  margin: 5px 5px 0 0;
  float: left;
}

/*<--- Inhalt --->*/

#inhalt{
  float: right;
  margin-right: 10px;
}

#inhalt_content_top {
  background: url(img/inhalt_content_bg_top.jpg) no-repeat;
  height: 11px;
  width: 475px;
}

#inhalt_content_mid {
  width: 435px;
  background: url(img/inhalt_content_bg_mid.jpg) repeat-y;
  padding: 10px 20px 10px 20px;
}

#inhalt_content_bottom {
  background: url(img/inhalt_content_bg_bottom.jpg) no-repeat;
  height: 11px;
  width: 475px;
  margin-bottom: 20px;
}

/*<--- Footer --->*/

#footer{
  height: 22px;
  background: #eeeeee;
  text-align: center;
  padding-top: 8px;
  font-size: 9px;
}

#footer a {
  text-decoration: none;
  color: #333333;
}





