body{
	font-family: Arial, Univers, sans-serif;
	font-size: 100%;
	position:absolute;	
	left: 0;
	right: 0; 
	top: 0;
	bottom: 0; 
	background: silver;
	overflow: hidden;
	color: #00008b;
}
#wrapper{
	position: relative;
	height: 100%;
	width: 100%;
	background: #dcdcdc;
	border-color: #00008b;	
	border: 4px;	
	border-style: groove;
	/*
	background-image: url(../images/sonnenhut269-600breit.png);
	/*background-position: center 10px; */
	/*
	background-position: left  20%;
	background-repeat: no-repeat;
	*/
}
#lo{
	position:absolute;
	left: 3%;
	width: 40%;	
	top: 5%; 
}
#content{
	position:absolute;
	top: 3%;
	height: 90%;
	left: 47%;
	width: 50%;
	background: white;
	overflow: auto;
	border: 2px;
	border-style: inset;
	padding: 24px 12px 12px 12px;
}

#content ul{
	list-style-type: circle;
}

#nav{
	position: absolute;
	left:3%;
	width: 40%;
	bottom: 7%;
	/*height: 10px;*/
	/* background:red; */
}

#nav .menu{	
	/*background: white;*/
	display: inline;
	margin: 3px;
}

#nav .menu a{
	color: blue;
	margin: 4px 4px 0 6px;	
}
