body {

	background-color:#ffffff;
	scrollbar-base-color:#C77D56;
	scrollbar-3dlight-color:#F4E2D8;
  	scrollbar-arrow-color:#000000;
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-face-color:#C77D56;
  	scrollbar-highlight-color:#F4E2D8;
  	scrollbar-shadow-color:#000000;
  	scrollbar-track-color:#E5C3B1;
	font-family: Arial;
	font-size: 12px;
}



h2 {
	font-size: 14px;
	font-weight:bold;
}


.braun { 
	color: #C77D56;
} 



.klein { 
	font-size: 10px;
}


td {
	font-size: 12px;
}



td.weiss {
	font-size: 12px;
	color: #E3BFAC;
}


.weiss {
	font-size: 12px;
	font-weight: bold; 
	color: #ffffff;
}


a, a:visited, a:link {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}


a:active, a:hover, a:visited:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #C77D56;
}


a.weiss, a.weiss:link, a.weiss:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}


a.weiss:active, a.weiss:hover, a.weiss:visited:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}


div.img_hinweis {
	position:absolute;
	left:0;
	top:480px;
	width:470px;
	padding:10px;
	padding-right:20px;
	color:#ffffff;
	font-weight:bold;
	background-color:#C77D56;
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; // first!
	filter: alpha(opacity=70);
	text-align:right;
}


