body {
background-color:#FFF;
font-family: Arial,Helvetica,sans-serif;
color:#790C35;
font-size:14px;
left:0;
margin:0;
padding:0 0;
position:relative;
top:0;
}


h1 {
font-size:20px;
font-weight: normal;
	}
	
h2 {
font-size:14px;
line-height: 4px;
	}

a img {border:0 none}

a, a:link, a:visited {
	text-decoration: none;
	color:#790C35;
	border:0 none;
}

a:hover {
	color:#a47a42;
	border:0 none;
}



* + html body {
margin:0 0 60px;
padding:0 0 60px;
}


#container {
background-color:#FFFFFF;
margin-left:auto;
margin-right:auto;
position:relative;
top:60px;
width:1000px;
}



#header {
height:110px;
}


#logo img  {
float: right;
}



#content {
background-color:#fff;
background-image:url(images/BG-Zim.png);
background-position:0 0;
background-repeat:repeat-y;
width:100%;
min-height:370px;
}


#image-big {
float: right;
}


#content #text {
left:10px;
line-height:17px;
padding: 20px;
width:450px;
}


/* Clearing ist hier eigentlich gar nicht nötig, da nichts auf die Bilder folgt!*/

.cl-right {
	clear:right;
	height: 0.1px;
	font-size:0;
	line-height:0;
	}
	

.thumbnail-breit
{
float: left;
width: 150px;
margin: 25px 15px 15px 0;
padding: 15px;
}

.thumbnail-hoch
{
float: left;
width: 150px;
margin: 25px 15px 15px 0;
padding: 15px;
}



#bildhoehe{
height: 120px;
}


.box-text {
float: left;
width: 170px;
height: 300px;
padding: 20px;

}

.box-text h1 {
line-height: 10px;

}


/* Clearing ist hier eigentlich gar nicht nötig, da nichts auf die Bilder folgt!*/

.clearleft { clear: left; }

.clearboth { clear: both; }


/* LIGHTBOX Start */

#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; }


/* LIGHTBOX End */






#navcontainer{
	background-image:url(images/BG-Navi.gif);
	background-position:0 0;
	background-repeat: no-repeat;
	height: 43px;
}


#navlist
{
	
width: 100%;
margin: 0;
padding: 0;
white-space: nowrap;
}

#navlist li
{
float: left;
display: inline;
list-style-type: none;
}

#navlist li a
{
display: block;
margin: 0;
padding: 5px 20px;
color: #fff;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color: #790C35;
text-decoration: none;
}


#navlist li#active a
{
background-color: #9e3f37;
color: #fff;
}

#navlist li #active a:hover { color: #fff; }



#navlist ul#subnavlist
{
position: absolute;
width: 100%;
left: auto;
top: auto;
padding: 0;
white-space: nowrap;
}

#navlist ul#subnavlist li
{
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
font-size: 12px;	
width: auto;
display: block;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 5px;
background-color: #e7ddcc;
color: #947544;
}

#navlist ul#subnavlist li a:hover
{
color: #790C35;
text-decoration: none;
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
color: #790C35;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
/* IE5/Mac fixed width fix */
}


