body
{
	background-image: url(./img/wir-ueber-uns.jpg);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}
table
{
	font-size: 8pt;
	line-height: 16px;
}
.gray
{
	background-color: #cccccc;
}
.download
{
	cursor: hand;
	background-color: #eeffcc;
}
.over
{
	cursor: hand;
	background-color: #99cc66;
}
u
{
	font-size: 9pt;
	text-decoration: underline;
}
.headline
{
	font-family: Tahoma,Verdana;
	font-size: 9pt;
	line-height: 18px;
	font-weight: bold;
}
.caption
{
	font-family: Tahoma,Verdana;
	font-size: 7pt;
	line-height: 14px;
}
a.heading:link, a.heading:visited
{
	font-size: 9pt;
	color: black; 
	text-decoration: underline;
}
a.heading:hover
{
	font-size: 9pt;
	color: #6699cc; 
	text-decoration: underline;
}
a.more:link, a.more:visited
{
	color: gray; 
	text-decoration: underline;
}
a.more:hover
{
	color: #6699cc; 
	text-decoration: underline;
}
a.download:link, a.download:visited
{
	color: black;
	background-color: #eeffcc;
}
a.download:hover
{
	color: black;
	background-color: #99cc66;
}
a.downloadDark:link, a.downloadDark:visited
{
	color: black;
	background-color: #eeffcc;
}
a.downloadDark:hover
{
	color: black;
	background-color: #507080;
}
a:link, a:visited
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: gray;
	text-decoration: none;
}

