/*Stylesheet Reiffix.de
    Autor: Christian Reifferscheid
    Datum: Januar 2008 
	Copyright by Reiffix.de
	 Wir übernehmen auch gerne für Sie Umsetzungen <--
 */
/*=============================================
  1. Allgemeine Styles / Kalibrierung
  ===========================================*/
* {
  padding: 0;
  margin: 0;
  }
html { height: 101%; }
body {
  font-family:Tahoma;
  background-image: url(images/bgoben.gif);
  background-repeat: repeat-x;
  }
h1,h2 {
  color: #D51816;
  font-size: 16px;
  font-weight: bold;
  }
input, textarea {
  margin: 1px;
  }
a {
  color:#999999 ;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
/*=============================================
  2. LayoutStyles
  ===========================================*/
#wrapper {
  position: relative;
  width: 875px;
  font-family:Tahoma;
  font-size: 12px;
  color: #000000;
  margin: auto;
  }
#header {
  position: relative;
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
  width: 875px;
  height: 147px;
  margin-top: 23px;
  }
#navigation {
  position: absolute;
  margin: 26px 0 0 40px;
  width: 500px;
  height: 24px;
  }
#navigation ul  li {
  color: #a6a6a6;
  font-family: Verdana;
  font-size: 14px;
  display: inline;
  list-style-type: none;
  margin-left: 10px;
  }
#navigation a:hover {
  text-decoration: none;
  color: #CCCCCC;
}
#content {
  float: left;
  width: 520px;
  margin-left: 15px;
}
#seite {
  float: left;
  background-image:url(images/seite.gif);
  background-repeat: no-repeat;
  width: 34px;
  height: 297px;
}
#rightbox
{
  position: absolute;
  width: 280px;
  left: 587px;
  
}
#boxoben {
  background-image: url(images/rightbox.gif);
  background-repeat: no-repeat;
  width: 297px;
  height: 12px;
}
#boxlinks {
  position: absolute;
  background-image: url(images/seitennavi.gif);
  background-repeat: no-repeat;
  height: 326px;
  width: 13px;
  left: 575px;
}
.linie {
  float: right;
  background-image: url(images/linienavi.gif);
  background-repeat: no-repeat;
  width: 287px;
  height: 9px;
  }
#download {
  background-image: url(images/referenzen.gif);
  background-repeat: no-repeat;
  padding-left: 130px;
  padding-top: 50px;
  width: 168px;
  height: 156px;
  font-size: 10px;
}
#download a, #lastposts a {
  color: #000000;
  font-weight: normal;
  border-bottom: 1px solid #c2c2c2;
  }
#lastposts {
  padding-left:2px;
  font-size: 10px;
}
#headline {
  position: absolute;
  width: 293px;
  height: 40px;
  font-size: 10px;
  top: 100px;
  left: 195px;
   font-style: italic;
}
#headline h1,h2 {
  font-size: 12px;
  font-style: normal;
  display: inline;
}
#headline a:hover {
  text-decoration: none;
}
#headline h2 a {
    color: #d80500;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}
#headline h1 a {
  color: #c2c2c2;
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
}
#content ul {
  margin-top: 8px;
  margin-bottom: 2px;
  margin-left: 40px;
  list-style-image: url(images/li.gif);
}

  /*============================================
  Spezielle Klassen 
  ==========================================*/
.name {
  color: #a6a6a6;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bildlinks {
  float: left;
  margin-right: 5px;
  }
.bilrechts {
   float: right;
  margin-left: 5px;
  margin-right: 45px;
}
.grau {
  color: #c2c2c2;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  }
.rot {
  color: #d80500;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  }

  /*============================================
  Spezielles Seitenspezifisch
  ==========================================*/
  
  /*Impressum*/
#telefonanfrage input,textarea {
  width: 250px;
}
#telefonanfrage input:hover,textarea:hover {
  border: 2px solid #D41713;
}

/*Kontakt*/
#kontakt input,textarea {
  width: 350px;
}
#kontakt input:hover,textarea:hover {
  border: 2px solid #D41713;
}
#kontakt a {
   color: #d80500;
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
}