* {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
body {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 9pt;
	color: #000000;
	background-color: #6699FF;
	/* text-align: center; */
} 
h1 {
	font-size: 18pt;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 13px;
}
h2 {
	font-size: 18pt;
	color: #000000;
}
a:link { 
  /* font-size: 9pt;  */
  color: #0066ff; 
  text-decoration: underline; 
} 
a:visited { 
  /* font-size: 9pt;  */
  color: #0066ff; 
  text-decoration: underline; 
} 
a:hover { 
  /* font-size: 9pt;  */
  color: #0066ff; 
  text-decoration: underline overline; 
} 
a:active { 
  /* font-size: 9pt;  */
  color: #0066ff; 
  text-decoration: underline overline; 
}
.hinweis {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-style: normal;
}
.select {
  background-color: #CCCCCC; 
  border: 1px solid #000000; 
  font-size: x-small; 
  color: #000000; 
}
.button { 
  background-color: #CCCCCC; 
  border: 1px solid #000000; 
  font-size: x-small; 
  color: #000000; 
}
.desc {
  position:absolute;
  left:5px;
  top:5px;
  width:500px;
  height:10px;
  z-index:-1;
  background-color: #6699FF;
  color: #6699FF;
  font-size: 1px;
  overflow: hidden;
  visibility: hidden;
}
