@charset "UTF-8";
.a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 6em;
	}
	
	#nav li { /* all list items */
	position:relative;
	float : left;
	line-height : 1.25;
	margin-bottom : 20px;
	width: 9em;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	}
	
	#nav li ul { /* second-level lists */
		border: solid 1px #CCCCCC;
		position : absolute;
		left: -999em;
		margin-left : 8.7em;
		margin-top : -1.35em;
		width:130px;
		background-color:#FFFFFF;
		
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 11em;
	w\idth : 120px;
	display : block;
	color:#000000;
	text-decoration : none;
	background-color:;
	border:none;
	padding : 0 0.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 14px;
	}
	
	
	#nav li a:hover {
	width: 120px;
	color:#999999;
	background-image:url(bg.jpg);		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}
	
	#bg1 {
 	background-image:url(bg_unser_haus.jpg); background-repeat:no-repeat;
 	background-position:19px 19px;
 	background-color:white; height:400px; width:770px;
	}
	
	#bg2 {
 	background-image:url(bg_preise.jpg); background-repeat:no-repeat;
 	background-position:19px 19px;
 	background-color:white; height:400px; width:770px;
	}
	
	#bg3 {
 	background-image:url(bg_buchen.jpg); background-repeat:no-repeat;
 	background-position:19px 19px;
 	background-color:white; height:400px; width:770px;
	}
	
	#bg4 {
 	background-image:url(bg_buchen.jpg); background-repeat:no-repeat;
 	background-position:19px 19px;
 	background-color:white; height:800px; width:770px;
	}

