/* ==============================================
Stylesheet der site "architekten-gm"

Stand: noch nicht fertig 
Datei: projekte.css
Datum: 17.03.09
Autor: Anja Rosga

Aufbau: 1. Kalibrierung
	      2. Allgemeine Styles
        3. Styles für Fussbereich
	      4. Styles für Textbereich + Bildbereich
	      5. Styles für Navigation

============================================== */ 

/* _________________________________
   
   1. Kalibrierung

____________________________________ */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  }

body {
  font: 70% Verdana, Arial, Helvetica, sans-serif;
  }

h1 {
font-size: 50%;
  }

h2 {
font-size: 40%;
  } 

/* _________________________________
   
   2. Allgemeine Styles

____________________________________ */

#body {
  position: relative;
  background-color: #fff;
  width: 830px;
  top: 1px;
  margin-left: auto;
  margin-right: auto;
  }

/* _________________________________
   
   3. Styles für Fussbereich

____________________________________ */

#fuss1 {
  font-family: helvetica; 
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 100%;
  position: absolute;
  width: 195px;
  top: 576px;
  left: 7px;
  }
  
#fuss2 {
  font-family: helvetica; 
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 100%;
  position: absolute;
  width: 195px;
  top: 576px;
  left: 120px;
  }
  

/* _________________________________
   
   4. Styles für Textbereiche + Bildbereich
____________________________________ */

#thumb01 {
  position: absolute;
  width: 95px;
  top: 401px;
  left: 735px;
  }

#thumb02 {
  position: absolute;
  width: 95px;
  top: 503px;
  left: 735px;
  }
  
#thumb03 {
  position: absolute;
  width: 95px;
  top: 401px;
  left: 630px;
  }
  
#thumb04 {
  position: absolute;
  width: 95px;
  top: 503px;
  left: 630px;
  }
  
#thumb05 {
  position: absolute;
  width: 95px;
  top: 401px;
  left: 525px;
  }
  
  
#thumb06 {
  position: absolute;
  width: 95px;
  top: 503px;
  left: 525px;
  }
  
#thumb07 {
  position: absolute;
  width: 95px;
  top: 401px;
  left: 420px;
  }
  
#thumb08 {
  position: absolute;
  width: 95px;
  top: 503px;
  left: 420px;
  }
  
#thumb09 {
  position: absolute;
  width: 95px;
  top: 401px;
  left: 315px;
  }
  
#thumb10 {
  position: absolute;
  width: 95px;
  top: 503px;
  left: 315px;
  }
  
#thumb11 {
  position: absolute;
  width: 95px;
  top: 401px;
  left: 210px;
  }
  
#thumb12 {
  position: absolute;
  width: 95px;
  top: 503px;
  left: 210px;
  }
  

  


  
.smallErweitert {
  list-style-type: none;
  line-height: 6px;
  font-weight: normal;
  letter-spacing: 0px;
  }
  




 
/* _________________________________
   
   5. Styles für Navigation

____________________________________ */

#navi {
  position: absolute;
  top: 198px;
  left: 7px;
  }

#navi ul {
  list-style-type: none;
  line-height: 15px;
  font-weight: normal;
  letter-spacing: 7px;
  }
  
#navi .small {
  list-style-type: none;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0px;
  }

#navi li {
  width: 195px;
  border-bottom: 1px transparent;
  }

#navi ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  }

#navi ul li a:link {
  color: #000;
  text-decoration: none;
  }

#navi ul li a:visited {
  color: gray;
  }

#navi ul li a:hover, a:focus {
  padding-left: 2px;
  background-color: transparent;
  color: #0000cc;
  }

#navi ul li a:focus {
  border-bottom: 1px solid transparent;
  }
  
#fuss1 a:link {
  color: #000;
  text-decoration: none;
  }

#fuss1 a:visited {
  color: gray;
  }

#fuss1 a:hover, a:focus {
  padding-left: 0px;
  background-color: transparent;
  color: #0000cc;
  }

#fuss1 a:focus {
  border-bottom: 1px solid transparent;
  }
  
#fuss2 a:link {
  color: #000;
  text-decoration: none;
  }

#fuss2 a:visited {
  color: gray;
  }

#fuss2 a:hover, a:focus {
  padding-left: 0px;
  background-color: transparent;
  color: #0000cc;
  }

#fuss2 a:focus {
  border-bottom: 1px solid transparent;
  }











  

