body {
background-color: #cccccc;
color: #333399;
font: 10pt verdana;
}

table {
background-color:#ffffff;
}

td 	{
	font-family: verdana;
	font-size: 10pt;
	color:#333333;		
	}

a:link		{
			text-decoration: none;
			color:#6699CC;
			}

a:visited	{
			text-decoration: none;
			color:#666666;
			}

a:hover 	{
			text-decoration: none;
			text-weight: bold;
			color:#003366;
			}

a:active	{
			text-decoration: none;
			text-weight: bold;
			color:#003366;
			}

h1			{
			font-family: verdana;
			font-weight: normal;
			font-size: 14pt;
			color:#999999;
			}

h2			{
			font-family: verdana;
			font-weight: bold;
			font-size: 12pt;
			color:#999999;
			}




.rechts {
		float:right;
		margin: 0px 0px 0px 10px;
		}

.links {
		float:left;
		margin: 0px 10px 0px 0px;
		}




