BODY {	SCROLLBAR-FACE-COLOR: #C3BFB4;
	SCROLLBAR-HIGHLIGHT-COLOR: #D3E1FC;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR:  #FF6600;
	SCROLLBAR-TRACK-COLOR: #808080;
	SCROLLBAR-DARKSHADOW-COLOR: #666666;
	
	background-image:url('bg.gif');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: left bottom;
	}
	
.text {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: justify;
	}
	
.textw {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
	}
	
A {
	color: #000000;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

.bild {
	border: 1px solid #FF6600
}