BODY {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color:#333333;
   color: #CCCCCC; 
   font-style: normal; 
   font-size: 10pt; 
   line-height: 150%; 
}


H1,H2,H3,H4,H5 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #CCCCCC; 
}

H2 {
	text-align:left;
   font-size: 11pt;
   font-weight: bold;
    text-decoration: none;
	line-height:140%;
margin:0 0 0 0; /*um Abstände zu entfernen*/ 
}

/* General Fonts */
P,OL,UL,DIV {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin:0 0 0 0; /*um Abstände zu entfernen*/ 
   font-size: 10pt; 
   color: #CCCCCC; 
   line-height:140%;
   text-align:left 
}

/* In Text Hyperlinks */
a:link {
 color: #FFCC00;   /* WHQ yellow */
 text-decoration: underline;
}

a:visited {
 color: #FF9900; 
 text-decoration: underline;
}

a:hover {
 color: #FF9900; 
 text-decoration: underline;
}


.tableheader {
  color: #CCCCCC;
  font-weight: bold;
}

.db-table {
  font-family : Verdana, sans-serif;
  font-size : 10pt;
  margin-left:auto;
  margin-right:auto;
  vertical-align:top;
  padding: 0px;
}

.db-tr {
	background-color: #666666;	
	vertical-align:top;
	text-align:center;
}

.dbheader-tr {
	background-color: #666666;	
	vertical-align:top;
}

td {
  padding: 0px;
}


/* Formular-Felder */
input {
  display: block;
  float: left;
  width: 150px; /* Breite.*/
  color: #CCCCCC; 
  background-color:#333333; 
  border:1px dashed #CCCCCC;
}


