@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	overflow: scroll;
	color: #000;
}
.bild_links {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.bild_mitte {
	margin-right: 10px;
	margin-left: 100px;
}

.bild_rechts {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.bild_rahmen {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#struktur {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #CCC;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #333;
	border-left-color: #666;
}
#kopfbereich {
	background-repeat: no-repeat;
	height: 176px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
	width: 20%;
	text-align: center;
}
#inhaltsverz {
	clear: both;
	width: 15px;
	float: left;
	height: 500px;
}
#hauptbereich {
	width: 645px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#info {
	width: 180px;
	float: right;
	padding-left: 10px;
}

#nav ul li a {
	font-size: 1.5em;
	text-decoration: none;
	color: #FFF;
	display: block;
	background-color: #060;
}
#nav ul li a:hover {
	color: #060;
	background-color: #CCC;
}

#fusszeile {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	clear: both;
}
#fusszeile a {
	color: #213570;
	text-decoration: none;
}
#fusszeile a:hover {
	border-bottom-style: dotted;
	border-bottom-color: #213570;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #213570;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #213570;
}
h6 {
	font-size: 1.5em;
	color: #213590;
}

h3 {
	font-size: 1.25em;
	font-weight: normal;
	color: #213570;
}
h4 {
	font-size: 1.2em;
	color: #213570;
	text-align: center;
}
h5 {
	color: #BD0930;
	font-size: 1.1em;
	text-align: center;
}



a:link, a:visited, a:active {
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.galeriebild:hover {
	background-color: #330066;
}
table {
	background-color: #000;
}
.login {
	background-color: #999;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8A0000;
	border-right-color: #900;
	border-bottom-color: #8A0000;
	border-left-color: #900;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
}
#info a {
	text-decoration: none;
	display: block;
}
#info a:hover {
	background-color: #666;
}
