/* -------------- body configuration -------------------------------------------------------------------------------- */
body
  {
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  font-family:Arial,Helvetica,Verdana;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
	font-stretch:normal;
  word-spacing:normal;
  letter-spacing:normal;
  text-decoration:none;
  text-transform:none;
  color:#ffffff;
  font-size:9pt;
  #background-color:#a67847;
  background-color:#6f5030;
  border:none;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- main content text --------------------------------------------------------------------------------- */
#content 
  {
  font-size:9pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 1 ---------------------------------------------------------------------------------------- */
h1
  {
  color:#ffffff;
  font-size:14pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 2 ---------------------------------------------------------------------------------------- */
h2 {
   color:#ffffff;
   font-size:10pt;
   }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- alert --------------------------------------------------------------------------------------------- */
#alert 
  {
  color:#ff0000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- unvisited links ----------------------------------------------------------------------------------- */
a:link 
  {
  text-decoration:none;
  font-size:9pt;
  color:#848484;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- visited links ------------------------------------------------------------------------------------- */
a:visited 
  {
  text-decoration:none;
  font-size:9pt;
  color:#848484;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- active links -------------------------------------------------------------------------------------- */
a:active 
  {
  text-decoration:none;
  font-size:9pt;
  color:#ffffff;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- hover effekt -------------------------------------------------------------------------------------- */
a:hover 
  {
  text-decoration:none;
  font-size:9pt;
  color:#ffffff;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- formular fields ----------------------------------------------------------------------------------- */
#formfield 
  {
 	border-color:#000000;
  border-style:solid;
  border-width:1px;
  background-color:#ffffff;
  font-size:9pt;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- not filled formular fields ------------------------------------------------------------------------ */
#nf_formfield 
  {
 	border-color:#ff0000;
  border-style:solid;
  border-width:1px;
  background-color:#ffe1c2;
  font-size:9pt;
  color:#ff0000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- content headline ---------------------------------------------------------------------------------- */
#headcnt 
  {
  font-size:9pt;
  font-weight:bold;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- main menue link ----------------------------------------------------------------------------------- */
.navlink:link
  {
  font-size:18pt;
  font-weight:normal;
  color:#848484;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- main menue link ----------------------------------------------------------------------------------- */
.navlink:hover
  {
  font-size:14pt;
  font-weight:normal;
  color:#ffffff;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- main menue link ----------------------------------------------------------------------------------- */
.navlink:active
  {
  font-size:14pt;
  font-weight:normal;
  color:#ffffff;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- content headline 2 -------------------------------------------------------------------------------- */
#headcnt2 
  {
  font-size:9pt;
  font-weight:bold;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- style fuer navi tabelle --------------------------------------------------------------------------- */
#navitbl
  {
  border-width:1px;
  border-top-style:solid;
  border-top-color:#000000;
  border-right-style:solid;
  border-right-color:#000000;
  border-bottom-style:none;
  border-bottom-color:#000000;
  border-left-style:solid;
  border-left-color:#a67847;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
