/* Standart */

body
{

	background-image:url(../grafik/aufgang.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#FFB873;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#225987;
	
}

html
{
	scrollbar-base-color:#FFE7CF;
  	scrollbar-arrow-color:#FFE7CF;
  	scrollbar-darkshadow-color:#FFE7CF;
  	scrollbar-face-color:#296CA3;
  	scrollbar-shadow-color:#FFE7CF;
  	scrollbar-track-color:#FFE7CF;
  
  /*
	Erläuterung

	scrollbar-base-color = Basisfarbe der Scroll-Leiste
	scrollbar-3dlight-color = Farbe für 3D-Effekte
	scrollbar-arrow-color = Farbe für Verschiebepfeile
	scrollbar-darkshadow-color = Farbe für Schatten
	scrollbar-face-color = Farbe für Oberfläche
	scrollbar-highlight-color = Farbe für oberen und linken Rand
	scrollbar-shadow-color = Farbe für unteren und rechten Rand
	scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
*/
}


table 
{
	
	-moz-opacity: 0.85;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity: 0.85;
	
	background-color:#FFE7CF;
	border:10px solid #FFE7CF;
	
}


p
{
	padding-right:50px;
	text-align:justify;
}


.info /*Text zur Anfahrt unten*/
{
	border:1px solid #296CA3; background-color:#F0F4F7; padding:10px; margin:0px;
}