@charset "UTF-8";
body {
	
	color: #777777;
	font: 13px/17px "Courier New", Courier, mono; 
	background-color: #ccc; 
	background-image: url(rauschen.gif);
	background-attachment: fixed;
}



div#header {

/*margin-left:45px;

margin-top:55px;*/
	position: fixed;
	top: 47px;
	left: 50px;

}

div#infobox {

/*margin-left:45px;

margin-top:55px;*/
	position: fixed;
	top: 110px;
	left: 50px;
	
	width: 202px;

background-color: #fdecf3;
padding: 10px;

}

img {
border: 0px;	
}


a:link {
	font-family: "Courier New", Courier, mono;
	color: #888888;
	text-decoration: none;
	font-style: normal;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	color: #888888;
	text-decoration: none;
	font-style: normal;
}
a:active {
	font-family: "Courier New", Courier, mono;
	color: #888888;
	text-decoration: none;
	font-style: normal;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	color: #888888;
	text-decoration: underline;
	font-style: normal;
}

