@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
	
.peheader 
{
  font-size: 20px; 
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.ok {
	color: #009900;
}
.error {
	color: #ff0000;
}
td {
  font-size: 13px;
}
th {
  text-decoration:none;
  font-size: 13px;
}
a {
  text-decoration:none;;
  font-size: 13px;
}
a.headLink:hover {
	color: #ffffff; 
}
a.headLink:visited {
	color: #ffffff; 
}
a.headLink:link {
	color: #ffffff; 
}