@charset "ISO-8859-1";

#logo
{
 position: absolute;
 top: 0px;
 left: 0px;

}
body
{
	background-image: url(grafik/bg.jpg);
         background-color:#9C1A1A;
         background-repeat: repeat-y;
         font-family: Courier;
         font-size: 11pt;
         color: #f1f1f1;


}
table
{
	font-family: Courier;
         font-size: 11pt;
	color: #f1f1f1;

}

#maintext
{
	position: absolute;
         top: 280px;
         left: 325px;
         width: 600px;
         font-size: 12pt;
}


h1
{
	font-size: 12pt;
}




img {border: 0px;}

a:link {color: #d7a7a7; }
a:hover {color: #6a6a6a; }
a:visited {color: #d7a7a7;}
a:active {color: #9c1a1a;}
a {text-decoration: none; font-weight: bold; font-size: 10pt;}