body { 
  background-image: url("images/hintergrund2.gif");
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom left;
  margin-top: 0px;
  margin-bottom:20px;
  margin-left:40px;
  margin-right: 20px;
  font-family: arial, verdana, helvetica;
  color: #000000;
}

h1 { font-size:16pt; margin-top:30px; margin-bottom:20px; text-align: center; }
h2 { font-size:14pt; text-align: center;}
h3 { font-size:12pt; text-align: center; }

p,ul,ol,li,div,td,th,address,nobr,b,i,input,textarea,br,select { font-size:10pt; }


a:link,a:visited,a:active,a:hover {
  text-decoration: underline;
  color:#000000;
}

a.navi:link,a.navi:visited,a.navi:active {
   text-decoration:none;
   color:#00000;
}

a.navi:hover {
  text-decoration:underline;
  color:#000000;
}

/*###########################################################
# Text allgemein 
#*/
.mini {
 font-size: 8pt;
}

/*###########################################################
# Klappfelder
#*/

.klappfeld {
 font-family: Arial, verdana, Helvetica;
 font-size: 10pt;
 color: #000000;
 border: 1px solid #000000;
 width: 140px;
 height: 20px;
 background-color: #FFFFFF;
}

/*###########################################################
# Bilder
#*/

img.bilder {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/*###########################################################
# Knöpfe
#*/

.knopf {
 font-size: 9pt;
 color: #000000;
 border: 1px solid #000000;
 margin: 5px;
 width: 140px;
 height: 20px;
}

.knopfkurz {
 font-size: 9pt;
 color: #000000;
 border: 1px solid #000000;
 width: 70px;
 height: 20px;
}

/*###########################################################
# Textfelder
#*/

/* Sehr kurzes Textfeld (3 Zeichen) */
.textfeldsehrkurz {
  font-size: 9pt;
  color: #000000;
  border: 1px solid #a0303f;
  width: 25px;
  height: 18px;
  background-color: #FFFFFF;
}

/* Kurzes Textfeld (7 Zeichen) */
.textfeldkurz {
  font-size: 9pt;
  color: #000000;
  border: 1px solid #a0303f;
  width: 60px;
  height: 18px;
  background-color: #FFFFFF;
}

/* Textfeld (20 Zeichen) */
.textfeld {
  font-size: 9pt;
  color: #000000;
  border: 1px solid #a0303f;
  width: 120px;
  height: 18px;
  background-color: #FFFFFF;
}

.textfeldlang {
 font-size: 9pt;
 color: #000000;
 border: 1px solid #a0303f;
 width: 300px;
 height: 18px;
 background-color: #FFFFFF;
}

/* Textfeld (20 Zeichen) */
.uploadfeld {
  font-size: 9pt;
  color: #000000;
  border: 1px solid #a0303f;
  width: 250px;
  height: 18px;
  background-color: #FFFFFF;
}

/*###########################################################
# Textareas
# */

.textarea {
 font-family: Arial, verdana, Helvetica;
 font-size: 8pt;
 color: #000000;
 width: 480px;
 height: 500px;
 border: 1px solid #000000;
 margin: 2px;
 background-color: #FFFFFF;
}

/*###########################################################
# Tabellen
# */

/* Zieht eine farbigen Rahmen, Tabelle beliebiger Breite */
table.box {
  border: 1px solid #a0303f;
  margin: 10px;
  border-spacing: 5px;
}

/* Zieht eine farbigen Rahmen, Tabelle fester Breite */
table.boxfix {
  border-top: 1px solid #a0303f;
  border-bottom: 1px solid #a0303f;
  margin: 2px;
  border-spacing: 5px;
  width: 180px;
}

td.box {
  border: 1px solid #a0303f;
  margin: 15px;
  border-spacing: 5px;
}

table.liste {
  background-color: #ffffff;
  border: 1px solid #000033;
  margin: 15px;
  border-spacing:0px; 
}

table.fix {
  background-color: #ffffff;
  border: 1px solid #000033;
  margin: 15px;
  width: 400px;
  border-spacing:0px; 
}

table.listing {
  font-size: 9pt;
  margin: 2px;
}

th.headline {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10px;
  padding: 5px;
  border-bottom: 1px solid #000033;
  border-collapse: collapse;
}

table.navi {
  padding: 5px;
}

td.navititel {
  background-color: #eb8b18;
  font-weight: bold;
  font-size: 8pt;
  padding-left: 10px;
  padding-right: 10px;
}

td.navitext {
  font-size: 8pt;
  padding-left: 10px;
}

