
/*--------------------------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	background-image:url(../img/pattern.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
}

/*--------------------------------------------------------------------------------------------*/

.titel {
	color:#FF3300;
	font-style: normal;
	font-weight: bold;
}
a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	text-decoration:underline;
}
a:hover {
	color:#FF3300;
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------*/

