html, body {
  font-family: arial;
  font-size: 11px;
  line-height: 160%;
  color: #575E5F;
  background-color: #fff;
}

table,tr,td,p,div,a {
 line-height: 160%;
 color: #575E5F;
}

h1 {
 color: #08C0D5;
 font-size: 160%;
 margin: 0 0 -1px;
}

h2 {
 font-size: 120%;
}

a:hover {
 text-decoration: none;
}

.menue {
 color: #fff;
 font-size: 110%;
 height: 37px;
 font-weight: bold;
}

.menue1 {
 color: #5E5E5E;
 background: url(/images/menuebg_akt.jpg);
 font-size: 110%;
 height: 37px;
 font-weight: bold;
}

.menue a:link, .menue a:visited {
 color: #fff;
 text-decoration: none;
}

.menue a:hover {
 color: #fff;
 text-decoration: underline;
}

.footer {
 border-top: 1px dashed #575E5F;
 font-size: 70%;
}

.tabelle {
 padding: 5px;
 border-right: 1px #E4FFBA solid;
 line-height: 100%;
}

.row_hv {
 background-color: #F2F2F2;
}

.row_no {
 background-color: transparent;
}

form fieldset {
 padding: 20px;
}

/* FORM ***********************************/

form fieldset legend {
 color: #000;
 padding: 5px;
 font-weight: bold;
}

form fieldset input,
form fieldset select,
form fieldset textarea {
 font-size: 11px;
 margin: 0.1em;
 padding: 0.1em;
}

form fieldset#form label {
 float: left;
 width: 180px;
 text-align: left;
}

form fieldset#form input,
form fieldset#form select,
form fieldset#form textarea {
 width: 250px;
}
