body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Verdana, Helvetica, sans-serif;}
/* Format für allgemeines Schriftformat (Typ), ergänzt am 20.02.2011 */

body,td,div,p,pre,ul {font-size: 12px;}
/* Format für allgemeines Schriftformat (Groesse), ergänzt am 20.02.2011 */

h1 {font-size: 18px;} 
/* Format für Überschrift 1 / wird nicht verwendet, ergänzt am 20.02.2011 */

h2 {font-size: 16px;}
/* Format für Überschrift 2 / wird nicht verwendet, ergänzt am 20.02.2011 */

h3 {font-size: 14px;}
/* Format für Überschrift 3 / wird nicht verwendet, ergänzt am 20.02.2011 */

.inhalt {font-size: 10px; text-decoration:none; color:#000000; }
/* Format für Schrift im Textinhaltsbereich, ergänzt am 20.02.2011 */

.small {font-size: 12px;}
/* Format für normalen Text / wird nicht verwendet, ergänzt am 20.02.2011 */

.mini {	font-size: 10px;}
/* Format für kleinen Text / wird nicht verwendet, ergänzt am 20.02.2011 */

.minimini {font-size: 8px;}
/* Format für sehr kleinen Text / wird nicht verwendet, ergänzt am 20.02.2011 */

a {font-size: 10px; text-decoration: none; font-weight : bold;}
/* Allgemeines Format Text für Hyperlink, ergänzt am 20.02.2011 */

a:link {text-decoration:none; font-weight:bold; color:#0B2087; }
/* Format Text für Hyperlink, ergänzt am 20.02.2011 */

a:visited {text-decoration:none; font-weight:bold; color:#0B2087; }
/* Format Text für besuchten Hyperlink, ergänzt am 20.02.2011 */

a:hover {text-decoration:none; font-weight:bold; color:#CC3333; }
/* Format Text für hervorgehobenen Hyperlink, ergänzt am 20.02.2011 */

a:active {text-decoration:none; font-weight:bold; color:#0B2087; }
/* Format Text für aktiven Hyperlink, ergänzt am 20.02.2011 */

.aktiv {font-size: 10px; text-decoration:none; font-weight:bold; color:#CC3333; }
/* Format Text für aktivierten Hyperlink in den Navigationsleisten (dunkelrot), ergänzt am 20.02.2011 */

td.spalte1 {background: #CCFFFF;}
/* Format für Zellen mit Farbe 1 als Hintergrund, ergänzt am 20.02.2011 */

td.spalte2 {background: #FFFFCC;}
/* Format für Zellen mit Farbe 2 als Hintergrund, ergänzt am 20.02.2011 */

td.angebot {background: white url(../images/tafel.png) no-repeat center;}
/* Format für die Tafel oben rechts (als mittiger Hintergrund), ergänzt am 20.02.2011 */

td.rahmen {border-left:1px; border-top:1px; border-right:1px; border-bottom:1px; border-style:solid; border-color:#CCCCCC; padding:0px}
/* Format für geschlossenen Rahmen in den einzelnen Zellen der Navigation, ergänzt am 20.02.2011 */

td.naviobenlinks {border-left:0px; border-top:1px; border-right:1px; border-bottom:1px; border-style:solid; border-color:#CCCCCC; padding:0px; background:#CCFFFF}
/* Format für Rahmen oben links in der Navigation, ergänzt am 20.02.2011 */

td.naviobenrechts {border-left:0px; border-top:1px; border-right:0px; border-bottom:1px; border-style:solid; border-color:#CCCCCC; padding:0px; background:#CCFFFF}
/* Format für Rahmen oben rechts in der Navigation, ergänzt am 20.02.2011 */
 
td.naviobenaktiv {border-left:0px; border-top:1px; border-right:1px; border-bottom:0px; border-style:solid; border-color:#CCCCCC; padding:0px; background:#FFFFCC}
/* Format für Rahmen in der aktiven Zelle (gelber Hintergrund) in der Navigation, ergänzt am 20.02.2011 */

td.naviobeninaktiv {border-left:0px; border-top:1px; border-right:1px; border-bottom:1px; border-style:solid; border-color:#CCCCCC; padding:0px; background:#CCFFFF}
/* Format für Rahmen in der inaktiven Zelle (türkiser Hintergrund) in der Navigation, ergänzt am 20.02.2011 */

td.navilinks {border-left:0px; border-top:0px; border-right:0px; border-bottom:1px; border-style:solid; border-color:#CCCCCC; padding:0px; background:#FFFFCC}
/* Format für Rahmen in den Zellen der linken Navigation(gelber Hintergrund), ergänzt am 20.02.2011 */

table.tabellehinten {background:#EBEBCB}
/* Format für Hintergrundfarbe der Tabelle im Hintergrund (über ganze Breite aussen, ergänzt am 20.02.2011 */

table.tabellerahmen {background:#F5E49C}
/* Format für Farbe des Rahmen um Tabelle (dunkelgelb), ergänzt am 20.02.2011 */

table.tabelle1 {background:#CCFFFF}
/* Format für Hintergrundfarbe der Tabelle1, ergänzt am 20.02.2011 */

table.tabelle2 {background:#FFFFCC}
/* Format für Hintergrundfarbe der Tabelle2, ergänzt am 20.02.2011 */


/* ab hier Format für Lightbox (Diashows), ergänzt am 28.02.2011 */
#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: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(../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; }