/********************************************/
/*** copyright 02.2009 **********************/
/********************************************/
/*** adlatos.de ***********************/
/********************************************/

/********************************************/
/*** Schrift Ausrichtung ********************/
/********************************************/

*, all {
  margin: 0;
  padding: 0; 
  }
  
h1 {
  font-size: 1.4em;
  color: #e50a0a;
  }

h2 {
  font-size: 0.95em;
  line-height: 2em;
  }
  
h3 {
  font-size: 0.9em;
  font-weight: bold;
  }
  
p {
  font-size: 1em;
  }
  
.hellgrau {
  color: #999;
}

.logoblau {
  color: #005388;
  }

.blaufett {
  color: #005388;
  font-weight: bold;
  }
  
.rot {
  color: #e50a0a;
  }
  
a {
  font-weight: bold;
  color: #005388;
  text-decoration: none;
  }

a:focus,
a:hover {
	text-decoration: underline;
  color: #E50A0A;
	}
  
ul {
  margin: 0;
  padding:0;
  }
  
.formfeld {
  width: 300px;
}
 
/********************************************/
/*** Allgemein ******************************/
/********************************************/
  
body {
 background-color: #eef3f7;
 background-image: url(../bilder/bg.jpg);
 background-repeat: repeat-x;
 margin: 0;
 padding: 0;
 text-align: center;
 font-family:  Verdana, Helvetica, Arial, sans-serif; 
 font-size: 0.8em;
 color: #333333;
}

#container {
  background-image: url(../bilder/bg_contentgesamt.jpg);
  background-repeat: repeat-y;
  position:absolute;
  left:50%;
  top:10px;
  margin-left:-428px;
  margin-top: 0;
  width: 856px;
  text-align: center;
}

#oben {
  height: 145px;
  background-repeat: no-repeat;
}

#content-oben {
  height: 51px;
  padding: 8px;
}

#contentbild {
  float: left;
  margin-left: 108px;
  width: 162px;
  height: 286px;
  }
  
#startcontent {
  margin: 6px 110px 0 300px;
  height: 275px;
  text-align: left;
  background-image: url(../bilder/bg_adlatos.gif);
  background-repeat: no-repeat;
}
  
#content {
  margin: 6px 110px 0 108px;
  text-align: left;
  background-image: url(../bilder/bg_adlatos.gif);
  background-repeat: no-repeat;
}
#unten {
  height: 43px;
}

.clearing {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}
 
/********************************************/
/*** navi ******************************/
/********************************************/
  
#hauptnavi {
  height: 36px;
  background-image: url(../bilder/adlatos_navi_bg.jpg);
  background-repeat: no-repeat;
  font-size: 0.9em;
  padding: 5px 0 2px 0;
  }

#hauptnavi li {
  display: inline; 
  list-style-type: none; 
  }

#hauptnavi a,
#hauptnavi span {
  color: white;
  padding: 3px 6px 5px 6px;
  }

#hauptnavi a:hover,
#hauptnavi a:focus {
  background: url(../bilder/navi_gedr.jpg);
  font-weight: bold;
  color: #005388;
  text-decoration: none;
  }

/*  01 = Home
02 = Unternehmen
03 = Privat
05 = Technik
05 = Kontakt
06 = Impressum 
*/

#startseite #navi01 span,
#unternehmen #navi02 span,
#privatkunden #navi03 span,
#technik #navi04 span,
#kontaktseite #navi05 span,
#impressum #navi06 span {
  background: url(../bilder/navi_gedr.jpg);
  font-weight: bold;
  color: #005388;
  text-decoration: none;      
  } 
