@charset "utf-8";
/* CSS Document */
body {
	
}

body.background_home {
	background: url(images/startbackground.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body.background_impressum {
	background: url(images/impressumbackground.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

body.background_freistrahlen {
	background: url(images/strahlbackground.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


#kopf {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: auto;
	float: left;
	margin-top: 25px;
}

#menu ul {				/* Setzt das Menu nach rechts mit einem Rand von 40 px */
	height: auto;
	float: right;
	/*margin-right:auto;
	margin-left:auto;
	*/
	margin-top: 30px;
}

#menu ul li {			/* Setzt die Menuschriftart PT Sans, 20px Schriftgröße, 50 px Line Höhe, Schriftfarbe, inline(nebeneinander) und gleichbleibenden Abstand*/
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	line-height: 50px;
	color: #F0EBEB;
	display: inline-block;
	margin: 0px 14px;
}

#menu ul li a {			/* Setzt nochmal die Menuschriftfarbe fest, und entfernt textdecoration (blau unterstrichener Hyperlink) */
	color: #F0EBEB;
	text-decoration: none;
}

#menu ul li a:hover {	/*Mouseover Farbe*/
	color: #CCCCCC;
}

#inhalt {
	width: 650px;
	height: 800px;
	padding-top: 200px;
	margin-right: auto;
	margin-left: auto;
	
}

/* Das Kontaktformular */ 
form {
  
  width: 650px;
  padding: 100px;
  margin-right: auto;
  margin-left:auto;
  background-color: rgba(29,28,28,0.50);
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; 
  font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: #F0EBEB;
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  
  margin-bottom: 1em;
}
textarea {
  height: 7em;
 
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
}

#text {
	width:640px; 
	height:375px;
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #F0EBEB;
	text-align: center;
	background-color:rgba(29,28,28,0.50);
	
}


#text_index {
	width:640px; 
	height:610px;
	font-family: 'PT Sans', sans-serif;
	font-size: 19px;
	color: #F0EBEB;
	text-align: center;
	background-color:rgba(29,28,28,0.50);
	
}

#text_groß {
	width:640px; 
	height:280px;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: #F0EBEB;
	text-align: center;
	background-color: rgba(29,28,28,0.50);
	
}

#text_kabinen {
	width:640px; 
	height:150px;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: #F0EBEB;
	text-align: center;
	background-color: rgba(29,28,28,0.50);
	
}

#text_frei {
	width:640px; 
	height:180px;
	font-family: 'PT Sans', sans-serif;
	font-size: 22px;
	color: #F0EBEB;
	text-align: center;
	background-color: rgba(29,28,28,0.50);
	
}



#gmap_canvas {
	with: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
}







/*#iframe {
	width: 615px;
	margin-right: auto;
	margin-left: auto;
}*/
