body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.0em;
	border-bottom: 1px solid #DB203D;
	margin-top: 0px;
	padding-top: 10px;
}

h2 {
	font-size: 1.0em;
}

img {
	border: none;
}

a {
	color: #DB203D;
	text-decoration: underline;
}

.none {
	float: none;
}
.left {
	float: left;
	margin-right: 6px;
}
.right {
	float: right;
	margin-left: 6px;
}

#Pager {
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Lupe {
	position: absolute;
	margin-left: 1px;
	margin-top: 1px;
}

#Kopfzeile {
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(/img/b_2.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
}
#Kopfzeile a {
	color: #FFFFFF;
	text-decoration: none;
}
#Kopfzeile a:hover {
	color: #D9D9D4;
	text-decoration: none;
}

#HMenuBlock {
	background-image: url(/img/a_3.jpg);
	height: 450px;
	background-repeat: no-repeat;
}
#HMenu {
	margin: 0px;
	padding: 80px 5px 5px 15px;
	font-size: 12px;
}
#HMenu li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0;
	color: #D9D9D4;
	line-height: 14px;
}
#HMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#HMenu a:hover {
	color: #D9D9D4;
	text-decoration: none;
}
#HMenu li.sel {
	color: #D9D9D4;
	font-weight: bold;
}
#HMenu li.sel a {
	color: #FFFFFF;
	text-decoration: none;
}
#HMenu li.sel a:hover {
	color: #D9D9D4;
	text-decoration: none;
}

#MenuAnschrift {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin: 15px 5px 5px 15px;
	font-weight: bold;
}

#UMenu {
	font-size: 11px;
	font-weight: bold;
	color: #DB203D;
}
#UMenu a {
	color: #7F8070;
	text-decoration: none;
}
#UMenu a:hover, #UMenu a.sel {
	color: #DB203D;
	text-decoration: none;
}

#PulldownUMenu {
  font-size: 11px;
	font-weight: bold;
	margin: 0; padding: 0;
}
#PulldownUMenu li {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  border-left: 1px solid #DB203D;
  border-right: 1px solid #DB203D;
  /*border: 1px solid blue;*/
}
#PulldownUMenu li ul {
  margin: 0; 
  padding: 0;
  position: absolute;
  left: -0.2em;
  background-color: #EEEEEE;
  display: none;
  width: 300px;
  z-index: 100;
}
#PulldownUMenu li ul li {
  float: none;
  display: block;
  border-left: 0px solid #DB203D;
  border-right: 0px solid #DB203D;
  padding-top: 5px;
	padding-bottom: 5px;
}
#PulldownUMenu li:hover>ul {
  display: block;
}

#PulldownUMenu a {
	color: #7F8070;
	text-decoration: none;
	display: block;
	border: 0px solid green;
}
#PulldownUMenu a:hover, #PulldownUMenu a.sel {
	color: #DB203D;
}

#Sidebar {
	width: 195px;
	margin: 5px 0px 5px 5px;
	padding: 0px 0px 0px 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #817F70;
	font-size: 12px;
	position: absolute;
	left: 500px;
	top: 24px;
}
#Sidebar #Titel {
	background-color: #DB203D;
	margin-bottom: 2px;
	padding: 1px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
#Sidebar #Block {
	background-color: #D9D9D4;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 9px;
}
#Sidebar #Block a {
	color: #000000;
	text-decoration: none;
}
#Sidebar #Block a:hover {
	color: #DB203D;
	text-decoration: none;
}
#Sidebar #Block .Titel {
	font-weight: bold;
}

#Inhalt {
	padding-top: 20px;
	font-size: 12px;
	width: 500px;
}

#BildKasten {
	background-color: #EEEEEE;
	font-size: 0.8em;
	text-align: center;
	padding: 2px;
	margin: 5px;
}
#Inhalt ul {
	list-style-type: square;
}
#Inhalt ul.inside {
	list-style-position: inside;
}
#News {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#NewsTitel {
	font-weight: bold;
}
#NewsUntertitel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DB203D;
	margin-bottom: 5px;
}

#infobox {
	border: 1px solid #817F70;
	background-color: #DB203D;
	color: #FFFFFF;
	font-size: 9px;
}

#infobox a {
	color: #FFFFFF;
	text-decoration: none;
}

#infobox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#Inhalt_1sp{
	padding-top: 20px;
	font-size: 12px;
	width: 708px;
}

#Inhalt_1sp ul {
	list-style-type: square;
}
#Inhalt_1sp ul.inside {
	list-style-position: inside;
}

/*
*
* Zoomer
*
*/
#zoomBox {
	visibility: hidden;
	position: absolute;
	left: 200px;
	top: 200px;
	z-index: 500;
}
#zoomBox img {
	border: 2px solid #C00D10;
}
#zoomSpin {
	visibility: hidden;
	position: absolute;
	left: 200px;
	top: 200px;
	z-index: 499;
}

/*
*
* lightbox
*
*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { 
	left: 0; 
	float: left;
	
	filter: alpha(opacity=50);
	KhtmlOpacity: 0.5;
  MozOpacity: 0.5;
  opacity: 0.5;
  background: url(../img/lightbox/prev.gif) left 85% no-repeat; 
}
#nextLink {
	right: 0; 
	float: right;
	
	filter: alpha(opacity=50);
	KhtmlOpacity: 0.5;
  MozOpacity: 0.5;
  opacity: 0.5;
  background: url(../img/lightbox/next.gif) right 85% no-repeat; 
}
#prevLink:hover, #prevLink:visited:hover { 
	/*background: url(../img/lightbox/prev.gif) left 15% no-repeat;*/
	
	filter: alpha(opacity=100);
	KhtmlOpacity: 1;
  MozOpacity: 1;
  opacity: 1;
}
#nextLink:hover, #nextLink:visited:hover { 
	/*background: url(../img/lightbox/next.gif) right 15% no-repeat;*/
	
	filter: alpha(opacity=100);
	KhtmlOpacity: 1;
  MozOpacity: 1;
  opacity: 1;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData {	padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}