body {
	font-size: 12px;
  font-family: Arial;
	background-color: #dbebfe;
  padding: 0px;
  margin: 0px;
  text-align:center

}

.main {
	margin-top: 20px;
}

.clr {
	clear:both;
}

img { 
  border:0;
  
}

a {
	font-weight:bold;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight:bolder;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size:14px;    /* überschrift mitarbeiter */
}


#header {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;     
	width: 960px;
	height: 28px;
	position:relative;
}

#navi {  
  height: 28px;
  
  position:absolute;
  right: 0px;
  top: 0px;
  
  
}




#navi .menu1 a.selected {
	
	
	float:left;
  padding-left: 7px;
  padding-right: 7px;
  height: 28px;
	line-height: 28px;
  margin-left:2px;
	font-size: 11px;
  color : white;
  background-image:url(img/style/nav_blue.jpg);
  background-repeat: repeat-x;
  text-decoration: none;
}

#navi .menu1 a.unselected {
	
	float:left;
  line-height: 28px;
  height: 28px;
  padding-left: 7px;
  padding-right: 7px;
  margin-left:2px;
	font-size: 11px;
  color : white;
  background-image:url(img/style/nav_grey.jpg);
  background-repeat: repeat-x;
  text-decoration: none;
}

#navi .menu1 a:hover {
  background-image: url(img/style/nav_orange.jpg);
}


#ecke_links {
  width: 2px;
  height: 28px;
  z-Index:100;
  position:absolute;
  left:2px;
  top:0px;
}

#ecke_rechts {
  width: 2px;
  height: 28px;
  z-Index:100;
  position:absolute;
  right:0px; 
  top:0px;
}

#line {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
	height: 10px;
	width: 960px;
	background-color:#226eff;
	font-size: 0px;
}

#top {
  position: relative;
  width: 960px; height: 169px;
  margin:auto;
}

#main_content {
   margin: auto;
   line-height:1.4em;
	 width: 960px;
   background-color:white;
   padding-bottom: 30px;
   margin-bottom: 30px;	
}
#logo {
  position: absolute;
  width: 200px;
  left: 20px;
  top:20px;
  z-index: 1;
}

#title {

  font-size: 36px;
  line-height: 36px;
  color: white;
  position: absolute;
  top: 135px;
  left: 235px;
  z-index: 2;
}

#banner {
   float: right;
   width: 740px;
   height:   169px;
   position:absolute;
   left: 220px;
   z-index: 1; 
}


#content {
  position:relative;
  padding-top: 25px;
  line-height: 150%;
  padding-left: 100px;
  padding-right: 100px;  
  text-align: left;
  font-size: 12px;
}



#supplement {
  padding-left: 100px;
  padding-right: 100px;
  line-height: 150%;
  text-align: left;
  font-size: 12px;
}

#content table {
  font-size: 12px;
  line-height: 150%;
}
#supplement table {
  font-size: 12px;
  line-height: 150%;
}


#formular table th{
  font-size:12px;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding-right:5px;
}


#formular table td textarea {
  width:230px;
  height:120px;
  font-family:Arial;
  font-size:11px;
}

#formular table td .eingabe {
  width:230px;
}

#einleitungstext {
  float: right; 
  width: 320px;
}

#gaestebuch table tr td {
  vertical-align:top; 
}
#gaestebuch table tr td input.eingabeschlitz {
  width:230px;
}

#gaestebuch table tr td textarea {
  width: 230px;
  height: 130px;
}













/* alles für die simpleGallery */
#scrollbox {
	width:260px; 
height:80px;	overflow:hidden; 
	margin-left:30px;
}

#arrowLeft {
	width:20px;
	top:35px;
	left:-27px;
	position:relative;
}

#arrowRight {
	width:20px;
	top:-64px;
	left:300px;
	position:relative;
}

#pad {
	height:00px;
	width:100px; 
	position:relative;
}

#pic {
	top:0px;
	left:40px;
	height:170px;
	width:320px; 
	position:relative;
}