/*  ------------------------------------
Stylesheet für Elektro Gisi Dintikon
Datei:  bildschirm.css
Datum:  2012-03-01
Aufbau: 1. Kalibrierung und Restauration
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
----------------------------------------- */

/* --------------------------------------
  1. Kalibrierung und Restauration
  --------------------------------------- */
/* Reset - alle Abstände auf NULL */
*  { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em ; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* --------------------------------------
  2. Allgemeine Styles
  --------------------------------------- */
body {
  background-color: #d6d6d6;
  color: #000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: small;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
p1 { font-size: 90%; }
address {
  text-align: left;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
hr {
  background-color:#9d9fa2;
  color: #9d9fa2;
  border: #9d9fa2;
  height:1px;
}
a {
/*  --- text-decoration: none; --- */
  /* --- outline: none; */ /* nur wenn es Sie wirklich stört --- */
}
a:link { color: #ed1c24; }
a:visited { color: #9d9fa2; }
a:hover,
a:focus { color: #9d9fa2; }
a:active { color: #9d9fa2; }

/* Allgemeine Klassen und IDs */
img#logo {
  background-color: white;
  color: black;
  padding: 10px;
  border: 10px solid #d9d9d9;
}
/* Skiplink ausblenden */
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* Bilder floaten und mit Rahmen versehen */
.bildlinks {
  float:left;
  /* ---- padding: 3px;
  border: 5px solid #ccc; ---- */
  margin-right: 10px;
  margin-bottom: 10px;
}
.bildrechts {
  float:right;
  /* ---- padding: 3px;
  border: 5px solid #ccc; ---- */
  margin-bottom: 10px;
  margin-left: 10px;
}
/* --- Bild Kopfbereich --- */
.image_team {width:950px; height:230px; background:url("images_templates/gisi_team.jpg") }
.image_kundenzufriedenheit {width:950px; height:230px; background:url("images_templates/kundenzufriedenheit.jpg") }
.image_leistung {width:950px; height:230px; background:url("images_templates/leistung.jpg") }
.image_anfragen {width:950px; height:230px; background:url("images_templates/anfragen.jpg") }
.clearing { clear: both; }

/* -------------------------------------
  3.  Styles für die Layoutbereiche
  -------------------------------------- */
#wrapper {
  background: #fff url(images_templates/logo_gisi.gif) no-repeat left top;
  color: black;
  width: 950px;
  margin: 10px auto;
}
#kopfbereich {
  position: relative;
  background: #fff;
  padding: 0;
}
  #kopfbereich p {
    position:absolute; /* relativ zu #kopfbereich */
    top: 10px ;
    right: 10px;
    padding: 5px 0 5px 0;
    margin-bottom: 0; /* war 1em */
  }
  div#kopfbereich p span {
    color: #d90000;
  }
#kopfbereich_slogan {
  position: relative;
  background: #fff url(images_templates/slogan.gif) no-repeat;
  padding-top: 61px;
}

/* Ab hier wird die Navigation gestaltet */
#navibereich {
  background: #fff url(images_templates/logo_gisi.gif) no-repeat;
  float: left;
  width: 245px;
  height: 700px; /* 506px ursprüngliche Höhe BG-Bild Navigation anpassen */
  padding: 18px 0 0 0;
  font-size: 130%;
  font-weight: bold;
  font-style: italic;
}
   #navibereich ul {
    width: 6em;
    /* ---- border-top: 1px solid #9d9fa2; ---- */
  }
  #navibereich li {
    list-style-type: none;
    /* ---- border-left: 3px solid #9d9fa2; ---- */
    border-bottom: 2px solid #fff;
    margin: 0;
  }
  #navibereich a {
    display: block;
    width: 249px;
    text-decoration: none;
    color: #ffffff;
    background-color: #9d9fa2;
    padding: 7px;
    /* ---- border-left: 3px solid #9d9fa2; nicht sichtbar ---- */
  }
  #team #navi01 a,
  #ausbildung #navi02 a,
  #film #navi03 a,
  #dienstleistung #navi04 a,
  #installation #navi05 a,
  #planung #navi06 a,
  #licht #navi07 a,
  #phone #navi08 a,
  #sicherheit #navi09 a,
  #zentralstaubsauger #navi14 a,
  #zufriedenheit #navi10 a,
  #privatprojekte #navi11 a,
  #businessprojekte #navi12 a,
  #anfragen #navi13 a {
    background-color: #c4c5c7;
    color: #ed1c24;
    /* ---- border-left-color: #ed1c24; ersetzt #9d9fa2 ---- */
  
  }
  #navibereich a:hover,
  #navibereich a:focus {
    color: #ed1c24;
    background-color: #f5f5f5;
    /* ---- border-left-color: #ed1c24; ---- */
  }
  #navibereich a:active {
    color: #ed1c24;
    background-color: #d6d6d6;
    /* ---- border-left: 3px solid #ed1c24; ---- */
}

#textbereich {
  height: 678px; /* 488px ursprüngliche Höhe */
  padding: 20px 12px 20px 20px; 
  margin-left: 263px;
}
  #textbereich a { 
  color: #d90000;
  /* ---- border-bottom: 1px dotted #cc0000; ---- */
}
  #textbereich a:hover,
  #textbereich a:focus { 
  color: #9d9fa2;
    /* border-bottom: 1px solid #d90000; */
  }
#mapcontainer {
	width: 430px;
	height: 320px;
}
#fussbereich {
  padding: 4px 18px 4px 18px;
  border-top: 1px solid #8c8c8c; 
  margin-top: 0;
  background-color: #9d9fa2;
}
 #fussbereich a {
  color: #ed1c24;
}
  #fussbereich a:hover,
  #fussbereich a:focus {
    color: #f5f5f5;
  }

/* ------------------------------------- 
  4. Sonstige Styles 
  -------------------------------------- */
/* Das Kontaktformular */
form {
  background-color: #eee;
  width: 370px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label {
  display: block;
  cursor: pointer;  /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}


/* -- Bilder vergrössern -- */
#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);  display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images_content/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images_content/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: 113px; 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 css --*/