body {
	margin: 0px;
	background: url(../img/back.png) no-repeat fixed #ffffff;
	scrollbar-3dlight-color: #C40026;
	scrollbar-arrow-color: #C40026;
	scrollbar-base-color: #C40026;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-face-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	scrollbar-shadow-color: #C40026;
	font-family: Arial, Helvetica, Helv;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
}

/* Menue */

#Menue {
	position:absolute;
	top:51px;
	left:0;
	width:170px;
}
#Menue ul.top{
	margin:0;
	padding:0;
	font-size:100%;
}
#Menue ul.top a{
	padding-left: 20px;
}
#Menue li{
	margin-top:0;
	border-bottom:1px solid #FFE736;
}
#Submenue li{
	margin-top:0;
	border-bottom: 1px solid #efefef;
}
#Menue a{
	font-size: 11px;
	color: #000000;
	display: block;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
#Menue a:hover{
	background-color: #ffffff;
}
/* Inhalt */

#inhalt{
	margin-left: 93px;
	margin-top: 30px;
	width: 580px;
}
#inhalt h1{
	font-size: 18px;
	line-height: 20px;
	color: #FF6E05;
	font-weight: bold;
	border-bottom: 1px solid #FF6E05;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#inhalt h2{
	font-size: 12px;
	color: #FF6E05;
	font-weight: bold;
	padding-bottom: 5px;
}
#inhalt .slogan{
	font-family: Arial black;
	font-size: 16px;
	line-height: 26px;
	color: #FF6E05;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
#inhalt .floatright{
	margin-left: 20px;
	margin-bottom: 15px;
	float: right;
}
#inhalt .betreiber{
	border-bottom: 1px solid #cccccc;
}
#inhalt .betrieb{
	font-size: 12px;
	color: #FF6E05;
}

/* Galerie */
#galerie{
	border-collapse: collapse;
	width: 100%;
}
#galerie td{
	font-size: 11px;
	border-bottom: 1px solid #FEE636;
}
#galerie .text{
	padding: 5px 5px 5px 10px;
	border-left: 1px dotted #FEE636;
}
#galerie img{
	border: none;
}
#galerie2{
	width: 100%;
}
#galerie2 td{
	background: #ff9900;
	width: 25%;
	text-align: center;
}
#galerie2 img{
	border: 2px solid #FEE636;
}
/* Gästebuch */
#gast{
	border-collapse: collapse;
	width: 100%;
}
#gast td{
	font-size: 11px;
}
#gast td.head{
	font-size: 11px;
	background: url(../img/td_head_back.png);
	font-weight: bold;
	padding: 0px 0px 0px 6px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #000000;
}
#Formtabelle{
	border-collapse: collapse;
	width: 100%;
}
#Formtabelle td{
	font-size: 11px;
	border: 1px dotted #FF6E05;
	padding: 5px;
}
#Formtabelle .text{
	padding: 5px 5px 5px 10px;
	border-left: 1px dotted #FF6E05;
}
#foto{
	position: absolute;
	z-index: 10;
}

/* Sponsoren */
#Sponsor{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FF6E05;
	width: 170px;
	font-size: 11px;
	z-index: 3;
}
#Sponsor p{
	padding: 3px 5px 3px 10px;
	margin: 0;
	background: #FFF29A;
}
td{
	font-size: 11px;
	font-family: Arial, Helvetica;
}
a{
  color: #B00000;
}
a:hover{
  color: #ff9900;
}
#inhalt input,select,textarea {
  background: #eeeeee;
  font-family: Arial, Helvetica;
  font-size: 11px;
  line-height: 15px;
  border: 1px #FF6E05 solid;
}
#inhalt input.c1 {
  border: 2px #FF6E05 solid;
  background: url(../img/td_head_back.png) #eeeeee;
  font-size: 11px;
  line-height: 15px;
  cursor: hand;
}
#inhalt input.ohne {
  background: none;
  border: none;
}
#Plan{
	position: absolute;
	top: 80px;
	left: 20px;
	z-index: 2;
}
#marker{
	z-index: 4;
	position: absolute;
}
div.markPlan{
	z-index: 3;
	position: absolute;
}
a.markStand{
	text-decoration: none;
	padding: 0px 1px 1px 2px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	background: #00dd00;
	z-index: 3;
	position: absolute;
	cursor: pointer;
}
a.markStand:hover{
	background: #FF6E05;
	color: #ffffff;
}
a.markBuehne{
	text-decoration: none;
	padding: 0px 1px 1px 2px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	background: #ff0000;
	z-index: 3;
	position: absolute;
	cursor: pointer;
}
a.markBuehne:hover{
	background: #FF6E05;
	color: #ffffff;
}