body{
background: url(img/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	margin: 0px;
	font-family: Helvetica;
	}


#balken{	
	background: url(img/balken.png);
	background-size: 100% 100%;
	position: absolute;
	width: 100%;
	height: 139px;
	margin: auto auto;
	top: 95px;
	

}
	
#wrapper{	

	position: relative;
	width: 800px;
	margin: auto auto;
	top: -3px;
	

}

#logo{		

	left: 50px;
	position: relative;
}

#Menue_Wrapper{		

	color:white;
	left: 0px;
	top: -10px;
	position: relative;
	text-align:center;
}

#img_home{		

	background-image: url(img/home_titel.jpg);
	position: relative;
	height: 235px;
	width: 800px;

	
}

#img_zimmer{		

	background-image: url(img/zimmer_titel.jpg);
	position: relative;
	height: 235px;
	width: 800px;

	
}

#img_preise{		

	background-image: url(img/preise_titel.jpg);
	position: relative;
	height: 235px;
	width: 800px;

	
}

#img_kontakt{		

	background-image: url(img/kontakt_titel.jpg);
	position: relative;
	height: 235px;
	width: 800px;

	
}

#img_impressum{		

	background-image: url(img/impressum_titel.jpg);
	position: relative;
	height: 235px;
	width: 800px;

	
}




#Content{
	float:left; 
	width: 738px;	
	padding: 31px;
	padding-bottom: 37px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #512b00;
	text-align: justify;
	opacity: 0.7;
}

#minigolf{
	float:left; 

	width: 800px;	
	padding: 1px;
	padding-bottom: 1px;

}

.minigolf{	
	width: 44%;
	height: 130px;
	padding: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	font-size: 13px;
	color: #512b00;
	opacity: 0.7;
	float:left; 
	margin: 10px;
}

#menue_wrapper_unten{
	float:left; 

	width: 800px;	
	padding: 1px;
	padding-bottom: 1px;

}

#menue_wrapper_unten{	
float:left; 
width: 98%;
	color:white;
	top: 7px;
	position: relative;
	text-align:center;
	font-size: 10px;
}

td
{
width: 150px;
}


a{
	text-decoration: none;
	color: #FFF;
}

a:hover{
	text-decoration: underline;
	color: #CCC;
}


#textfeld-1{

	position:relative;
	width:200px;

	}
	
#textfeld-2{

	left:230px;
	position:absolute;
	width:200px;
	top: 0px;
	}

#button{

background-color:#512b00;
color: white;
font-family: quicksandlight;
border: none;
width: 118px;

}


#kontakt{

	position:relative;

	}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	padding-left: 3px;
	padding-top: 3px;

border-style: none;
   }

   .fade:hover {
      opacity: 0.5;
     }
