body {
  font-size:100.01%;
  font-family:arial, verdana, sans-serif;
}

#menue {
	text-align:right;	
	margin-top:27px;
}
#menue li:hover {

}
#menue li {
	margin: 15px 0 15px 0;
}
#menue li.space {
	margin-top:38px;
}
#menue a {
	text-decoration:none;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
    padding:10px 40px 10px 0;
}
#menue a:hover {
	color:#fede9d;
}
#menue .aktiv {
	list-style-image:url(../bilder/stars.png);
	list-style-position:inside;
}
#menue .aktiv a {
	background:url(../bilder/star.png) right 12px no-repeat;
}
h1 {
	font-size:15px;
	color:#b65b21;
	margin-bottom:20px;
}
h2 {
	font-size:14px;
	color:#b65b21;
	margin-bottom:-5px;
	font-weight:normal;
}
p {
	font-size:14px;
	margin:10px 0 20px 0;
	line-height:1.5;
}
#startbild {
	float:right;
	margin-bottom:-110px;
	margin-right:10px;
}


#galerie {
	margin-bottom:25px;
	margin-left:-10px;
}

#galerie img {
	box-shadow: 5px 5px 20px -6px #000; 
	-webkit-box-shadow: 5px 5px 20px -6px #000; 
	-moz-box-shadow: 5px 5px 20px -6px #000; 
	padding:6px 6px;
	margin:4px;
}
dl {
	font-size:14px;
	margin:10px 0 20px 0;
	line-height:1.5;
}
dt {
	float:left;
	width:150px;
}
dd {
	float:left;
	width:350px;
}

dl:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


dl {display: inline-block;}
/* Hides from IE-mac \*/
* html dl {height: 1%;}
dl {display: block;}
/* End hide from IE-mac */


address {
	font-size:14px;
	margin:10px 0 20px 0;
	line-height:1.5;
	font-style:normal;
}
#text {
	min-height:365px;
}

#text a {
	text-decoration:none;
	color:#b65b21;
}
#text a:hover {
	text-decoration:underline;
}









legend {
	font-size:14px;
	color:#b65b21;
	font-weight:normal;
}
fieldset {
	margin-right:18px;
	font-size:14px;
}
input, textarea {  
	display:block;
    padding: 3px 9px;  
	font-size:12px;
    border: solid 1px #E5E5E5;  
    outline: 0;  
    width: 100%;  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    }  
#ExtraDaten  input {
	margin-left:-10px;
}

 select {
	width:130px;
    padding: 3px 9px;  
	font-size:12px;
    border: solid 1px #E5E5E5;  
    outline: 0;  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
 }
input.radio {
	margin-top:10px;
	display:inline;
	border:none;
	width: 40px;
	box-shadow:none;  
    -moz-box-shadow: none;  
    -webkit-box-shadow: none;  
}
  
textarea {  
    height: 150px;  
    line-height: 150%;  
	margin-bottom:40px;
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus {  
    border-color: #AAA;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
    }  
  
label {  
	font-size:14px;
	padding: 15px 0 0 0;
    margin-left: 15px; 
	margin-bottom:-2px;
    color: #999999;  
	display:block;
    }  

#ExtraDaten {
	margin-bottom:20px;
}

#ExtraDaten .last {
	margin-bottom:20px;
}
	
#ExtraDaten label {
	color:#000;
}
 #ZimmerDaten label {
	color:#000;
}
 #ZimmerDaten input {
	margin-right:15px;
}

#ZeitDaten input {
	width:30%;
	float:left;
}
#ZeitDaten .cal {
	cursor:pointer;
	width:20px;
	height:20x;
	padding-top:-1px;
	margin-right:60%;
	border:none;
	box-shadow:none;  
    -moz-box-shadow: none;  
    -webkit-box-shadow: none;  
	background: url(../bilder/icon_calendar.png) top left no-repeat;
}
#ZeitDaten label {
	clear:both;
}
#ZeitDaten {
	margin-bottom:30px;
}

.required {
	background:url(../bilder/required.gif) top right no-repeat;
}


.senden {
	background-color:#b65b21;
	color:#fff;
	width:120px;
	font-weight:bold;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	cursor:pointer;
	margin-top:40px;
}

.fehler {
	border:1px solid #993535;
	background-color:#ffe8e8;
	padding:15px;
}

.danke {
	border:1px solid #30732b;
	background-color:#d0edce;
	padding:15px;
}

table {
	font-size:14px;
	margin:10px 0 30px 0;
	line-height:1.5;
}

tr {
	border-bottom:1px solid #b65b21;
}

th {
	color:#b65b21;
	font-weight:normal;
	text-align:left;
	padding:10px 0;
}

 td {
	padding:10px 7px;
}
.time {
	width:145px;
}