/* style sheets (*.css) */
/* 26. Dezember 2003 */
/* Author: Heimo Echensperger  */
/* echensperger@fedecrail.org   */

/* Vorgabe f?r die Textk?rper */
body  {
	background: #eaeaea; 
	margin-top: 10pt; 
	margin-bottom: 10pt;
	}

/* Vorgabe f?r die Schriftart */
p, h1, h2, h3, h4, h5, ul, ol, li, div, td, th,address, blockquote, nobr, b, i 
	{ 
	color:#ff9900; font-size:10pt; 
	font-family: Verdana, Arial, Calibri, Tahoma, SansSerif, "Copperplate Gothic Light", Helvetica; 
	}

/* Vorgabe f?r Listen */
ul	{
	margin: 15pt 0pt 0pt -20pt;
	}
li	{ 
	padding-top: 4pt; 
	list-style-type: none;
	}

/* Vorgabe f?r die Linkfarben */
a	{
	color:#007ac2; 
	font-style:normal; 
	font-weight:normal; 
	text-decoration:none; margin:0 
	}
a:active   { color:orange}
a:visited 	{ color:#007ac2 }
a:hover 	{ color:orange ; font-weight: bold; }