body {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	width: 959px; 
	border: 1px solid rgb(0,0,0);
	position: relative;
}

img.logo {
	padding-right: 20px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #990000;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.TextVerdana10pxfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
/*hier die formatierung der links fuer die navigation*/
a:link	{text-decoration: none;
	color : #FFFFFF;
	
}
a:visited	{text-decoration: none;
	color: #CCCCCC;
}

a:hover	{text-decoration: none;
	color : #FF9999;
}

a:active	{text-decoration: none;
	color : #FF9999;
}

.Stil1 {color: #000000}

/*hier die formatierung der links, wenn sie in einen Absatz geklammert sind*/
p a:link {
	color: #990000;
	text-decoration : none;
}

p a:visited	{
	color: #FF3300;
	text-decoration : none;
}
p a:hover	{
	color: #FF6600;
	text-decoration : none;
}
p a:active	{
	color : #333300;
	text-decoration : none;
}

