body {
     font-family: 'Lusitana', serif;
	 font-weight: regular;
     font-size:13pt;
	 line-height: 18pt;
	 color: #5E6666;
	 background-image: url("../images/background.jpg");
     }

h1 {
	font-family: 'Rancho', cursive;
    text-decoration:none;
	line-height: 12px;
	font-weight: bold;
    font-size: 24pt;
	color: #5E4200;
}

img {
	border: 2px;
	border-style: solid;
	border-color: #ffffff;
}

#iconset{
	margin-left:1014px;
	position:fixed;
	z-index:-1;
	top:170px;
	
	
}
#head{
	background-image: url("../images/head.jpg");
	height:150px;
	width:1024px;
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-512px;
}	

#wrapper{
	width:1024px;
	display:block;
	margin:auto;
	margin-top:150px;
	background-color: #F2F2F2;
	}

#willkommen{
	position: absolute;
	padding:10px;
	top:170px; /* relative positionierung */
	left: 520px;
	width: 460px;
	background-color: #ffffff;
}

#willkommen_bild{
	position: absolute;
	top: 510px; /* relative positionierung */
	left: 520px;
	width: 460px;
}

#kontakt_container{
	float:left;
}

.kontakt_oeffnung{
	background-color: #ffffff;
	padding:10px;
	margin-bottom:20px;
}

#container{
	padding:20px;
}

#maps {
	margin-left:370px;
}

.geschichte_text{
	width:465px;
	padding:10px;
	float:right;
	background-color: #ffffff;
}

.angebot_text{
	width:469px;
	padding:10px;
	
	float:left;
	background-color: #ffffff;
}

.impressum_text{
	padding:10px;
	background-color: #ffffff;
}

#angebote_con{
	width:964px;
	margin-top:10px;
	padding:10px;
	background-color: #ffffff;
}

.termine_text{
	width:984px;
	margin-top:10px;
	padding:10px;
	background-color: #ffffff;
}

#termine{
	width:964px;
	padding:10px;
	background-color: #ffffff;
}

.hist_con {
	width:984px;
	margin-top:10px;
}


#footer{
	background-image: url("../images/footer.jpg");
	font-family: 'Lusitana', serif;
	font-weight: regular;
	font-size:10pt;	
	height:50px;
	padding-top: 20px;
	width:1024px;
	bottom:0px;
	color: #5E4200;
	text-align:center;
}

#footer_links{
	padding:5px;
	margin:auto;
	width:330px;
}

#footer_links a:link{
	color: #5E4200;
	font-family: 'Lusitana', serif;
	font-weight: regular;
    font-size:10pt;	
}

#footer_links a:visited{
	color: #5E4200;
	font-family: 'Lusitana', serif;
	font-weight: regular;
    font-size:10pt;	
}

#footer_links a:hover{
	color: #5E4200;
	font-family: 'Lusitana', serif;
	font-weight: regular;
    font-size:10pt;	
}

/* Navigationselemente */
#slideout_inner {
	position: fixed;
	top: 150px;
	left: -130px;
	background-image: url("../images/menue.png");
	width: 105px;
	padding-right: 75px;
	padding-top: 20px;
	height: 180px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-align: right;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

#slideout_inner:hover {left: 0;}


a:link, a:visited {
	 font-family: 'Rancho', cursive;
     text-decoration:none;
	 font-weight: bold;
     color: #FFFFFF;
     font-size: 19pt;
    }

a:hover {
	 font-family: 'Rancho', cursive;
     text-decoration:none;
	 font-weight: bold;
     color:#5E4200;
     font-size: 19pt;
    }