/* selbst definierte Tags */

.menu
{ font-size:12px;
}

.menukopf
{ font-size:12px;
  font-weight:bold;
  color: #FFFFFF;
  text-decoration: none;
}

.success
{ color: #005A46;
  font-weight: bold;
}

.error
{ color: #FF0000;
  font-weight: bold;
}
.grau
{ background-color: #eeeeee
}

.gruen
{ background-color: #177665;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}

.adresskopf
{ font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none
}

/* feste Tags */

h1
{ font-size: 24px;
  font-family: Arial,Helvetica,sans-serif;
}

h2
{ font-size: 20px;
  font-family: Arial,Helvetica,sans-serif;
}

h3
{ font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
}

h4
{ font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
}

form
{ display:inline;
}

p,ul,ol,dl,dd,dt,li,div,td,th,address,blockquote,nobr,strong,em,b,i
{ font-size: 13px;
  font-family: Arial,Helvetica,sans-serif;
}

html
{ height: 100%;
}

body
{ margin: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin: 0px; 
  /*background-color: #960c33;*/
  background-color: #f9e771;
  color: #000000;
  height: 100%;
}

a:link
{ font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a:visited
{ font-weight: bold;
  color: #000000;
  text-decoration: none;
}

a:hover
{ font-weight: bold;
  color: #71d9fb;
  text-decoration: none;
}

a:active
{ font-weight: bold;
  color: #000000;
  text-decoration: none;
}

/* selbst definierte Tags von telm*/

.tablehead {color:#FFFFFF;background-color:#177665;font-weight:bold;text-align:center;white-space:nowrap;}
.tablehead2 {color:#FFFFFF;background-color:#177665;font-weight:bold;text-align:left;white-space:nowrap;}
/* .tablebody {color:#177665;background-color:#7FACA2;font-weight:bold;text-align:center;white-space:nowrap;}*/
.tablebody {color:#177665;background-color:#A4D3C1;font-weight:bold;text-align:center;white-space:nowrap;}
.inhalt {color:#177665;background-color:#A4D3C1;font-weight:bold;text-align:left;vertical-align:top;white-space:nowrap;}

.tablehead_wrap {color:#FFFFFF;background-color:#177665;font-weight:bold;text-align:center;}
.tablehead2_wrap {color:#FFFFFF;background-color:#177665;font-weight:bold;text-align:left;}
.tablebody_wrap {color:#177665;background-color:#A4D3C1;font-weight:bold;text-align:center;}
.inhalt_wrap {color:#177665;background-color:#A4D3C1;font-weight:bold;text-align:left;vertical-align:top;}