div#nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #669900;
	padding: 2px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
}
div#nav a:hover {
	background-color: #F2F2F2;
	color: #006600;
}
.bannerlink {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.titel {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #66CC00;
	display: block;
	clear: both;
	color: #003333;
	letter-spacing: 1px;
}
.textr {
	display: block;
	text-align: right;
	clear: both;
}
.text {
	display: block;
	clear: both;
}
.useronline {
	font-size: 10px;
	text-decoration: none;
}
.textlink {
	text-decoration: underline;
	color: #006600;
}
.zentriert {
	display: block;
	text-align: center;
	clear: both;	
}
.formlinks {
	text-align: right;
	float: left;
	width: 20%;
	padding: 2px;
}
.formrechts {
	text-align: left;
	float: right;
	width: 80%;
	padding: 2px;
	clear: both;	
}
.umbruch {
	clear: both;
}
input {
	border: 1px solid #669900;
}
textarea {
	border: 1px solid #669900;
}
.submit {
	color: #FFFFFF;
	background-color: #669900;
	border: 1px solid #66CC00;
}
.haupttitel {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #669900;
	clear: both;
	letter-spacing: 1px;
	font-style: oblique;
}
.blocksatz {
	display: block;
	text-align: justify;
	clear: both;	
}

