/* CSS Document */

body{
	background-image:url(backpatt.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	color: #000000; 
	font-size: 12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-decoration: none; 
	text-align: left;
	line-height: 17px;
	margin:0;
}


a:link, a:visited{
	color: #372b2a;
	font-weight:bold;
}


a:hover{
	color: #6da327;
}


div#bg { /*wrapp mit dem hintergrund mit zo-dach und blaettert etc.*/
	/*position: relative;*/
	background-image: url(background.jpg);
	width:850px; 
	height:700px;
	background-repeat:no-repeat; 
	margin: 0px 120px;
}

html>body div#bg{
height: auto;
min-height: 690px;
}


div.flash {
	float:left;
	position: relative;
	top: 10px;
	left: 70px;
}


div.content1{
	position:relative;
	float:left;
	top: 40px;
	left: 33px;
	width:373px;
}

div.content2{
	position: relative;
	float:left;
	top: 40px;
	left: 80px;
	width:373px;
}

div.content2 ul{
list-style:inside circle;
	padding: 0 0;
	margin: 0 0;
}



#headline{
font-size:17px;
font-weight: bold;
text-transform:uppercase;
color:#5f9814;
}

#headlineb{
font-size:12px;
font-weight: bold;
text-transform:uppercase;
color: #5f9814;
}

#zimmerh{
	font-weight: bold;
	color:#006699;
}



#headbold{
	font-weight: bold;
	color: #5f9814;
}

div.foot{
	position: relative;
	bottom:0px;
	left: 0px;
    width: 100%;
	background-image:url(gras_pat.jpg);
	background-repeat:repeat-x;
	height:118px;
}


div.menue{
	width: 170px;
	float:left;
	position: relative;
	top: 120px;
	left: 33px;
	font-size:14px;
	font-weight:bold;
	color: #faf8dc;
	line-height:23px;
}

div.menue ul{
	list-style: none;
	padding: 0 0;
	margin: 0 0;
	width: 165px;
	height: 130px;
}

div.menue li{
	margin: 0 0;
	
}

.menue a:link, .menue a:visited{
	text-decoration: none;
	font-size: 14px;
	color: #faf8dc;

}

.menue a:hover{
	color:#400000;
	
}

div.menue#sub{
	left: 15px;
}

#start #startNav a, #zimmer #zimmerNav a, #belegung #belegungNav a, #buchen #buchenNav a{
	color: #400000;
}

.haupt #haupthausNav a, .alt #altNav a{
	color:  #400000;
}


