body, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	margin: 0px;
	background-color: #FFFFFF;		
}
#inhalt {
	overflow: auto;
	position: relative;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #78877E; 
	scrollbar-3dlight-color: #78877E; 
	scrollbar-arrow-color: #f7941d; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
}
.button {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}
.schwarz {
	background-image:  url("img/schwarz.gif");
	background-repeat: repeat-x;

}
.line {
	background-image:  url("img/grau.gif");
	background-repeat: repeat-x;
}

.navi:link {
	color: #666666;
	text-decoration: none;
	font-size: 12px;

}

.navi:visited {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
}
.navi:hover {
	color: #FF6600;
	text-decoration: none;
	font-size: 12px;
}


.title {
	color: #000000;
}
.text {
	text-align: justify;
}
li {
	list-style-type: square;
}

