body {
/* for pull-down menu to work in IE6*/
behavior:url("csshover2.htc");
}


/* Auswahlmenü--------------------------------------------------------------------------------------*/
/* Menüdarstellung auf der linken Seite*/
.menu {
  list-style: none;
  float:left;
  margin-top: 155px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0px solid black;
  padding: 0px;
  width: 130px;
  background-color: transparent;
}

.menu li {
  margin: 0.2em;
}

.menu li a:link, .menu li a:visited {
  text-decoration: none;
  color: #000000;
  font: 10pt/1.0em arial;
  display: block;
  width: 100%;
  background-color: #808080;
  padding: 0.3em;
  border: 1px solid black;
  border-left-color: white;
  border-top-color: white;
  text-align: center;
}

.menu li a:hover {
  background-color: #FFFF00;
  color: #000000;
}

.menu a:hover, .menu span {
  text-decoration: none;
  color: #000000;
  font: 10pt/1.0em arial;
  display: block;
  width: 100%;
  background-color: #FCF7D1;
  padding: 0.3em;
  border: 1px solid black;
  border-left-color: white;
  border-top-color: white;
  text-align: center;
}


/* Seitendarstellung allgemein----------------------------------------------------------------------*/
/* Box oben Infotext*/
#boxobeninfo {
  float:left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 80px;
  margin-right: 0px;
  border: 0px;
  padding: 4px;
  height: 40px;
  font: 22pt arial;
  font-weight: bold;
  font-style: italic;
  color: #FFFF00;
  background-color: transparent;
}

/* Box oben Infotext*/
#boxobencounter {
  float:right;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  border: 0px;
  padding: 4px;
  font: 12pt arial;
  font-weight: bold;
  color: #FCF7D1;
  background-color: transparent;
}

/* Box Seitendarstellung*/
#boxseite {
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 25px;
  margin-right: 0px;
  border: 1px;
  padding: 4px;
  background-color: transparent;
}

/* Box Seitendarstellung Mittig*/
#boxseitecenter {
  text-align: center;
}


/* Kontaktformular----------------------------------------------------------------------------------*/
/* Für Eingabefelder die nicht im Kontaktformular angezeigt werden sollen*/
.nosee_kontakt {
display:none;
}

/* Textdarstellung für Fehlermeldungen bei Kontakt*/
.text_kontakt_fehler {
  display: block;
  text-align: center;
  font: 12pt arial;
  font-weight: bold;
  color: #E10000;
}

/* Textdarstellung für Link zurück bei Kontakt*/
.text_kontakt_link {
  display: block;
  text-align: center;
  font: 14pt arial;
  font-weight: bold;
  color: #333333;
}

/* Textdarstellung für Versendet bei Kontakt*/
.text_kontakt_versand {
  display: block;
  text-align: center;
  font: 14pt arial;
  font-weight: bold;
  color: #0000C6;
}

/* Textdarstellung für den Infotext neben den Eingabefeldern*/
.text_kontakt_info {
  display: block;
  font: 10pt arial;
  font-weight: bold;
  color: #000000;
}

/* Darstellung des Kontaktformulars*/
#box_kontakt {
  width: 550px;
  margin: auto;
  margin-top: 100px;
  padding: 10px;
  background-color: #C1C1C1;
}

/* Tabelle PHP--------------------------------------------------------------------------------------*/
/* Darstellung des Kontaktformulars*/
#box_php_tabelle {
  width: 98%;
  margin: auto;
  margin-top: 10px;
  padding: 2px;
  background-color: #86ABF4;
}

/* Textdarstellung für Überschrift Tabelle*/
.text_php_tabelle_ueberschrift {
  display: block;
  text-align: center;
  font: 12pt arial;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  background-color: #86ABF4;
}

/* Textdarstellung für Infos in der Tabelle*/
.text_php_tabelle_info {
  display: block;
  text-align: left;
  font: 10pt arial;
  font-weight: bold;
  color: #000000;
  background-color: #CEDDF9;
}

/* Textdarstellung für Ansehen in der Tabelle*/
.text_php_tabelle_ansehen {
  display: block;
  text-align: center;
  font: 10pt arial;
  font-weight: bold;
  text-decoration: none;
  color: #0000FE;
  background-color: #CEDDF9;
}

/* Textdarstellung für Download in der Tabelle*/
.text_php_tabelle_download {
  display: block;
  text-align: center;
  font: 10pt arial;
  font-weight: bold;
  text-decoration: none;
  color: #D72F22;
  background-color: #CEDDF9;
}

/* Textdarstellung für Download in der Tabelle*/
.text_php_tabelle_infotext {
  display: block;
  text-align: left;
  font: 10pt arial;
  font-weight: bold;
  text-decoration: none;
  color: #086C89;
  background-color: #CEDDF9;
}

