
BODY.main {
	background-color:black;
	background-image:url(images/hinter6.jpg);
	background-position:left top;
	background-attachment:scroll;
	background-repeat:repeat-x;
	color:rgb(206,0,0);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

DIV.hoell {
	position:absolute;
	
	}

H5.main {
	text-align:center;
          	font-weight:800;
          	color:maroon;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
         }

P.rrlink   {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {
	color: rgb(0,64,0);
	text-decoration: none;
}

A:visited {
	color: rgb(0,64,0);
	text-decoration: none;
}

A:hover {
	color: red;
}

A:active {
	color: red;
	text-decoration: none;
}

