body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #036;
	text-decoration: underline;
}

#current
{ 
	background-color: #586381;
	color: #fff;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 225px;
	height: 100%;
	overflow: hidden;
	background-color: #253458;
	border-right:1px solid #999;
}

#menutop
{
	width: 225px;
	height: 225px;
	border-bottom: 1px solid #808080;
	background-color: #444;
}


#main
{
	width: 540px;
	margin-left: 350px;
	margin-top:auto;
	padding: 20px;
}

#main h1
{
	font-size: 19px;
	line-height: 20pt;
	text-align: center;
}
#main h2
{
	border-bottom: 1px solid #808080;
	font-weight: 100;
	letter-spacing: 3px;
	font-size: 180%;
	text-align: left;
	line-height: 24pt;
}

#main h3
{
	font-size: 16px;
	line-height: 20pt;
	letter-spacing: 1px;
	text-align: left;
}
#bild1
{	position: absolute;
	top: 425px;
	left: 800px;
	width: 120px;
}


#right
{	position: absolute;
	top: 200px;
	left: 950px;
	width: 200px;
}

