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