body
{
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
	background-image: url(menu-top-clear.png);
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #FF9900;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #0066FF;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 540px;
	margin-left: 200px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 100%;
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	border-right-color: #0066FF;
	border-right: 3px;
	border-right-width: 3px;
}


#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

.navcontainer { width: 200px; }

.navcontainer ul
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #555;
border-bottom: 1px dashed #999;
}

.navcontainer a:link, .topnav a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer .here
{
display: block;
padding: 3px 15px;
width: 170px;
background-color: #555;
border-bottom: 1px dashed #999;
}

.navcontainer a:hover
{
	background-color: #0066FF;
	color: #fff;
}

.ganzunten
{
	background:#00FF00;
	margin-left:200px
}

#topmenu
{
	border-top: 1px dashed #999;
}
