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

* {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCC;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#CCC; */
	behavior: url(csshover.htc);
 
}

#wrapper{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:900px;
	height:700px;
	/*background-color:#D7FAFA;*/
}

#seite{
	position:absolute;
	width:900px;
	height:700px;
	background-image:url(../img/schlaf2.jpg);
}

#fuss{
	position:absolute;
	margin-left:810px;
	margin-top:675px;
	width:85px;
	height:20px;
	z-index:999;
	
}

#navi ul{
	position:relative;
	margin-top:0px;
	margin-left:0px;
	z-index:999;
	}
#navi li{
	float:left;
	list-style-type:none;
	margin-right:20px;
	z-index:999;
}

#navi a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:600;
	color:#666;
	font-size:16px;
	border-bottom:0px;
	text-decoration:none;
	z-index:999;
	
}

#navi a:link{
	text-decoration:none;
	color:#666;
	z-index:999;
}

#navi a:visited{
	text-decoration:none;
	color:#666;
	z-index:999;
}

#navi a:hover{
	text-decoration:none;
	color:#900;
	z-index:999;
}

#navi a.selected{
	text-decoration:none;
	color:#FFC;
	z-index:999;
}