@charset "utf-8";


*{ padding:0; margin:0; } /* Alle Abstände auf 0 */

/* Abstände neu definieren */

body {
		background-color:#142462;
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		letter-spacing:0.1em;
		}
		
a {color:#fff;}
a:link {color:#fff;}
a:hover, a:focus {color:#666;}
a:visited {color:#fff;}

	
table { border:0px; padding:0px; margin:0px;}
#grau { background-color:#cccccc;}
#weiß { background-color:#FFFFFF; height:40px;}
#blau { background-color:#142462;}
#head { width:980px; background-image:url(../jpg/head.jpg); background-repeat:no-repeat; border:0px; height:254px;}


#logo {  position: relative; top:6px; margin-left:0px;}
#logo2 {  position: relative; margin-left:0px;}

h1 { font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; color:#ffffff; letter-spacing:0.1em; font-size:16px; font-weight:100;}
h2 { font-family:Arial, Helvetica, sans-serif; color:#ffffff; letter-spacing:0.1em; font-size:16px; text-decoration: underline; font-weight:600; margin-bottom:8px;}
h3 { font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; color:#ffffff; letter-spacing:0.1em; font-size:16px; font-weight:100;}

#menue1 { position:absolute; top:268px; margin: 0px 0px 0px 691px; height:20px; z-index:1000; }

ul#menue { list-style-type:none;
text-decoration:none;
text-align:center;
width:290px;
font-size:8pt;
}

ul#menue li { font-family:Arial, Helvetica, sans-serif; color:#666; letter-spacing:0.1em; display:inline;}
ul#menue li a {color:#666; text-decoration: none; margin: 0px 2px 0px 2px;}
ul#menue li a:hover, 
ul#menue li a:focus {color:#fffff; text-decoration: underline;}

	
#hauptmenue  { font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;  color:#ffffff; letter-spacing:0.1em; width:978px; padding-top:15px; margin-left:2px;}
#hauptmenue  a {color:#ffffff;  text-decoration: none; }
#hauptmenue  a:hover, 
#hauptmenue  a:focus {color:#fffff; text-decoration: underline;}


#content_index {  width:auto; padding-top:22px;}
#content_vita{  width:auto; padding-top:22px; text-align:left; width:72%;}
#content{ width:68%; padding-top:120px; text-align:left;}
#content_quali{ width:72%; padding-top:120px; text-align:left;}
#content_extras{ width:320px; padding-top:120px; text-align:left;}
#content_impressum { width:680px; padding-top:22px; text-align:left; font-size:14px;}
.inhalt {font-size:12px;}

#mitte { margin:auto;}

.icon { float:right; position:absolute; }
.foto { margin-bottom:19px; border:0px;}
.pdf {font-family:Arial, Helvetica, sans-serif; font-size:11px;
	color:#4BB74B; margin-top:3px; text-decoration:none; }
.pdf a { color:#4BB74B; text-decoration:none;}
.pdf a:hover, focus{ color:#4BB74B; text-decoration:underline;}

h1.grün { font-family:Arial, Helvetica, sans-serif; color:#4BB74B; letter-spacing:0.1em; display:inline;}

ul#content_unterseiten { list-style-type:square; line-height:2.0em; padding-left:15px;}

#galerie { position:absolute; margin-left:5px; width:969px;}
#vita { float:right; position:relative; margin-top:-392px; margin-right:145px; }
#slogan { position:relative; margin-left:600px; width:300px; top: -350px; font-family: 'Nothing You Could Do', cursive; font-size:24px;}

#rotate_back {
-moz-transform:rotate(-10deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(-10deg); /* Safari */
-o-transform:rotate(-10deg); /* Opera */
-ms-transform:rotate(-10deg); /* IE9 */
transform:rotate(-10deg); /* W3C */
} 

#adressleiste {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#999;
	letter-spacing:0.1em;
	position:absolute;
	top:840px;
	padding-left:90px;
	
}
#adressleiste a { color:#999; text-decoration:none;}
#adressleiste a:hover, focus{ color:#999; text-decoration:underline;}


#adressleiste-vita {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#999;
	letter-spacing:0.1em;
	position:absolute;
	top:840px;
	padding-left:90px;
	
}
#adressleiste-vita a { color:#999; text-decoration:none;}
#adressleiste-vita a:hover, focus{ color:#999; text-decoration:underline;}

#adressleiste-d {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
	color:#999;
	letter-spacing:0.1em;
	position:absolute;
	top:1100px;
	padding-left:90px;
	padding-bottom: 40px;
}
#adressleiste-d a { color:#999; text-decoration:none;}
#adressleiste-d a:hover, focus{ color:#999; text-decoration:underline;}


/* ================== Lightbox ================ */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; 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: 1000; width: 100%; height: 500px; background-color: #000; }

/* ================== Lightbox Ende ================ */
