body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
}
a {
	color: rgb(0,144,54);
}
a:hover {
	color: rgb(0,189,71);
}
h1 {
	font-size: 22px;
	color: black;
}
h2 {
	font-size: 18px;
	color: rgb(0,144,54);
	margin-top: 0;
	margin-bottom: 8px;
}
h3 {
	font-size: 16px;
	color: black;
	margin-top: 0;
	margin-bottom: 4px;
}
h4 {
	font-size: 15px;
	color: black;
}
h5 {
	font-size: 14px;
	color: black;
}

.hline {
	width: 100%;
	height: 1px;
	background-color: rgb(0,144,54);
	margin-top: 8px;
	margin-bottom: 8px;
}
#header {
	position: absolute;
	width: 70%;
	height: 50%;
	left: 15%;
	top: 1%;	
	z-index: 0;
}
#logofog {
	position: absolute;
	top: 26%;
	width: 70%;
	left: 15%;
	height: 19%;
	z-index: 10;
	background-color: white;
	opacity: 0.7;
	filter:alpha(opacity=70);
 }
#logo {
	position: absolute;
	top: 26.5%;
	width: 70%;
	left: 15%;
	height: 18%;
	z-index: 20;
	text-align: center;
}
#navbar {
	position: absolute;
	top: 45%;
	left: 15%;
	width: 70%;
	height: 6%;
	z-index: 10;
}
#nav {
	position: absolute;
	top: 46%;
	left: 15%;
	width: 70%;
	height: 4%;
	text-align: center;
	z-index: 30;
	color: white;
	font-size: 14px;
}
#nav a {
	color: white;
	text-decoration: none;
}
#nav a:hover {
	color: rgb(255,237,0);
}
#nav a:focus {
    outline: 0;
}
#content {
	position: absolute;
	top: 51%;
	left: 15%;
	width: 70%;
	height: 48%; 
	z-index: 99;
}

#content-twocol {
	position: absolute;
	left: 2%;
	top: 2%;
	width: 96%;
	height: 96%;
	padding: 0;
	overflow: auto;
}
#content-twocol-left {
	float: left;
	width: 42%;
	padding: 0%;
	padding-left: 4%;
}
#content-twocol-right {
	float: right;	
	padding: 0%;
	padding-right: 4%;
	width: 48%;
}
#content-onecol {
	position: absolute;
	left: 2%;
	top: 2%;
	width: 90%;
	height: 96%;
	padding: 0;
	padding-left: 4%;
	padding-right: 4%;
	overflow: auto;
}

.news {
	color: black;
	font-size: 14px;
}
.news-heading {
	color: black;
	font-size: 18px;
	margin-bottom: 1em;
}
.news-item {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news-separator {
	border-bottom: none;
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.news-date {
	font-size: 13px;
	color: black;
	margin-bottom: 0.2em;
}
.news-pic-small {
	float: right;
	width: 40%;
}
.news-pic-small img {
	width: 100%;
}
.news-pic-large {
	float: right;
	width: 50%;
}
.news-pic-large img {
	width: 100%;
}
.bildtext {
	font-size: 12px;
}
.flash-wrapper {
	width: 100%;
}
.flowplayer-wrapper {
	width: 100%;
}
#imageContainer {
	width: 100%;
	position: relative;
	top: 5%;
}
#imageContainer img {
	position: absolute;
	display: none;
}


#schleier {
	position: absolute;
	z-index: 98;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200%;
	background-color: #000000;
	opacity: 0.50;
	filter:alpha(opacity=50);
}
#imagezoombox{
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#imagezoom, #imagezoom-notext {
	position: relative;
	top: 32px;
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}
#imagezoom a img {
	border: solid  rgb(0,144,54)  3px;
	border-bottom: none;
}
#imagezoom-notext a img {
	border: solid  rgb(0,144,54)  3px;
}
#imagezoomtext {
	position: relative;
	top: 32px;
	left: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 636px;
	color: black;
	background-color: rgb(0,144,54);
	padding: 2px;
	border: solid rgb(0,144,54) 3px;
	border-top: none;
}

