body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;	

	border: none;
	margin-top: 22px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	padding: 0px;
	
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(img/mensch.jpg);
	background-repeat: no-repeat;
	background-position: right center;

        scrollbar-base-color: #D7E2F4; 
	scrollbar-face-color:#D7E2F4;
	scrollbar-track-color:#F0F6FF;

	scrollbar-arrow-color:#007CB9;

	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-highlight-color:#FFffff;

	scrollbar-shadow-color:#C3C3C3;
	scrollbar-darkshadow-color:#C3C3C3;
}

.fill {
	background-color:#E5E5F5;
}
table {
	width: 800px;
	font-size: 11px;
	padding: 0px;
	border-collapse: collapse; 
}

table table{
	width:auto;
}
.titel{
	margin-top: 30px;
	margin-bottom: 30px;
}

.rechts {
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.links{
	margin-right:20px;
	margin-bottom:40px;
	float: left;
}

ul{
	list-style-image: url(img/pfeil.gif);
}

.warnung {
	color: #FF0000;
}

.kasten{
	border-color: #E5E5F5; 
	border-width: 2px; 
	border-style: solid; 
	padding: 10px;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h5{
	font-size: 10px;
	font-weight: normal;
}

h6  {
	font-size: 9px;
	font-weight: normal;
}

.textblau  {
	color: #007CB9;	
}

hr {
	border: 0; 
	color: #E5E5F5;
	background-color: #E5E5F5;
}

img{
	border:0px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}