body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}
a {
	color: rgb(161,17,47);
}
a:hover {
	color: rgb(220,24,72);
}
h1 {
	margin: 0;
	margin-bottom: 12px;
	font-size: 24px;
	color: rgb(161,17,47);
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	color: rgb(161,17,47);
	font-weight: normal;
}
h3 {
	margin: 0;
	margin-bottom: 6px;
	font-size: 18px;
	color: rgb(161,17,47);
	font-weight: normal;
}
h5 {
	margin: 0;
	font-size: 15px;
	color: ;
	font-weight: normal;
}

#background-top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	background-color: #5886b7;
}
#background-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}
#wrap-it-all {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.hline {
	width: 100%;
	height: 1px;
	background-color: ;
	margin-top: 8px;
	margin-bottom: 8px;
}
#logo {
	height: 20%;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 30;
}
#hbar {
	position: absolute;
	top: 19%;
	width: 100%;
	height: 4%;
	background-color: rgb(161,17,47);
	opacity: 1.0;
	filter:alpha(opacity=100);
	z-index: 20;
}
#nbar {
	position: absolute;
	top: 19%;
	width: 100%;
	height: 3%;
	background-color: white;
	opacity: 0.0;
	filter:alpha(opacity=0);
	z-index: -20;
}


#navbar-new-wrapper {
   position: absolute;
	top: 19%;
	left: 10%;
   height: 4%;
	width: 90%;
	z-index: 50;
}


#navbar {
   margin: auto;
   padding: 2px;
}
#navbar li {
   list-style: none;
   float: left;
   border-style: solid;
   border-width: 0px 1px 0px 0px;
   border-color: #cccccc;
}
#navbar li a {
   display: block;
   padding: 0px 8px;
	font-size: 15px;
	color: #cccccc;
   text-decoration: none; 
}
#navbar li a:hover {
   color: white; 
}
#navbar li ul {
   display: none;
   background-color: rgb(161,17,47);
   border-style: solid;
   border-width: 1px;
   border-color: #cccccc;
}
#navbar li:hover ul, #navbar li.hover ul {
   position: absolute;
   display: block;
   margin: 0;
   padding: 0;
}
#navbar li:hover li, #navbar li.hover li {
   float: none;
   padding: 3px;
}
#navbar li:hover li a, #navbar li.hover li a {
	font-size: 14px;
	color: #cccccc;
}
#navbar li li a:hover {
	color: white;
}
.navbarselhid {
	display: none;	
}
.navbarselvis {
   display: inline;
}
.navbarselhid li {
	display: none;	
}
.navbarselvis li {
   display: inline;
}



#paar {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 25%;
	height: 17%;
	z-index: 15;
}

#navbar-top-right {
	position: absolute;	
	top: 2%;
	right: 2%;	
	width: 80%;
	text-align: right;
	font-size: 14px;
	color: white;
	z-index: 35;
}
#navbar-top-right a {
	text-decoration: none;
	color: white;
}
#navbar-top-right a:focus {
    outline: 0;
}
#navbar-main {
	position: absolute;
	top: 19%;
	text-align: center;
	font-size: 15px;
	color: #cccccc;
	width: 100%;
	z-index: 35;
}
#navbar-main a {
	text-decoration: none;
	color: #cccccc;
}
#navbar-main a:focus {
    outline: 0;
}
#subnav {
	position: absolute;
	top: 22%;
	text-align: center;
	font-size: 14px;
	color: #cccccc;
	width: 100%;
	z-index: 35;
}
#subnav a {
	text-decoration: none;
	color: #cccccc;
}
#subnav a:focus {
    outline: 0;
}
#content-background {
	position: absolute;
	width: 80%;
	height: 67%;
	left: 10%;
	top: 23%;	
	background-color: white;
	z-index: 30;
	opacity: 0.5;
	filter:alpha(opacity=50);
   border-style: solid;
   border-width: 0px 1px 1px 1px;
   border-color: rgb(161,17,47);

}
#content-wrapper {
	position: absolute;
	width: 80%;
	height: 65%;
	left: 10%;
	top: 25%;	
	z-index: 35;
}
#content-left {
	position: absolute;
	left: 2%;
	top: 2%;
	width: 33%;
	height: 96%;
	overflow: hidden;
	padding-left: 4%;
}
#content-right {
	position: absolute;
	right: 2%;
	top: 2%;
/*	background-color: white;*/
	overflow: auto;
	padding: 1%;
	padding-left: 4%;
	width: 54%;
	height: 92%;
}
#content-wide {
	position: absolute;
	left: 2%;
	top: 2%;
	width: 96%;
	height: 96%;
	padding: 0;
	overflow: auto;
}
#content-wide-left {
	float: left;
	width: 36%;
	padding-left: 4%;
}
#content-wide-right {
	float: right;	
	padding: 1%;
	padding-left: 4%;
	width: 55%;
/*	background-color: white;*/
}
.content-rowwise {
	width: 100%;
	position: static;
}
.content-rowwise-left {
	float: left;
	width: 36%;
	padding-left: 4%;
}
.content-rowwise-right {
	float: right;
	width: 55%;
	padding: 1%;
	padding-left: 4%;
	
}

#slogan {
	font-size: 24px;
	color: white;
	position: absolute;
	bottom: 2%;
	right: 3%;
	font-family: Helvetica, sans-serif;
	z-index: 30;
	height: 5%;
	text-align: right;
}
#slogan-shadow {
	font-size: 24px;
	color: black;
	position: absolute;
	bottom: 9px;
	right: 19px;
	font-family: Helvetica, sans-serif;
	opacity: 0.5;
	z-index: 25;
}

.subnav {
	font-size: 14px;
	color: ;
}
.subnav a {
	text-decoration: none;
}
.news {
	color: rgb(0,0,0);
	font-size: 14px;
}
.news-heading {
	color: rgb(161,17,47);
	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: rgb(161,17,47);
	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 {
	margin-top: 12px;
	font-size: 12px;
}
.flash-wrapper {
	width: 100%;
}
.flowplayer-wrapper {
	width: 100%;
}
#imageContainer {
	width: 100%;
	position: relative;
	top: 5%;
}
#imageContainer img {
	position: absolute;
	display: none;
}
.gallery-listing-pic {
	font-size: 12px;
	float: right;
	padding: 10px;
	width: 160px;
}
.gallery-listing-pic a {
	text-decoration: none;
	color: black;
}
.gallery-listing-pic img {
	padding-bottom: 3px;
	border: none;
}
.gallery-listing-pic a span.hideme {
	display: none;
}
.gallery-listing-pic a:hover span.hideme {
	display: block;
	position: fixed;
	left: 15%;
	top: 34%;
	width: 27%;
	background-color: white;
	z-index: 50;
}
#galpiczoom {
	position: absolute;
	top: 16%;
	width: 36%;
	left: 4%;
}

#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(161,17,47)  3px;
	border-bottom: none;
}
#imagezoom-notext a img {
	border: solid  rgb(161,17,47)  3px;
}
#imagezoomtext {
	position: relative;
	top: 32px;
	left: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 636px;
	color: white;
	background-color: #cccccc;
	padding: 2px;
	border: solid rgb(161,17,47) 3px;
	border-top: none;
}
.formtableouter {
	width: 100%;
	padding: 3px;
	border: none;
}
.formtableinner {
	width: 100%;
	border: none;
}
.formmissinghilite {
	background-color: rgb(192,64,128); 	
}


