body {
   background-image:     url(bilder/hintergrund.jpg);
   background-position:  -260px +0px;
   background-attachment: fixed;
   color:                 #33CCFF;
	width:	180px;	
}
                       
a:link {
   color:           #CC3300;
   text-decoration: none;
}

a:visited {
   color:           #FF9900;
   text-decoration: none;
}

a:hover {
   color:           #FFFFFF;
   text-decoration: none;
}

hr {
   color: #FF9900;
}

img {
	border: 0;
}