/* Trennlinie */
	hr{color:#95947F;}
	
/* Scrollbalken */
	body {
		scrollbar-track-color:#95947F;
		scrollbar-arrow-color:#FFFFC8;
		scrollbar-base-color:#95947F;
		scrollbar-shadow-color:#95947F;
		scrollbar-3dlight-color:#95947F;
		scrollbar-darkshadow-color:#000000
		}

/* Menülinks */
	A.menu:link {font-family: "Arial"; font-size: 12; color:#FFFFC8; text-align: left; text-decoration:none;}
	A.menu:visited {font-family: "Arial"; font-size: 12; color:#FFFFC8; text-align: left; text-decoration:none;}
	A.menu:active {text-decoration:none;color:#FFFFC8;}
	A.menu:hover {font-family: "Arial"; font-size: 12; color:#FFFFC8; text-align: left; text-decoration: underline;}

/* Format für Hyperlinks */
	a:link {font-family: "Arial"; font-size: 11; color:#000000; text-align: left; text-decoration:underline;}
	a:active{text-decoration:none;color:#000000;}
	a {font-family: "Arial"; font-size: 11; color:#000000; text-align: left; text-decoration:underline;}
	a:hover {font-family: "Arial"; font-size: 11; color:#000000; text-align: left; text-decoration:underline;}

/* Format für Überschriften */
h1 {font-family:Verdana, Arial;font-size:14px;font-weight:bold;}
h2,h3 {font-family:Verdana, Arial;font-size:13px;font-weight:bold;}
h4 {font-family:Verdana,Arial;font-size:11px;font-weight=bold;}

/* Hintergrundfarbe */
body{background-color:#95947F;}

/* Format für Text */
p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{font-family:Verdana,Arial;font-size:11px;color:#000000;}