/*Einstellungen des Fensters*/
body {
 background-color:#E7D794;
 margin:0px;
 padding:0px;
}

/*Unsichtbare Tabelle*/
table.hidden {
 border-collapse: collapse;
 border-spacing: none;
 border-width: 0px;
 border-style: hidden;
}

/*Unsichtbare Zelle*/
table.hidden td {
 padding: 0px;
}

/* nur fuer Opera */
@media screen and (min-width: 0px){
.operamaintable { width:756px; }
}

/* INHALT */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

td#Inhalt {

 /* Äußeres Erscheinungsbild des Inhaltsbereichs*/

 background-color: white;
 border-style: solid;
 border-width: 1px;
 border-color: #474747;
 padding: 15px;
 padding-bottom:5px;

 /* Grundlegende Gestaltung/Formatierung */

 vertical-align: top;
 text-align:left;
 font-family: Verdana;
 font-size: 10pt;
 line-height: 13pt;

}

/*Überschriften h1-h4*/
td#Inhalt h1 {
 font-size:16pt;
}

td#Inhalt h2 {
 font-size:13pt;
}

td#Inhalt h3 {
 font-size:12pt;
}

td#Inhalt h4 {
 font-size:10pt;
}

/*Links*/
td#Inhalt a {
 color: black;
}

td#Inhalt a:hover {
 color: black;
 text-decoration: none;
}

td#Inhalt a:visited {
 color: #696969;
}

td#Inhalt a:active {
 color: #696969;
}

td#Inhalt code {
 display: block;
 background-color: #E6E6E6;
 padding:3px;
 white-space:pre;
}

/*Tabelle für Formular*/
td#Inhalt table.Formular {
 width:100%;
 background-color: #E6E6E6;
}

td#Inhalt table.Formular td {
 padding: 5px;
}

.input {

}

td#Inhalt table.showobj td{
  font-size: 11px;
  padding:3px;
}

td#Inhalt div.formerror {
 color: #FF0000;
 font-size: 10px;
 font-weight: bold;
}



/* INFORMATIONSSPALTE */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

/* Allgemeine Formatierung aller Infoboxen (gesamte Zelle)*/
td#Info {

 vertical-align:top;
 text-align:left;
 font-family: Verdana;
 font-size: 10pt;
 line-height: 13pt;

}

/*Infobox-Tabelle*/
td#Info table.Infobox {

 width:245px;
 margin:10px;

}

/*Infobox Überschriftszeile*/
td#Info table.Infobox th {

 vertical-align: top;
 text-align:left;
 padding: 1px;
 font-size: 10pt;
 font-family: Verdana;

}

/*Infobox Inhaltszelle*/
td#Info table.Infobox td {

 height: 50px;
 vertical-align: top;
 padding: 5px;
 font-size: 10pt;
 font-family: Verdana;
 background-color: #F3EBCA;
 border-style: dashed;
 border-width: 1px;
 border-color: #9C9164;

}

/*Links*/
td#Info table.Infobox a:link {
 color:blue;
}
td#Info table.Infobox a:visited {
 color:blue;
}
td#Info table.Infobox a:active {
 color:blue;
}
td#Info table.Infobox a:hover {
 color:blue;
 text-decoration:none;
}

/*Listen*/
td#Info table.Infobox ol {
 margin-left: 22px;
}
td#Info table.Infobox li {
 padding-bottom: 8px;
}



/* NAVIGATION */
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/

/*Liste*/
ul#Navigation {
  font-size: 0.91em;
  float: left; width: 100%;
  margin: 0; padding: 0;
}
/*Button*/
ul#Navigation li {
  list-style: none;
  margin: 0;
  padding: 0.2em;
  font-size: 9pt;
  font-family: Verdana;
  text-decoration:none;
}
/* Trennlinie */
ul#Navigation li.Trennlinie {
  font-size: 8pt;
  font-family: Verdana;
  text-decoration:none;
  text-align:center;
  padding-bottom:5px;
}
/* Links */
ul#Navigation a.Button {
  display: block;
  padding: 3px;
  text-decoration:none;
  border-style: solid;
  border-width: 1px;
  border-color: #474747;
}
ul#Navigation a.Button:link {
  color: black;
}
ul#Navigation a.Button:visited {
  color: black;
}
ul#Navigation a.Button:hover {
  color: white; background-color: #474747;
}
ul#Navigation a.Button:active {
  color: white; background-color: #474747;
}


