body {
 color: #000000;
  background: #FEFEE5;
  font-family: verdana,arial,sans-serif;
  font-size: 12px;
  padding:  0;
  margin: 30px 0px 0px 0px;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline;}

a:link    { color: #000000;}
a:visited { color: #666666;}
a:focus, a:hover, a:active { color: #999999;}



/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}



/* Rahmen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  background: #FFFFFF;
  width: 940px;            /* der Breite des Hintergrundbilds entsprechend */
  border: 1px double #3A4B6F;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

* html #rahmen {   /* Box Model Hack - notwendig wegen border-Angabe */
  width: 942px;    /* fuer IE 5 und 5.5 */
  wid\th: 940px;   /* fuer IE 6 */
}

/*Kopf
/*******************************************************/

#kopf {
  background: #FFFFFF url(../img/auto/head.jpg);
  height:105px;
  margin: 0;
  padding: 0;
  
}

/*  Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  background: #FFFFFF;
  background-image:url(../img/auto/menue.jpg);
  height:35px;
  margin:0;
  padding:0;
}

#menue ul {
  padding: 8px 0px 3px 0px;
  margin: 0 0 0 215px;
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
}

#menue a {
  font-size: 12px;
  margin-right: 20px;
}

#menue a:link, #menue a:visited {
  color: #000000;
  text-decoration: none;
}

#menue a:focus, #menue a:hover, #menue a:active {
  color:#666666;
  text-decoration: underline;
}
#menue li.on  {
   background: #FFFFFF !important;
   border: 1px solid #FF4E00;
}


/* Weiße Flashleiste
/*****************************************************/
#flash {
  background: #FFFFCC url(img/flash.jpg);
  margin: 0;
  padding: 0 0 0 10 ;
  height: 120px;
  border-bottom: 3px solid #000066;   /* blaue Trennlinie zw. Flash u. Inhalt */
  }

/* Spalte 1 
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  float: left;
  background-color: #DCE4F2;
  background-image:url(../img/auto/navi.jpg);
  background-repeat:no-repeat;
  width: 208px; 
  padding: 0;
  margin: 0;
}


/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  background-color:#FFFFFF;
  float:left;
  width: 732px;                  
  padding: 0;
  margin: 0;
    
}

#spalte2 h1 {
  
  font-weight:bold;
  font-size:12px;
  background-color:#DCE4F2;
}
#spalte2 h2 {
  
  font-weight:bold;
  font-size:12px;
  background-color:#DCE4F2;
  margin-left:20px;
}

#spalte2 p {
   margin: 0px 0px 0px 20px;
}
  
#spalte2 .mitte {
  text-align: center;
}
 

#spalte2 a:link, #spalte2 a:visited {
  color:#000000;
  font-weight: bold;
  text-decoration:underline;
}

#spalte2 a:focus, #spalte2 a:hover, #spalte2 a:active {
  color:#666666;
}
 

/* Bilder der Startseite
************************************************************/
#navitext {
  position: relative;
  width: 170px;
  height: 500px;
  text-align: left;
  margin: 35px 0px 10px 25px;
  padding: 0px;  
}
#navitext .box1 {
	position: absolute;
	left: -11px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 172px;
}
#navitext .box2 {
  position: absolute;
  left: 0px;
  top: 250px;
  width:169px;
  margin: 0px;
  padding: 0px;
}
#navitext .box3 {
  position: absolute;
  left: 1px;
  top: 390px;
  width:169px;
  margin: 0px;
  padding: 0px;
}
#navitext a.auf {
   color: #FFFFFF !important;
}

/* Über uns
************************************************************/
#ueber{
  position: relative;
  width: 720px;
  height: 415px;
  text-align: left;
  margin: 20px 0px 0px 5px;
  padding: 0px;  
}
#ueber .box4 {
	position: absolute;
	left: 6px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 246px;
}
#ueber .box5{
	position: absolute;
	left: 271px;
	top: 0px;
	width:454px;
	margin: 0px;
	padding: 0px;
	height: 411px;
}
/* Referenzen
************************************************************/
#ref{
  position: relative;
  width: 720px;
  height: 415px;
  text-align: left;
  margin: 40px 0px 0px 5px;
  padding: 0px;  
}
#ref .box1 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 250px;
}
#ref .box2{
  position: absolute;
  left: 282px;
  top: 80px;
  width:378px;
  margin: 0px;
  padding: 0px;
}
/* Links
************************************************************/
#links{
  position: relative;
  width: 720px;
  height: 415px;
  text-align: left;
  margin: 20px 0px 0px 5px;
  padding: 0px;  
}
#links .box4 {
	position: absolute;
	left: 6px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 332px;
}
#links .box5{
	position: absolute;
	left: 362px;
	top: 0px;
	width:363px;
	margin: 0px;
	padding: 0px;
	height: 402px;
}
/* Produkte
************************************************************/
#pro {
  position: relative;
  width: 700px;
  height: 650px;
  text-align: left;
  margin: 35px 0px 10px 25px;
  padding: 0px;  
}
#pro .box01{
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
}
#pro .box02 {
  position: absolute;
  left: 140px;
  top: 10px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box03 {
  position: absolute;
  left: 0px;
  top: 75px;
  margin: 0px;
  padding: 0px;
}
#pro .box04 {
  position: absolute;
  left: 140px;
  top: 85px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box05{
  position: absolute;
  left: 0px;
  top: 145px;
  margin: 0px;
  padding: 0px;
}
#pro .box06{
  position: absolute;
  left: 140px;
  top: 155px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box07 {
  position: absolute;
  left: 0px;
  top: 215px;
  margin: 0px;
  padding: 0px;
}
#pro .box08 {
  position: absolute;
  left: 140px;
  top: 225px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box09 {
  position: absolute;
  left: 0px;
  top: 285px;
  margin: 0px;
  padding: 0px;
}
#pro .box10 {
  position: absolute;
  left: 140px;
  top: 295px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box11{
  position: absolute;
  left: 0px;
  top: 355px;
  margin: 0px;
  padding: 0px;
}
#pro .box12 {
  position: absolute;
  left: 140px;
  top: 365px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box13 {
  position: absolute;
  left: 0px;
  top: 425px;
  margin: 0px;
  padding: 0px;
}
#pro .box14 {
  position: absolute;
  left: 140px;
  top: 435px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
#pro .box15{
  position: absolute;
  left: 0px;
  top: 495px;
  margin: 0px;
  padding: 0px;
}
#pro .box16{
  position: absolute;
  left: 140px;
  top: 505px;
  width:500px;
  margin: 0px;
  padding: 0px;
}

#pro .box17 {
  position: absolute;
  left: 140px;
  top: 595px;
  width:500px;
  margin: 0px;
  padding: 0px;
}
/* service
************************************************************/
#service{
  position: relative;
  width: 720px;
  height: 415px;
  text-align: left;
  margin: 20px 0px 0px 5px;
  padding: 0px;  
}
#service .box4 {
	position: absolute;
	left: 6px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 353px;
}
#service .box5{
	position: absolute;
	left: 420px;
	top: 68px;
	width:305px;
	margin: 0px;
	padding: 0px;
	height: 343px;
}
/* Allgemeine Klassen 
***********************************************************/
.zentrum { 
margin: 15px 0px 15px 0px;
text-align: center;
}
.geraete{
margin: 20px 0px 5px 10px;
}

