body
{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-face: Arial, Helvetice, sans-serif;
  font-size: 100.01%;
  line-height: 1em;
  margin: 0; 
  font-weight: normal;
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #86D8B6;
  scrollbar-shadow-color: #86D8B6;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #2D272D;
  scrollbar-track-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  text-align: center;  /* Zentrierung im Internet Explorer */
  min-width: 41em; /* 41em; Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  overflow: auto; /* verhindert vertikalen Scrollbalken im IE */
}

/* mittige Ueberschrift */
h1
{
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: rgb(24,130,82);
  font-weight: bold;
  margin-bottom: 1.2em;
}


/* linksbuendige Ueberschrift */
h2
{
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: rgb(24,130,82);
  font-weight: bold;
  margin-bottom: 1.2em;
}

/* rechtsbuendige Ueberschrift */
h3
{
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: rgb(24,130,82);
  font-weight: bold;
  margin-bottom: 1.2em;
}
/* stefan badur electronic - Schriftzug */
h4 
{
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(0,0,0);
  text-align: left;
}

/* Div-Block um die gesamte Seite */
div#Seite 
{
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 7% auto 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 800px;
  height: 600px; 
  padding: 0;
  background: rgb(255,255,255) url(../images/logo_background.gif) no-repeat;
  background-position: center;
}
* html div#Seite 
{
  width: 800px;
  height: 500px; 
}

/* Navigation in der Kopfleiste */
div#Navigation 
{
  height: 5.5em;
  margin: 0 0.5em 0 1em; 
  padding: 0;
  text-align: center;
  background: transparent url(../images/logo_navigation.gif) no-repeat;
  background-position: left;
}
* html div#Navigation 
{
  height: 6em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  padding-top: 0.2em;
  margin-bottom: 1em;
  margin-top: 0;
  background-color: transparent;
}

ul#Navigation 
{
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 0 1em 0; 
  padding: 0.3em;
  text-align: center;
}
ul#Navigation li 
{
  list-style: none;
  display: inline;
  margin: 0.5em; 
  padding: 0;
}
ul#Navigation a, ul#Navigation a:link, ul#Navigation a:visited   
{
  color: rgb(24,130,82);
  background-color: transparent; 
  text-decoration: none; 
  font-weight: normal;
}
* html ul#Navigation a 
{
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Navigation a:hover, a:active, a:focus 
{
  color: rgb(129,242,164);
  background-color: transparent; 
  text-decoration: none 
  font-weight: normal;
}



/* Leiste mit Abbildungen links, senkrecht */
div#Bildleiste
{
  float: left; 
  text-align: center; 
}

ul#Bildleiste 
{
  height: 460px;
  float: left;
  text-align: center; 
  font-size: 1em;
  margin: 1.8em 0 0 0; 
  padding: 0;
}
* html ul#Bildleiste
{
  margin-top: 0.5em;
}
ul#Bildleiste li 
{
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}


/* Inhaltsbereich der Startseite */
div#InhaltStart 
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 680px;
  height: 450px; 
  margin: 3em 0 0 0;
  padding: 0em 0em 0em 0em;
  background: transparent;
}
* html div#InhaltStart 
{
  width: 600px;
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}
div#InhaltStart a, div#InhaltStart a:link, div#InhaltStart a:visited   
{
  color: rgb(24,130,82);
  background-color: transparent; 
  text-decoration: none; 
  font-weight: bold;
}
div#InhaltStart a:hover, div#InhaltStart a:active, div#InhaltStart a:focus 
{
  color: rgb(129,242,164);
  background-color: transparent; 
  text-decoration: none 
  font-weight: bold;
}
/* Logozentrierung neben Aufzaehlung auf Startseite */
.logo_aufzaehlung
{
  margin: -0.6em 0.2em -1em -1.2em;
  padding: 0.2em 0 0 0;
}  

/* Inhaltsbereich sonstiger Seiten */
div#Inhalt 
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  width: 650px;
  height: 450px; 
  margin: 0em 0em 0em 11em;
  padding: 3em 1em 0em 0em;
  background: transparent;
}
* html div#Inhalt 
{
  width: 600px;
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}


/* Inhaltsbereich der Produktseite mit Login ueber der Ueberschrift */
div#InhaltProdukte 
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  width: 650px;
  height: 450px; 
  margin: 0em 0em 0em 11em;
  padding: 1em 1em 0em 0em;
  background: transparent;
}
* html div#InhaltProdukte 
{
  width: 600px;
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}


/* Kundenlogin-Ueberschrift auf der Produkte-Seite */
div#Kundenlogin
{
  float: right;
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: rgb(24,130,82);
  font-weight: bold;
  padding: 0.9em 6.5em 0 1.2em;
}
* html div#Kundenlogin
{
  margin-top: -0.9em;
  margin-bottom: 1.2em;
  margin-right: -2em;
}

/* Inhaltsbereich login.php */
div#Inhaltlogin 
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  width: 600px;
  height: 450px; 
  margin: 0em 0em 0em 12em;
  padding: 2.8em 1em 0em 0em;
  background: transparent;
}

/* Kundenlogin-Formular */
div#Loginformular
{
  float: right;
  font-size: 1.0em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  color: rgb(24,130,82);
  font-weight: bold;
  padding: 3em 24em 0 0;
}
* html div#Loginformular
{
  margin-right: -3em;
}


/* Inhaltsbereich der Kontaktseite */
div#InhaltKontakt 
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  width: 660px;
  height: 480px; 
  margin: 2em 0 0 0;
  padding: 0.5em 1em 0.5em 1em;
  background: transparent;
}
* html div#InhaltKontakt 
{
  width: 540px;
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

/* Formatierung fuer Danke-Seite */
div#Dankeaussen
{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40em;
  height: 40em;
  margin-left: -20em;
  margin-top: -20em;
  background: rgb(255,255,255) url(../images/logo_background.gif) no-repeat;
  background-position: center;
}
div#Dankeinnen
{
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20em;
  height: 10em;
  margin-left: -10em;
  margin-top: -5em;
}

/* Fussleiste mit Adresse und Impressum */
div#Fussleiste 
{
  font-size: 0.72em;
  clear: both;
  text-align: left;
  font-weight: bold;
  width: 760px;
  height: 40px;
  padding-left: 1.4em; 
  color: rgb(24,130,82);
  background-color: transparent; 
}
* html div#Fussleiste 
{
  height: 45px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  padding-top: 0.2em;
  margin-bottom: 1em;
  background-color: transparent;
}

ul#Fussleiste 
{
  font-family: 'Trebuchet MS', Arial, Helvetica;
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 0 0 1em 0; 
  padding: 0.3em;
  text-align: left;
}
ul#Fussleiste li 
{
  list-style: none;
  display: inline;
  margin: 0.2em; 
  padding: 0;
}
ul#Fussleiste a, ul#Fussleiste a:link, ul#Fussleiste a:visited   
{
  color: rgb(24,130,82);
  background-color: transparent; 
  text-decoration: none; 
  font-weight: bold;
}
* html ul#Fussleiste a 
{
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}
ul#Fussleiste a:hover, a:active, a:focus 
{
  color: rgb(129,242,164);
  background-color: transparent; 
  text-decoration: none 
  font-weight: bold;
}


/* Links allgemein */
a, a:link, a:visited
{
  color: rgb(24,130,82);
  background-color: transparent; 
  text-decoration: none; 
  font-weight: bold;
}
a:hover, a:active, a:focus 
{
  color: rgb(129,242,164);
  background-color: transparent; 
  text-decoration: none 
  font-weight: bold;
}


/* Klassen */

.text
{
  color: #2D272D;
  font-face: Arial;
  font-size: 12;
  text-align: left;	
  font-weight: normal;
}
.formfield 
{
  font-family: Arial;
  font-size: 13;
  text-align: left;	
  font-weight: normal;
  border: 1px solid rgb(151,162,157);       
  padding-bottom: 3px;
}
.button 
{
  font-weight: normal;
  color: black;  
  background-color: rgb(242,253,245);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-color: rgb(24,130,82);
}
.bodyimpressum 
{
  background-attachment: fixed;
  background-image: url(../images/logo_background.gif);
  background-repeat: no-repeat;
}
.titleimpressum
{
  font-size: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: rgb(24,130,82);
  font-weight: bold;
}  

.likealink
{
  color: rgb(24,130,82);
  background-color: transparent; 
  text-decoration: none; 
  font-weight: bold;
}



