#title2 {
		height:40px;
		}

#title {
		height:15px;
		}

#titlecopyprint { display: none;
    		  visibility:hidden;
			  }

a.a:link { color:#0000FF;text-decoration:none;}
a.a:visited {color:#000000;}
a.a:hover {color:#CC9966;background-color:#99CC99;}
a.a:active {color:#cccccc;text-decoration:none;}


a.b:link {color:#0000FF;text-decoration:none;}
a.b:visited {color:#000000;}
a.b:hover {color:#CC9966;background-color:#99CC99;padding:5px;}
a.b:active {color:#cccccc;text-decoration:none;}

a.c:link {color:#009933;text-decoration:none;}
a.c:visited {color:#000000;}
a.c:hover {color:#CC9966;}
a.c:active {color:#cccccc;text-decoration:none;}


#hauptnavigation{
width:185px;
height:30px;
background-color: #009933;
layer-background-color: #009933;
border: 1px none #000000;
font-weight:normal;
padding-left:0px;
padding-top:5px;
padding-bottom:5px;
font-size:10pt;
font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida",
Verdana, "Bitstream Vera Sans", sans-serif;
}

#subnavigation
{
	width:195px;
	background-color: #99CC99;
	layer-background-color: #99CC99;
	border-top:2px dotted #996600;
	border-left:2px dotted #996600;
	border-bottom:2px dotted #996600;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12pt;
	color:#996600;
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida",
Verdana, "Bitstream Vera Sans", sans-serif;
	height: 40px;
}

#subnavigationgalerie
{
width:195px;
height:40px;
background-color: #99CC99;
layer-background-color: #99CC99;
border-top:2px dotted #996600;
border-left:2px dotted #996600;
border-bottom:2px dotted #996600;
padding-left:0px;
padding-top:5px;
padding-bottom:5px;
font-size:12pt;
color:#996600;
font-weight:bold;
font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida",
Verdana, "Bitstream Vera Sans", sans-serif;
}
#inhalt
{
background-color: #FFFFFF;
layer-background-color: #FFFFFF;
padding-left:210px;
width:90%;
height:100%;
float:left;
}

td {font-size:10pt;color: #000000; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;}
div{font-size:10pt;color: #000000; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;}
h1{font-size:16pt;color: #000000; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;}
h2{font-size:12pt;color: #000000; font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;}
td.black{color:#000000;}

/* Beginn der CSS Anweisungen für die 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: #009933;
	
	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(images/blank.gif) no-repeat; /* 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  40% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 40% no-repeat; }

/* Hier unten geht es um die Eigenschaften des grauen Beschreibungsbalken */

#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #009933;
	margin: 0 auto;
	line-height: 1.8em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding: 10px; color: #009933;}
#imageData #imageDetails{float: left; text-align: left; color:#FFCC99; }	
#imageData #caption{ font-weight: heavy-bold; color:#FFCC99; }
#imageData #numberDisplay{ display:block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width:66px; float: right; padding-bottom: 0.7em;}
	
/* Hier unten geht es um die Eigenschaften des Hintergrundes */
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #FFCC99;
	}

/* Ende der CSS Anweisungen für die Lightbox */
