
body {
	background-color: #ffffff;
}

p {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}


b.zwirot {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: #ff0000;

}


b.rot {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	color: #ff0000;

}

.alert{
	background:inherit;
	color: Red;	
}

/* Header */
h2 {
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	color: #ff0000;

}



/* Table-Definitionen */

td {
	background-color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
}

td.dunkelgrau {
	background-color: #666666;
	color: #ffffff;
}

td.hellgrau {
	background-color: #cccccc;
}

td.rot {
	background-color: #ff0000;
}

td.weiss {
	background-color: #ffffff;
}

/* Link-Definitionen */

a.dunkelgrau:link {
	color: #ffffff;
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

a.dunkelgrau:hover {
	color: #ff0000;
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: bold;
}

a.dunkelgrau:visited {
	color: #eeeeee;
	font-family: verdana,arial,helvetica;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}

a:link  {
  	color : #000000;
	font-weight : bold;
	text-decoration: none;
}
		  
a:visited {
	color : #565555;
	font-weight : bold;
	text-decoration: none;
}	  
		  
a:hover  {
	color : #ff0000;
	font-weight : bold;
	text-decoration: underline;	
}

