body      { background: #EEEEEE;
               color: black; 
               margin: 0px;}

a:link    { color: blue; }
a:visited { color: blue; }
a:active  { color: blue; }
a:hover  { color: purple; }

a:link    { color: blue; font-family:arial; font-size:12pt }
a:visited { color: blue; font-family:arial; font-size:12pt }
a:active  { color: blue; font-family:arial; font-size:12pt }
a:hover  { color: blue; font-family:arial; font-size:12pt }


td.lefttop {
	background: #F8E7AB;
	padding-left: 20px;
	padding-top: 58px;
	padding-bottom: 18px;
}

td.black {
	background: #000000;
}

td.leftrightbottom {
	background: #FCA412;
}

td.leftleftbottom {
	background: url('/clips/linke-noten.jpg') #F6E27B;
	background-repeat: no-repeat;
	background-position:  0px 230px;
	
}

td.right {
	background: #F6E27B;
}

td.down {
	background: #F8E7AB;
	padding-left: 438px;
	padding-top: 51px;
}

div.bildergalerie {
	position:absolute;
	visibility:visible;
	top:491px;
	width:132px;
	z-index:5;
}
div.strich {
	float:right;
	margin:20px 10px 0px 0px;
	width:60%;
	height: 1px;
	overflow: hidden;
	border-top:1px solid #fca412;
}

.clear {
	clear:both;
}

p.normal  {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	margin-left: 65px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
	color: #333333;
}

span.normal  {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;  }

span.normalbold  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;  }

span.small  {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }
span.smallbold  {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;  }

ul.level1  {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;  }

div#slideshow  {
	position:relative;
	width:400px;
	height:267px;
	padding:0px;
	margin:0px;
}
img#img1 { position:absolute;
	z-index:20;
	left:0px;
	top:0px;
}
img#img2 { position:absolute;
	z-index:19;
	left:0px;
	top:0px;
	display:none;
}
img#img3 { position:absolute;
	z-index:18;
	left:0px;
	top:0px;
	display:none;
}
img#img4 { position:absolute;
	z-index:17;
	left:0px;
	top:0px;
	display:none;
}

h2.impressum  {font-family: arial, helvetica, sans-serif; font-size: 12pt; font-weight: bold;}
span.impressum  {font-family: arial, helvetica, sans-serif; font-size: 8pt; }

#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; }
#lightboximageContainer{ 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:image/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(/clips/lightboximages/prev.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/clips/lightboximages/next.png) 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;}	 	

#lightboxoverlay{ position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #000; }

.imageDataAppear { animation: lightboxFlutsch 600ms 1;
	-webkit-animation: lightboxFlutsch 600ms 1;
}
@-webkit-keyframes lightboxFlutsch  {
	from {opacity:0; }
	to {opacity:1;}
}
@keyframes lightboxFlutsch  {
	from {opacity:0;}
	to {opacity:1;}
}
.imageDataOut { opacity:0;} 