@font-face {
font-family: "MuseoSlab";
src: url("fonts/Museo_Slab_500.otf") format("opentype");
}

@font-face {
font-family: "MuseoSlab";
src: url("fonts/Museo_Slab_500italic.otf") format("opentype");
font-style:italic;
}


q {
quotes:"\00BB" "\00AB" "\203A" "\2039"; 
}

q:before { content:open-quote;}
q:after { content:close-quote; }

body {
font-family: MuseoSlab, Georgia, 'Times New Roman', serif;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #ffffff;
	background-color: #000000;
	margin-left:40px;
	margin-top:10px;
	padding: 0;
}

table {
border-collapse: collapse;
width:46em;
margin-left: 0;
margin-bottom: 3em;
background-color: #000000; }

img{
border: 1px #282828 solid; }

td.spalteeins{
vertical-align: top;
width: 5.5em;
text-align: right;
padding-right: 10px;
color: #fff;
font-style:italic; }

tr{
border-top: 1px #ffffff solid;
border-bottom: 1px #ffffff solid; }

a div#retour {
border:#FF0000;
width:30px;
height:46px;
background-image:url(bilder/button_back.png);
background-position: -30px 0;
position: fixed;
left: 0;
top: 7px;
z-index: +10; }

a:hover div#retour {
border:#FF0000;
width:30px;
height:46px;
background-image:url(bilder/button_back.png);
background-position: 0 0;
position: fixed;
left: 0;
top: 7px;
z-index: +10; }


.bold{
font-weight: bold; }

a:link{ 
color:#fff; 
text-decoration: underline; 
font-style:italic;
} 
a:visited{ 
color: #cccccc; 
text-decoration: none;
}
a:hover{ 
color:#fff; 
text-decoration: none;
} 










#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }

