html, body {
  color:#5a5a5a;
	background-color: #e0e0e0;
  font-family: Verdana;
  line-height: 1.6em; 
  font-size: 12px; 
  font-weight: normal; 
  font-variant: normal; 
	min-height: 100%;
  height: 100.1%;
	text-align: center;
  margin-top: 0px;
}

hr {
 border-bottom: dashed #9f997d 1px;
 border-top: dashed #ffffff 1px;
 border-left: dashed #FFFFFF 1px;
 border-right: dashed #FFFFFF 1px;
}

a	{
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
  color: #2f3195;
	}

a:hover	{
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
  color: #2f3195;
	}


.root {
	text-align: left;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	width: 775px;
	height: auto;
	min-height: 100.1%;
	}

.blockTitleOne {
  clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}

.generalCenter {
	background-color: transparent;
}

.contentContainer {
	background-color: transparent;
	float: left;
	width: 540px;
	height: inherit;
	padding-left: 5px;
}

.blockLeft {
  background-color: transparent;
  float: left;
	text-align: left;
	width: 210px;
	padding-left: 5px;
}

.blockBottom {
  background-color: #ffffff;
  bottom: 0px;
  position: fixed;
  text-align: left;
  width: 555px;
  height: 40px;
  padding-left: 220px;
  padding-top: 10px;
  border-top: 0px solid #5384AD;
}

h1 {
  margin: 0px 0px 20px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
  font-size: 20px;
  font-weight: normal;
  color: #2f3195;
  line-height: 30px;
}

h2 {
  margin: 0px 0px 20px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
}

p {
  color:#5a5a5a;
  font-family: Verdana;
  line-height: 1.6em; 
  font-size: 12px; 
  font-weight: normal; 
  font-variant: normal; 
}

ul {
	margin: 5px 0px 5px 0px;
  padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-type: disk;
}

li {
  line-height: 1.5em;
  padding-bottom: 5px;   
}

.liLv2 {
  line-height: 1.2em;
  padding-bottom: 5px;   
}

.menuLv1	{
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
  color: #5A5A5A;
}

.menuLv1:hover	{
	text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
  color: #2F3195;
}

.menuLv2	{
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
  color: #2F3195;
  line-height: 1em;
}

.menuLv2:hover	{
	text-decoration: underline;
	cursor: pointer;
	font-size: 11px;
  color: #2F3195;
  line-height: 1em;
}

.active {
  font-weight: bold;
}

/* Overlay für Bilddarstellung in einer Lightbox... */
#lightbox {
	position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
  
#lightbox img {
  width: auto;
  height: auto;
}

#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-image: url(data:./images/gif;base64,AAAA); /* Trick IE into showing hover */
  display: block;
}

#prevLink {
  left: 0;
  float: left;
}

#nextLink {
  right: 0;
  float: right;
}

#prevLink:hover, #prevLink:visited:hover {
  background: url(./images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
  background: url(./images/nextlabel.gif) right 15% no-repeat;
}

#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;
  outline: none;
}	 	

#overlay {position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
/* END Lightbox... */
