body {
	color: #214763;
	scrollbar-track-color: #FFFFFF;
	background: #8dbcde url(images/background.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
body.aktuelles {
	background-color: d6e3ed;
	scrollbar-track-color: #FFFFFF;
	background-image: url(images/hgaktuelles.jpg);
}
a {
	color: #214763;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
span.Still {
	color: #ACCCE3;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0px 0px 12px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	color: #88BAD5;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}
td h3 {
	margin: 0px;
	font-size: 20px;
	font-style: italic;
}

.gallery {
}

.align-left {
	text-align: left;
}
.align-justify {
	text-align: justify;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.imgnorm, .imgleft, .imgright {
	background: #FFF;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
input, textarea, select {
	margin: 0px;
	padding: 0px;
}
#main {
	margin: auto;
	height: auto;
	width: 970px;
	position: relative;
}
#main #header {
	background: url(images/design_01.jpg) no-repeat;
	float: left;
	height: 461px;
	width: 970px;
	position: relative;
}
#main #header #adresse{
	position: absolute;
	height: 66px;
	width: 322px;
	left: 612px;
	top: 35px;
}
#main #inhalt {
	background-image: url(images/design_inhalthg.jpg);
	float: left;
	height: auto;
	width: 970px;
	min-height: 466px;
}
#main #menu {
	background-image: url(images/design_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 177px;
	position: relative;
	padding: 28px 0px 138px 20px;
	height: 300px;
}
.mainnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainnav li {
	padding-bottom: 3px;
}
.mainnav li a {
	font-size: 16px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #2B5B73;
	padding: 5px;
	background-color: #CBE0EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACCCE3;
}
.mainnav li a:hover, .mainnav li a.aktiv {
	background-color: #BAD7E5;
	color: #1A3644;
}
#main #inhalt #content {
	float: left;
	width: 733px;
	position: relative;
	min-height: 446px;
	padding: 10px 30px 10px 10px;
	height: auto;
	background: url(images/design_03.jpg) no-repeat;
}
#main #inhalt #content #imageContainer {
	height: 386px;
	width: 700px;
	overflow: hidden;
}

#main #content img.fewo {
	float: right;
	margin-left: 20px;
}
#main #content img.left {
	float: left;
}
#main #content img.main {
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #54829d;
	margin: 1px;
}
#main #content #clear {
	border: inherit;
	background-color: inherit;
	padding: 0px;
}
#main #footer {
	background: url(images/design_04.jpg);
	padding: 0px 20px;
	float: left;
	height: 20px;
	width: 930px;
	position: relative;
	font-size: 11px;
	line-height: 20px;
}

