/*stylesheet für gabriele schlesinger hebamme*/

/* ======================================
   Kalibrierung und allgemeine Styles
========================================= */
 /* Kalibrierung der wichtigsten Abstände */

* { padding: 0; margin: 0;}



/* Allgemeine Selektoren */

html {height: 101% }  /* erzwingt scrollbar im Firefox */
body {
  color: black;
  background-color: #27b9ec;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: small;
  }
    
li { 
   margin: 0; 
   padding: 0;
   display:inline;
   }

img { border: none; 
   }


/* Hyperlinks allgemein */

a  { text-decoration: underline;  outline: none; border: 0;}
a:link { color: #0099CC; }
a:visited {  color: #0099cc; }
a:hover, a:focus {  }
a:active { }


/* allgemeine Klassen und IDs */

.skiplink {
  position: absolute;
  top: -2000px;
  left: -3000px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline;
  }

  
.buttons1 {   /* obere Navigation, Abstand zum Wrapper links und nach oben */
   margin-left: 36px;
   padding-top: 24px;
   }

.buttons2 {   /* untere Navigation, Abstand zum Wrapper links und nach oben */
   margin-left: 36px;
   padding-top: 21px;
   }
   
.textblau {
   color: #0099CC;
   margin-bottom: 1em;
   }
   
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/*=======================================================
Styles  für die Layoutbereiche
========================================================*/

#wrapper {
  width: 800px;  
  margin: 50px auto;
  text-align: center; /* Zentrierung im Internet Explorer */
  background-position: center;
  }

#navibereich1 {
  background: url(images/hg_navi1.gif) top left;
  background-repeat: no-repeat;
  height: 45px;
  text-align: left; /* Seiteninhalt wieder links ausrichten */
    }
  
#navibereich2 {
  background-image:url(images/hg_navi2.gif);  
  margin-bottom: 0;
  height: 42px;
  text-align: left; /* Seiteninhalt wieder links ausrichten */
  }

#textbereich {
   background-image: url(images/hg_storch-2.gif);
   background-position:top;
   padding-top: 35px;
   padding-left: 290px;
   padding-right: 36px;
   height: 480px;    
   text-align: left; /* Seiteninhalt wieder links ausrichten */
   }  	

#textbereich_neu {       /* für die vom Layout abweichenden Kontaktseiten, linker Abstand klein*/
   background-image: url(images/hg_kontakt.gif);
   background-position:top;
   padding-top: 30px;
   padding-left: 50px;
   padding-right: 36px;
   height: 480px;    
   text-align: left; /* Seiteninhalt wieder links ausrichten */
   }
     
#spalte_1 {   /* erste Textspalte, Abstand zum Wrapper links 260px */
   margin-right: 24px;
   width: 210px;
   float: left;
   }
   
#spalte_2 {    /* zweite Textspalte floatet neben die erste */  
   width: 210px;
   float: left;
   }
   
#spalte_3 {    /* Seite Impressum */  
   margin-left: 180px;
   width: 280px;
   float: left;
   }
   
#disclaim {
   margin-right: 24px;
   width: 440px;
   float: left;
   }  	

   
.foto {   /* Bildseite, Abstand zum Wrapper links 260px */
   margin-left: 260px;
   margin-right: 20px;
   width: 410px;
   float: left;
   }
   
#fussbereich {
   background-image:url(images/hg_fuss.gif);
   background-repeat: no-repeat;
   height: 96px;  
   }
   

 .back {
   padding-top: 10px;
   margin-left: 677px; 
   } 
      
.kontakt {
   padding-top: 12px;
   margin-left: 590px; 
   }  
   
#kontakt_lks {
   padding-top: 15px;
   margin-left: 625px;
   
    }
   
      
/*=======================================================
Styles  für die 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(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; }


/* =================================================================
Ende Stylesheet
======================================================================= */

