@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#444444;
	text-align: left;
}

h3 {
	margin-top:0;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc600;
	text-decoration: none;
	border:none;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc600;
	text-decoration: none;
	border:none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	border:none;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffc600;
	text-decoration: none;
	border:none;
}

#menu a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7d234b;
	text-decoration: none;
	border:none;
}
#menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7d234b;
	text-decoration: none;
	border:none;
}
#menu a:hover {
	color:#000000;
}
#menu a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #7d234b;
	text-decoration: none;
	border:none;
}


#container {
width:1000px;
height:700px;
background-color:#ffffff;
margin: 30px auto 0 auto;
}

#logo {
width:347px;
height:330px;
background-image:url(bilder/logo.gif);
float:left;
font-size:0.0009px;
text-indent:-9999px;
}
#logo:hover {
background-image:url(bilder/logo_over.gif);
}

#header {
width:653px;
height:330px;
background-image:url(bilder/header.gif);
float:left;
}

#menu {
width:317px;
height:350px;
background-image:url(bilder/menu.gif);
float:left;
padding:20px 0 0 30px;
}

#content {
width:623px;
height:340px;
background-image:url(bilder/content.gif);
float:left;
padding:20px 30px 10px 0;
overflow:auto;
}

#flash {
width:523px;
height:370px;
background-image:url(bilder/content.gif);
float:left;
}

img {
	border-width:0px;
  border-style:solid;
}

.rechts { 
	float: right;
    }
	
.links { 
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
    }
	
#cd {
width:210px;
height:234px;
float:left;
background-image:url(bilder/CD.gif);
font-size:0.0009px;
text-indent:-9999px;
}
#cd:hover {
background-image:url(bilder/CD_hover.gif);
}

#deutsch {
background-image:url(bilder/Flagge-Deutschland.gif);
width:24px;
height:15px;
float:right;
margin:10px 10px 0 0;
}
#deutsch:hover {
background-image:url(bilder/Flagge-Deutschland_over.gif);
}
.deutsch_go {
font-size:0.0009px;
text-indent:-9999px;
}

#english {
background-image:url(bilder/Flagge-Grossbritannien.gif);
width:24px;
height:15px;
float:right;
margin:10px 10px 0 0;
}
#english:hover {
background-image:url(bilder/Flagge-Grossbritannien_over.gif);
}
.english_go {
font-size:0.0009px;
text-indent:-9999px;
}

td {
vertical-align:top;
}

/* Lidhtboxing für Foto-Galerie */

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

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #ffc600; 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; }