@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body {
	background-color: #e8eaf0;
}
a:focus {
	outline:none;
}
.ganzen_artikel_lesen{
	font-size: 15px;
	text-decoration: none;
}
.ganzen_artikel_lesen:hover, .ganzen_artikel_lesen:focus{
	font-size: 15px;
	text-decoration: underline;
}
#header {
	background-image: url(header.jpg);
	height: 330px;
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#content-wrapper {
	overflow: hidden;
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url(content.gif);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", serif; 
}
#menu {
	float: left;
	width: 228px; /*267*/
	padding-left: 39px;
	padding-bottom: 32767px !important; /* equal height columns; mac, ie filter in non-ie browsers */
	margin-bottom: -32767px !important; /* equal height columns; mac, ie filter in non-ie browsers */
	font-size: 18px;
}
#menu .main-menu a {
	width: 190px; /*215*/
	height: 40px; /*57*/
	display: block;
	padding-top: 17px;
	padding-left: 25px;
	color: #021e2f;
	margin-top: -16px; /*wichtig*/
	text-decoration: none;
}
#menu .main-menu-first a {
	width: 190px; /*215*/
	height: 40px; /*57*/
	display: block;
	padding-top: 17px;
	padding-left: 25px;
	color: #021e2f;
	text-decoration: none;
}
#menu .main-menu-first a:hover {
	color: #bb2526;
}
#menu .main-menu a:hover {
	color: #bb2526;
}
#menu .current a {
	color: #FFFFFF;
	background: url(menu-bg.jpg);
}
#menu .current a:hover {
	color: #021e2f;
}
#menu ul {
	width: 180px;
	margin-left: 35px;
	margin-bottom: 14px;
}
#menu ul li{
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 2px;
}
#menu ul li a{
	color: #bb2526;
	text-decoration: none;
}
#menu ul li a:hover{
	text-decoration: underline;
}
#content {
	float: right;
	width: 440px; /*534*/
	color: #1f374b;
	font-size: 16px;
	line-height: 24px;
	padding-left: 1px;
	padding-right: 65px;
/*	margin-top: -24px; */
	padding-bottom: 32767px !important; /* equal height columns; mac, ie filter in non-ie browsers */
	margin-bottom: -32767px !important; /* equal height columns; mac, ie filter in non-ie browsers */
	margin-top: 13px; /*16 wre exakt*/
}
#content a {
	color: #bb2526;
}
#content h1 {
	font-size: 18px;
}
#content h2 {
	margin-top: 30px;
	font-size: 18px;
}
#content h3 {
	color: #bb2526;
	margin-top: 30px;
	font-size: 18px;
}
#content .contentliste{
	margin-top: 10px;
	margin-left: 13px;
}
#content p{
	padding-top: 24px;
	text-align: justify;
}
#content ul {
	padding-left: 35px;
	padding-top: 12px;
}

#content div.floatLeft img { /*Bild links*/
	float:left;
	margin:30px 20px 4px 0;
}
#content div.floatRight img { /*Bild rechts*/
	float:right;
	margin:15px 0 4px 20px;
}
#content .startseite-news{
	margin-top: 0px;
	margin-bottom: 25px;
}
#content .video {
	text-align:center;
	margin-top: 15px;
}
#content-bottom {
	width: 824px;
	height: 186px;
	background: url(content-bottom.jpg) bottom;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 485px; /*777*/
	height: 84px; /*103*/
	background-image: url(footer.jpg);
	padding-left: 292px;
	padding-top: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#footer img {
	border: 0;
}
#footer p{
	text-indent: -32000px;
}


/*### Bildergalerie ###*/
.bildergalerie {
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.bildergalerie_thumbnail_ref {
	/* border: solid 1px #bfbfbf;*/
	/* border: solid 1px #878792;*/
	background-color: #f9f9f9;
	text-align: center;
	vertical-align: middle;
	float: left;
}
div.bildergalerie_thumbnail_ref a img {
	padding: 1px;
	filter: alpha(opacity=77);  /*vorher66*/
	-moz-opacity: 0.77; 
	opacity: 0.77;
	border: 1px solid #444;
}
div.bildergalerie_thumbnail_ref a:hover img {
	filter: alpha(opacity=100); 
	-moz-opacity: 1.00; 
	opacity: 1.00;
}
.bildergalerie_thumbnail img, .bildergalerie_thumbnail_ref img{
	border:solid 1px #878792;
}

