.text { font-weight:bold; font-size:100%; text-align: center }
.text_l { font-weight:bold; font-size:100%; text-align: left }
.text_g { font-weight:bold; font-size:90%; text-align: center }
.text_gl { font-weight:bold; font-size:90%; text-align: left }
.fett { font-weight:bold; font-size:175%; text-align: center }
.fett_l { font-weight:bold; font-size:175%; text-align: left }
.rot { font-weight:bold; font-size:175%; color:red; text-align: center }
.rotl { font-weight:bold; font-size:175%; color:red; text-align: left }
.gruenl { font-weight:bold; font-size:100%; color:green; text-align: left }
.blaur { font-weight:bold; font-size:100%; color:blue; text-align: right }
.blaul { font-weight:bold; font-size:100%; color:blue; text-align: left }

body {
	font-family: verdana,helvetica;
	color: #000000;
	background-color: #F2DBAC;
	font-size: 10px;
	font-weight:bold;
}
td { font-weight:bold; font-size:100%; color: #000000; text-align: left }
p { color: #000000; text-align: center }
input[readonly] {background-color: #DAAC73}
textarea[readonly] {background-color: #DAAC73}
button {background-color: #DAAC73; color: #3E1204}
select[disabled] {background-color: #DAAC73}
.hgblau {background-color: #3E1204 }
.hggelb {background-color: #F2DBAC }

.scrolldiv
 {
  position:absolute;
  left:270px; top:292px; width:700px; height:450px;
  overflow:auto;
  vertical-align:top;
  visibility:hidden;
 }

 .festdiv
 {
  position:absolute;
  left:270px; top:238px; width:700px; height:450px;
  overflow:auto;
  visibility:visible;
 }

.kopfdiv
 {
  position:absolute;
  left:270px; top:204px; width:600px; height:90px;
  overflow:hidden;
  visibility:hidden;
 }

.rssh2 {color: red;}
