body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font: normal 90%;
}

a:link {
	color: Navy;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: Navy;
}
a:hover {
	text-decoration: none;
	color: #515151;
}
a:active {
	text-decoration: underline;
	color: #515151;
}

#nav {
	position: absolute;
	float: left;
	top: 110px;
	left: 0px;
	width: 150px;
	background-color: #F5FBFC;
}
#nav ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 6px;
}
#nav li {
	font-size: 8pt;
	border-bottom: 1px solid #B2BCC6;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	text-decoration: bold;
	color: #000000;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #CCCCCC;
}

#wrapper {
	width: 760px;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 5px;
	padding: 1px 0 0 0;
	position: relative;
	text-align: left;
}

#content {
	margin-left: 190px;
	margin-top: 40px;
}
#footer {
	clear: both;
	font: 8pt Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 130% Arial;
	color: #2A4F6F;
}

#content p {
	font-size: 9pt;
	line-height: 1.4em; 
}
.Stil3 
{
	font-size: 9pt;
	font: Arial, Helvetica, sans-serif;
}
.Stil4
{
	font-size: 9pt;
	font-weight: bold;
}

.tabelle
{
	margin-left: 0px;
}

.leftimg
{
float: left;
margin-right: 6px;
margin-bottom: 6px;
}
