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

/* Eigene Schriftart von Server laden */
@font-face { 	font-family: 'meine-schrift';
             	src: url('helbadbnormal.ttf') format('truetype'); }

body { 			font-family: 'meine-schrift';
				margin: 0px auto;
				padding: 0px;
			 /* overflow:hidden;  Scrollbar an */
			 	background-image:url(pics/hintergrund.jpg);
				background-repeat:no-repeat;
				background-size: cover;
				background-position: center;
				background-attachment: fixed; }

/* SEITENBREITE -------------------------- */

.content {		width:1000px;
				height:auto;
				margin-left: auto;
    			margin-right: auto;
				background-color:#FFF;
				margin-top:0px; }

/* Logo -------------------------- */

.logo {			width:340px;
				height:81px;
				margin-left: auto;
    			margin-right: auto;
				padding-top:20px; }
				
.navi {			width:420px;				
				height:20px;
				margin-top:10px;
				margin: 10px auto;
				padding-bottom:10px; }	
				
.auswahl {		font-size:20px;
				height:25px;
				float:left;
				padding-left:10px;
				padding-right:10px; }
				
.auswahl:hover {background-color:#390; }			

.haus1 {		width:960px;
				height:337px;
				background-image:url(pics/haus1.jpg);
				margin-top:20px;
				margin: auto; }	
				
.haus2 {		width:960px;
				height:337px;
				background-image:url(pics/haus2.jpg);
				margin: auto; }	
				
.haus3 {		width:960px;
				height:337px;
				background-image:url(pics/haus3.jpg);
				margin-top:20px;
				margin: auto; }	
				
.titel {		width:960px;
				font-size:30px;
				text-align:center;
				background-color:#E8E8E8;
				margin-left: auto;
    			margin-right: auto;
				margin-top:20px; }				
				
.beschreibung {	width:960px;
				height:auto;
				font-size:17px;
				background-color:#FFF;
				margin-top:10px;
				padding-left:20px;
				padding-right:20px;
				text-align:justify;
				text-align:center;
				margin-bottom:20px; }
				
.maps {			width:960px;
				height:337px;
				margin-top:20px;
				margin: auto;
				margin-bottom:20px; }	
				
.kontakt {		width:960px;
				height:auto;
				font-size:17px;
				margin-top:10px;
				padding-left:20px;
				padding-right:20px;
				margin-bottom:20px; }
				
.adresse {		width:320px;
				height:auto;
				float:left; }
				
.email {		width:320px;
				height:auto;
				float:left; }
				
.galerie {		width:1000px;
				padding-top:20px;
				padding-bottom:20px; }

.foto {			width:470px;
				height:313px;
				float:left;
				padding-left:20px;
				padding-bottom:20px; }
				
a {				text-decoration:none;
				color:#000; }
				
a:hover {		color:#FFF; }		

.mail {			color:#00C;
				text-decoration:underline;
				font-size:17px; }	
.mail:hover {	color:#C00; }	
			
/* STOP FLOAT -------------------------- */

#stopfloat_LR { clear:both; }
#stopfloat_L { clear:left; }
#stopfloat_R { clear:right; }