/**
 * Style sheet Startseite
 */
body
{
	background-color:#ffffff;
	font-family:Arial;
	font-size:10pt;
	color:#656668;
	letter-spacing: 1px;
	behavior:url("tl_files/csshover.htc");
}

#wrapper
{
	margin-top:10px;
}

#startlinks
{
	left:600px;
	top:90px;
	position:absolute;
	text-align:right;
}

a
{
	font-family:Verdana;
	text-decoration:none;
	font-size:11pt;
	color:#ffffff;
	line-height:25px;
}

a:hover
{
	color:#999999;
}

