div#nav a {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
	padding: 2px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	display: block;
}
div#nav a:hover {
	background-color: #FFFFFF;
	color: #000000;
}
.bannerlink {
	font-size: 10px;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
.titel {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
	display: block;
	clear: both;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF00;
	line-height: 20px;
}
.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: #CCA400;
}
.zentriert {
	display: block;
	text-align: center;
	clear: both;	
}
.formlinks {
	text-align: left;
	width: 20%;
	padding: 2px;
}
.formrechts {
	text-align: left;
	width: 80%;
	padding: 2px;
	clear: both;	
}
.umbruch {
	clear: both;
}
input {
	background-color: #EFEFEF;
	border: 1px solid #FFFF00;
}
textarea {
	background-color: #EFEFEF;
	border: 1px solid #FFFF00;
}
.submit {
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
}
.haupttitel {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #FFCC00;
	clear: both;
}
.blocksatz {
	display: block;
	text-align: justify;
	clear: both;	
}
