div#nav a {
	color: #031b63;
	text-decoration: none;
	background-color: #eca64d;
	padding: 2px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
}
div#nav a:visited {
	background-color: #eca64d;
	color: red;
}
div#nav a:hover {
	background-color: yellow;
	color: #000000;
}
div#nav a:active {
	background-color: yellow;
	color: #031b63;
}
.bannerlink {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.titel {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	clear: both;
	letter-spacing: 2px;
	line-height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.textr {
	color: #000000;
	display: block;
	text-align: right;
	clear: both;
}
.text {
	display: block;
	clear: both;
	color: #000000;
}
.useronline {
	width: 98%;
	font-size: 11px;
	text-decoration: none;
	color: #031b63;
	background-color: #eca64d;
	border: 3px dashed #031b63;
	padding: 1%;
}
.textlink {
	text-decoration: underline;
	color: #333333;
}
.zentriert {
	display: block;
	text-align: center;
	clear: both;
	color: #000000;
}
.formlinks {
	color: #000000;
	text-align: right;
	float: left;
	width: 20%;
	padding: 2px;
}
.formrechts {
	color: #000000;
	text-align: left;
	float: right;
	width: 80%;
	padding: 2px;
	clear: both;
}
.umbruch {
	clear: both;
}
input {
	color: #000000;
	border: 1px solid #333333;
}
textarea {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.submit {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
.haupttitel {
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #666666;
	clear: both;
	font-style: normal;
	font-family: \"Times New Roman\", Times, serif;
	letter-spacing: 1px;
}
.blocksatz {
	color: #000000;
	display: block;
	text-align: justify;
	clear: both;
}
.knopfhoch {
        padding: 3px;
        border-left: 1px solid white;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        border-top: 1px solid white;
}
.knopftief {
        padding: 3px;
        border-left: 1px solid black;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-top: 1px solid black;
}
.textmarker {
        background-color: #031b63;
        color: yellow;
        font-weight: 900;
        line-height: 110%;
}
table.liste {
	border: 2px solid black;
	width: 98%;
	border-collapse: collapse;
	color: black;
	background-color: #ffffff;
}
table.liste td, table.liste th {
	padding: 2px 5px;
	border: 2px solid black;
}
table.liste tr {
	vertical-align: top;
}
table#kosc {
        border-collapse: collapse;
        padding: 1px;
}
