
/* schriftstil,abstände */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #8D8583;
	background-color:#F0F0F0;
	font-family: trebuchet ms, verdana, arial;
	font-size: 9pt;
}

table,tr,td
{
	color: #8D8583;
	font-family: trebuchet ms, verdana, arial;
	font-size: 9pt
}

/* scrolleiste internet explorer ab vers.5.5 */

body
{
	scrollbar-arrow-color: #815630;
	scrollbar-base-color: #000000;
	scrollbar-highlight-color:#6F6F6F;
	scrollbar-shadow-color:#6F6F6F;
	scrollbar-track-color: #2F2F2F;
}


/* allgemeine links im text */

a:link
{
	color: #FAA61A;
	text-decoration:none;
	font-family: trebuchet ms, verdana, arial;
	font-size: 9pt;
}

a:visited
{
	color:#FAA61A;
	text-decoration:none;
	font-family: trebuchet ms, verdana, arial;
	font-size: 9pt;
}

a:active
{
	color:#FAA61A;
	text-decoration:none;
	font-family: trebuchet ms, verdana, arial;
	font-size: 9pt;
}

a:hover
{
	color: #F5C472;
	text-decoration:none;
	font-family: trebuchet ms, verdana, arial;
	font-size: 9pt;
}
