/* Angaben des <body>-Tags */
body      { background: #ccddcc;
               color: black;
               margin: 0px;
               padding: 0px; }
  
   a:link    { font-family: arial, helvetica;
   		color: navy; }
   a:visited { font-family: arial, helvetica;
   		color: navy; }
   a:active  { font-family: arial, helvetica;
   		color: red; }
   a:hover  { font-family: arial, helvetica;
   		color: red; }       

   a.white:link    { font-family: arial, helvetica;
   		color: #FFFF7B; }
   a.white:visited { font-family: arial, helvetica;
   		color: #FFFF7B; }
   a.white:active  { font-family: arial, helvetica;
   		color: #FFFF7B; }

               
table.main {
	background: #FFFFFF;
}
td.green {
	background: #489CB6;
}

td.white {
	background: #FFFFFF;
}

td.blacknormal {
	font-family: arial, helvetica;
	font-size: 10pt;
}

td.blackfett {
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: 600;
}

td.whitenormal {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: white;
}

span.whitenormal {
	font-family: arial, helvetica;
	font-size: 10pt;
	color: white;
}


span.whitefett {
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: 600;
	color: white;
}
span.blackfett {
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: 600;
}
span.impressum  {
	font-family: arial, helvetica;
	font-size: 10pt;
}

h2.impressum {
	font-family: arial, helvetica;
	font-size: 10pt;
	font-weight: 600;
	margin-bottom: 0px;
}
