body
{
	color: #000000;
	background: #ffffff;
	padding: 0;
	margin: 20px 20px 0px 20px;
	font: 10px verdana, sans-serif;
}

A
{
	color: #000000;
	font-family: verdana, arial, sans-serif;
}

A:link { color: #000000; }
A:visited { color: #000000; }
A:active { color: #000000; }

A:hover
{
	background-color: #eee;
	color: #000000;
	text-decoration: underline;
}



/*  MITTLERE SPALTE  */
.content
{
	color: #000000;
	background: #ffffff;
    font-size: 13px;
	padding: 10px 10px;

}

/* Servicelinks */
.smGreyText
{
	font-family: verdana,trebuchet,sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	background: #fff;
	border: 1px solid #B3DE9E;
}

.smGreyText a:link
{
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.smGreyText a:visited
{
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.smGreyText a:active
{
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.smGreyText a:hover
{
	color: #333333;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}