html, body {
  margin:0;
}


BODY    {
	color: #c38f5c;
	font-style: normal;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #500707;
	padding: 0;
	border: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

#flashpos {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px; /* negative Hälfte von width:400px */
	top: 50%;
	height: 570px;
	margin-top: -285px; /* negative Hälfte von height:150px */
}

p  {
	color: #c38f5c;
	font-style: normal;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


a:active  {
	color: #c38f5c;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

a:link   {
	color: #c38f5c;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
 
a:visited  {
	color: #c38f5c;
	font-size: small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
h1     {
	color: Black;
	font-size: 14px;
	font-family: Verdana;
}
.rahmen    {
	border: 1px outset #727272;
}
.rahmen1 { border: ridge thick gray }
.liste   { color: #FFFFFF; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

