body {
	background-color:#ffffff;
	color:#A0A0A0;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:40px;
	margin-right:40px;
}

h1 {
  	color:#202020;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:normal;
	border-bottom:1px solid #ff0000;
}

h2 {
	color:#202020;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
}

h6 {
	color:#e0e0e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align:right;
}

p, li {
	color:#202020;
	font-size:11pt;
	text-align:justify;
}

.verweis p {
    text-align: center;
    background-color:#ffffff;
}
.verweis a {
	color:#0000ff;
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;
}
.verweis a:link {
	color:#0000ff;
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;    
}
.verweis a:hover {
	color:#000000;
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;
}
 
a:link {
	color:#ffffff;
	font-size:11pt;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#404040;
	text-decoration:none;	
}

a:focus {
	color:#404040;
	text-decoration:none;	
}
 
/* Klassen Definitionen	*/

.ustrich {
	border-bottom:3px solid #339966;
}

.navigation {
	background-color:#A0A0A0;
	font-size:11pt;
	font-weight:bold;
}
