/* Style Sheet 26.01.2008*/
/* 01.07.2011  Stephan   Änderung Fix001 wegen Zentrierungsfehler in IE      */
/* 01.07.2011  Stephan   lightbox aufgenommen                                */

body {
    	color: black;    	
    	background-color: #fee4cb;
    	font-size: 100.01%;
    	font-family: Helvetica,Arial,sans-serif;
    	margin: 0; padding: 1em;
    	min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
  
div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
 	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  	width: 800px;
   	padding: 0;   	
    border: 1px ridge silver;    	
    background:url(../imagenes/bg_color.jpg) repeat-y #ffffff;
	position: absolute;                                             /* fix001 */
	left: 50%;                                                      /* fix001 */
	margin-left: -400px;                                            /* fix001 */
}

div#Inhalt a:link {
  	color: #0080c0;
  	text-decoration: none;
}

div#Inhalt a:visited {
  	color: #0080c0;
  	text-decoration: none;
}

div#Inhalt a:hover {
  	color: #0080c0;
  	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
 	margin: 0 0 0.7em;
 	padding: 0.3em;
  	text-align: center;
  	background-color: #fed;
  	border: 2px ridge silver;
}

h3 {
	font-size: 1.1em;
	color: white;
 	margin: 0 0 0 0;
 	padding: 0.3em;  	
  	background-color: #fac70e;
  	border-top:1px solid #ffead5;
	border-left:1px solid #ffead5;
	border-right:1px solid #cc6600;
	border-bottom:1px solid #cc6600;
}

div#logo {
	background: #FB810A;  
	height: 120px; 
	vertical-align: text-bottom;
	line-height: 12px;
	font-size: 12px; 
	overflow: hidden; 
	letter-spacing: -1px; 
	margin: 0;
	padding: 0 0 0 0; 
}
  ul#Text {
  	font-size: 0.85em;
}
  ul#Text li {
  	padding-bottom: 12px;
}

ul#Text a:link {
  	color: #0080c0;
  	text-decoration: none;
}

ul#Text a:visited {
  	color: #0080c0;
  	text-decoration: none;
}

ul#Text a:hover {
  	color: #0080c0;
  	text-decoration: underline;
}

  ul#Navigation {  	
    	font-size: 0.75em;
    	float: left;
    	width: 195px;
    	margin: 0;
    	padding: 0;    	
  }
  ul#Navigation li {
  	list-style: none;
    	margin: 0 0 0 0;
    	padding: 0.15em 0.5em 0.15em 0.5em;
  }
  ul#Navigation a {
  	margin: 0 0 0 0.5em;
	display: block;
    	padding: 0.15em 0 0.15em 0.2em;
    	text-decoration:none;
    	/*font-weight: bold;*/
  }
  ul#Navigation a:link {
    	color: white;
	background-color: #FB810A;	
	border-top:1px solid #ffead5;
	border-left:1px solid #ffead5;
	border-right:1px solid #cc6600;
	border-bottom:1px solid #cc6600;
  }
  ul#Navigation a:visited {
	color: white;
	background-color: #FB810A;	
	border-top:1px solid #ffead5;
	border-left:1px solid #ffead5;
	border-right:1px solid #cc6600;
	border-bottom:1px solid #cc6600;
  }
  ul#Navigation a:hover {
    	color: white;	
	background-color: #fda44a;	
	border-top:1px solid #cc6600;
	border-left:1px solid #cc6600;
	border-right:1px solid #ffead5;
	border-bottom:1px solid #ffead5;
  }
 /* ul#Navigation a:active {
    	color: white;
	background-color: #fda44a;	
	border-top:1px solid #cc6600;
	border-left:1px solid #cc6600;
	border-right:1px solid #ffead5;
	border-bottom:1px solid #ffead5;
  }*/

  div#Info {
    font-size: 0.9em;
    float: right;
    width: 12em;
    margin: 0 0 1.1em;
    padding: 0;
    background-color: #eee;
    border: 1px dashed silver;
  }
  div#Info h2 {
    font-size: 1.33em;
    margin: 10.2em 0.5em;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }

  div#Inhalt {
    margin: 0 0 0 205px;
    padding: 0px 1.5em 5px 1.5em;
   /* border: 1px dashed silver;*/
    /*background-color: #ffffff;*/
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.5em;
    color: #fb810a;
    margin: 20px 0 15px 0;
  }
  div#Inhalt h2#rojo {
    font-size: 1.5em;
    color: blue;
    margin: 1.5em 0 1.0em 0;
  }
  div#Inhalt p {
    font-size: 0.85em;
    margin: 0 0 0 0;
    line-height: 1.5em;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0 0 0 0;
    padding: 0.1em 2.3em 0.1em 0;
    text-align: right;
    background-color: #FB810A;
    color: white;
    /*border: 1px solid silver;*/
  }

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

div#fotos3 {
	margin:15px 0 0 10px;
	float: left;
}

div#fotos2 {
	margin:25px 10px 0 0;
	float: right;
}

.fleft { 
 	float: left;
 	margin: 1em 1em 0.2em 0; 
}

.fright { 
 	float: right;
 	margin: 0em 0.5em 0em 0.5em; 
}

.textorojo {
	/*color: #fac70e;*/
	color: #ff0000;
	font-size: 0.8em;
}

.textorojomasgrande {	
	color: #ff0000;
	font-size: 1.25em;
}

.textomasgrande {
	font-size: 1.25em;
}

.textkursiv {
	font-style: italic;
}

.abstand {
	line-height: 1.0em;
}
