html { -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */ }
html, body { height: 100%; margin: 0px; }
body { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #585858; }
div { position: relative; }
a:link, a:visited, a:active, a:hover { color: #585858; text-decoration: none; }
img { display: block; margin: 0px; }
h1 { font-size: 140%; }


.bildNewsWrap {
	width: 950px; /* 950 */ height: 400px;
	margin: auto; margin-bottom: 0px; margin-top: 75px;
	padding-left: 130px;
}

#logo { 
	width: 120px; height: auto;
	position: absolute; top: 0; left: 0px;
}

.bildNewsWrap .navigation {
	position: absolute;
	top: -25px;
	left: 185px; /* 55 vom Bildrand */
	z-index: 100;
}

.bildNewsWrap .navigation a {
			color: black;
			line-height: 24px;
			display: block;
			width: 200px;
			height: 25px;
			text-align: center;
			vertical-align: middle;
			background-color: rgba(255,255,255,0.85);
			margin-bottom: 2px;
			}

.bildNewsWrap .navigation a:hover {
			color: white;
			font-weight: bold;
			background-color: #1d5d44;
			background-image: none;
			}

.bildNewsWrap .bild {
	position: absolute; top: 0; left: 130px;
			width: 640px;
			z-index: 1;
			}


.news {
			position: absolute;
			top: 0px;
			left: 770px;
			height: 320px;
	width: 230px; /* 310 */
			color: white;
	background-color: #1d5d44; /* grün */ 
			border-style: solid;
			border-width: 0px;
			border-color: red;
			padding: 40px;
			overflow: auto;	
}
.news h1 { margin: 0; margin-bottom: 15px; font-size: 140%;
}

.news p { margin: 0; }

.news a {
	display: block;
	color: #94969f;
}

.news hr {
	border: none;
	margin-bottom: 15px;
}





.contentWrap {
			position: relative;
			width: 1080px; /* 950 */
			background-color: #fff5dc; /* #7aaa81; */
			margin: auto;
			margin-top: 0px;
			margin-bottom: 30px;
}

.contentWrap .content {
			background-color: white;
			width: 555px;
			padding-top: 25px;
			padding-left: 185px;
			padding-right: 30px;
			padding-bottom: 20px;
			}

.contentWrap .content h1 {
			color: #1d5d44;
			font-size: 140%;
			margin: 0px;
			margin-top: 5px;
			margin-bottom: 11px;
}

.contentWrap .content h2 {
	color: #1d5d44;
	font-size: 120%;
	margin-top: 25px;
	}

.contentWrap .content h3 {
	display: block;
	background-color: #1d5d44;
	color: white; font-size: 100%; font-weight: normal;
	padding: 5px;
}

.contentWrap .content table {
	border: solid #585858 1px;
	font-size: 100%;
	width: 100%;
}

.contentWrap .content table tr td {
	width: 33%;
	padding: 3px;
	vertical-align: top;
}

.kleingedrucktes {
	font-size: 95%; color: silver;
}
.contentWrap .content p {
	margin: 15px 0;
}
.contentWrap .content a {
	text-decoration: underline;
}
.contentWrap .content a:hover {
	color: #97bf0d;
}
.contentWrap .content a.newslink {
	display: block;
	margin-top: -15px; margin-bottom: 15px;
}
.contentWrap .content hr {
	border-style: solid; border-color: #1d5d44; border-width: 0 0 1px 0;
}
.contentWrap .content .portrait {
			display: block;
			min-height: 192px;
			padding-left: 155px;
			background-repeat: no-repeat;
			margin-bottom: 20px;
			}

.contentWrap .minibild {
			position: absolute;
			top: -16px;
			left: 755px; /* 625 */
			}



form, .EmailformMeldung {
	background-color: #f8f8f8;
	width: auto; /* Breite des Formulars */
	padding: 20px;
	border: 1px solid #b7b7b7;
}
form label { display: block; }
form input, form textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom: 12px;
}
form textarea { height: 80px; }



.galerieBild {
	display: inline-block;
	border: solid #4b5c68 1px; /* 97bf0d */
	width: 110px; height: 110px; 
	padding: 5px;
	margin: 12px 13px 0 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.galerieBild:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
}





















