body
{
	padding: 0px;
	margin: 0px;
}

h1
{
	color: black;
	font-size: 24px;
}

h2
{
	color: black;
	font-size: 18px;
	line-height: 20px;
}

h3
{
	color: black;
	font-size: 14px;
	font-family: Verdana, sans-serif;
}

p
{
	color: black;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, sans-serif;
}

td
{
	color: black; 
	font-size: 10pt;
	line-height: 12pt; 
	font-family: Verdana, sans-serif;
}

td.header
{
	background-image:url(img/header_back.gif);
	background-repeat: no-repeat;
	color: black; 
	font-size: 14pt;
	font-family: Verdana, sans-serif;
	font-weight:bold;
	padding-right:20px;
	text-align:right;
	vertical-align:middle;
}

.smaller
{
	color: black;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
}

.Linktext
{
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	padding-right:10px;
	text-align:right;
	vertical-align:top;
}

a.Link
{
	color:	green;
	font-size: 10pt;
	line-height:14pt;
	font-weight:bold;
	text-decoration: none;
}

a.Impressum
{
	color:	#aaaaaa;
	text-decoration: none;
}

a:active
{
}

a.Link:visited
{
	color:	#990000;
	font-size: 10pt;
	line-height:14pt;
	font-weight:bold;
	text-decoration: none;
}

a.Impressum:visited
{
	color:	#aaaaaa;
	text-decoration: none;
}

a.Link:hover
{
	background: green;
	color:	yellow;
	font-size: 10pt;
	line-height:14pt;
	font-weight:bold;
	text-decoration: none;
}

a.Impressum:hover
{
	color:	black;
	text-decoration: none;
}