body{ 
  font-family: Verdana, sans-serif; 
  font-size: 11px;
  color: black;
  margin: 0;
  padding: 0;
  background: #F1F1F1;
  scrollbar-base-color: #ffffff;
  scrollbar-3dlight-color: #acc1d2;
  scrollbar-arrow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-face-color: #acc1d2;
  scrollbar-shadow-color: #909090;
}

/* Positionierung der Seitenelemente -- START */

/* Kopfzeile */
#header {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  background: #F3F3F3;
  padding-left: 0.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}

#navigation{
  position: absolute;
  top: 120px;
  left: 5px; 
  background: #FFFFFF; 
  border: 1px solid #ACACAC;
} 

#mainarea{ 
  position: absolute;
  top: 120px;
  left: 160px;
  width: 700px;
  min-height: 500px; 
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  padding-left: 0.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
} 

#help{ 
  position: absolute;
  top: 120px;
  left: 890px;
  width: 400px;
  min-height: 500px; 
  background: #FFFFFF;
  border: 1px solid #ACACAC;
  padding-left: 0.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
} 

/* Positionierung der Seitenelemente -- ENDE */

/* Kopfbereich START */

/* Logo formatieren */
#header img{
  padding-top: 10px;
}

/* Informationen ueber den angemeldeten Benutzer */
#header ul {  
  list-style: none;
}

/* Kopfbereich ENDE */

/* Navigationsbereich START */

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li { 
  margin-left: 5px;
  margin-right: 5px;
}

/* Links einfaerben */
#navigation a { 
  display: block; 
  color: #D43327;
  background-color: #FFFFFF;
  width: 9em;
  padding: 3px 12px 3px 8px;
  text-decoration: none;
  border-bottom: 1px dotted #ACACAC;
  font-weight: bold;
}

#navigation a:hover {
  background-color: #D43327;
  color: #FFFFFF;
}

/* Eintraege in den Submenues */
#navigation li li a {
  display: block;
  color: #D43327;
  background-color: #FFFFFF;
  width: 9em;
  padding: 3px 3px 3px 17px;
  text-decoration: none;
  border-bottom: 1px dotted #ACACAC;
  font-weight: normal;
  font-size: 11px;
}


/* Navigationsbereich ENDE */

/* Definition fuer die Darstellung von Links START */
a:link{
  text-decoration:underline;
  color: #D43327; 
}

a:visited{
  text-decoration:underline;
  color: #D43327;
}

a:hover{
  text-decoration:none;
  color: #D43327;
}

a:active{
  text-decoration:underline;
  color: #D43327;
}

/* Definition fuer die Darstellung von Links ENDE */

/* Definition fuer Formulare  START */

/* Submit-Button rot mit weisser Schrift - nicht IE */

input[type=submit] {
  background-color: #FFFFFF;
  border: 1px solid #949494;
  color: #D43327;
  font-weight: bold;
  font-size: 11px;
}

input[type=reset] {
  background-color: #FFFFFF;
  border: 1px solid #949494;
  color: #D43327;
  font-weight: bold;
  font-size: 11px;
}

input[type=button].history {
  background-color: #FFFFFF;
  border: 0px;
  color: #D43320;
  font-weight: normal;
  font-size: 9px;
}

input.button {
  background-color: #FFFFFF;
  border: 1px solid #949494;
  color: #D43327;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}


input.reset {
  background-color: #FFFFFF;
  border: 1px solid #949494;
  color: #D43327;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

input.text {
	border-color: #ACACAC;
	border-width: 1px;
	font-size:11px;
}


select {
  border-color: #ACACAC;
  border-width: 1px;
  font-size:11px;
}

textarea {
  border-color: #ACACAC;
  border-width: 1px;
  font-size:11px;
}

/* Definition fuer Formulare  ENDE */

/* Definition fuer Dokumentation START */

*.mailvalues{ 
  margin-left: 5%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid black;
}

*.mailvalues td{ 
  color: #3a3a3a;
  background-color:#FFFFFF;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid black;
  padding: 3px;
  font-size: 11px;
}

*.mailvalues th{ 
  color: #000000;
  background-color:#b7b7b7;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid black;
  padding: 3px;
  font-size: 12px;
}

pre.code { 
  font-family:"Courier New",Courier,monospace; 
  text-align: left;
  font-size:12px; 
  color: black; 
  background-color:#eee; 
  border:1px solid black; 
  padding: 5px; 
  margin-left: 10%;
  width:80%;
  white-space:pre; 
}

/* Definition fuer Dokumentation ENDE */


