body {
	background-color: #999999;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	}

a:link {
	color: #0000FF;
	text-decoration: none;
	}

a:visited{
	color: #0000FF;
	text-decoration: none;
	}

a:hover {
	color: #0000FF;
	text-decoration: underline;
	}
	
.text-gross {
	font-family: Verdana;
	line-height:1.4em;
	font-size:  12px;
	}

.text-klein {
	font-family: Verdana;
	line-height:1.4em;
	font-size:  10px;
	}
	
.ueberschrift-gross {
	font-family: Verdana;
	line-height:1.4em;
	font-size:  11pt;
	}
	
div#ladebalken {
  width:       			150px;
  border:        		1px solid #000;
  background:       	#c0c0c0;
  height:        		12px;
}
div#ladebalken p {
  height:        		12px;
  display:       		block;
  background:        	#0f0;
  margin:        		0px;
}
div#ladebalken span {
  position:        		absolute;
  margin:        		0px 0px 0px 65px;
}