/* DATEI: website.css */

body {	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
	color:#000000;
	font-family: Arial, sans-serif, normal;
	font-size:12pt;
	text-decoration: none;
	}

small 	{font-family: Arial, sans-serif, normal; font-size: 9pt; color:#000000;}
h1 	{font-family: Arial, sans-serif, normal; font-size: 12pt;
	font-weight: bold; color:#000000; margin-bottom:4px;}
em 	{color:#000000; text-decoration: none; font-style: normal;}

a:link { color:#de3021; text-decoration:underline; }
a:visited { color:#de3021; text-decoration:underline; }
a:active { color:#de3021; text-decoration:underline; }
a:hover { color:#6f1811; text-decoration:underline; }

