html { /* for smaller resolutions need to scroll
   overflow: hidden;*/
	
}

div#menu {
	position: absolute;
	top: 86px;
	left: 0px;
	background-color: #8FBEC0;
	width: 150px;
	min-height: 560px;
	min-width: 150px;
	padding: 0px 0px 10px 0px;
	float: left;
	border-bottom-right-radius: 20px;
	z-index: 1;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-moz-border-radius-bottomright: 20px;
	-webkit-box-shadow: 1px 1px 3px #000;
	-webkit-border-bottom-right-radius: 20px;
	left: 0px;
}

div#menu ul {
	list-style: none;
	margin-left: 0px;
	padding: 5px;
	border-radius: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#menu li {
	border: 2px groove #F0F0F0;
	padding: 5px;
	background-color: #068D8D;
	margin-bottom: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px #000;
	-webkit-border-radius: 3px;
	/*cursor:pointer;*/
}

div#menu li.separator {
	border: none;
	background-color: #8FBEC0;
	margin: 2px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px #000;
	-moz-box-shadow: 0px 0px 0px #000;
	-moz-border-radius-bottomright: 0px;
	-webkit-box-shadow: 0px 0px 0px #000;
	-webkit-border-bottom-right-radius: 0px;
}

* html div#menu ul a { /* Breitenangaben nur fuer IE */
	width: 100%;
	width: 9.0em;
}

div#menu a {
	padding: inherit;
	text-decoration: none;
	color: #ffffff;
	font-family: arial;
	text-transform: uppercase;
	font-size: 8pt;
	font-weight: bold;
	display: block;
}

div#menu a:hover {
	background-color: seashell;
	color: #A0A0A0;
}

#additional {
	position: relative;
	/*left: 10px;
   top: 710px;
   /*width: 12%;
   height: 30px;*/
}

#content {
	position: absolute;
	width: 83%;
	height: 85%;
	left: 156px;
	top: 90px;
	border-width: 0px;
	background-color: #FFFFFF;
	border-style: none;
	padding-top: 0px;
	border-width: 0px;
}
