/* Kopf der Seite - Bild */
body {
	font-family				: Verdana, Arial, sans-serif;
	margin					: 10px;
	padding					: 0px;
	font-size				: 0.8em; 
	line-height				: 140%;
	color					: white;
	background-image		: url(waybkgnd.gif);
scrollbar-face-color: #666666; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: #cccccc; 
scrollbar-3dlight-color: white; 
scrollbar-arrow-color: black; 
scrollbar-track-color: #cccccc; 
scrollbar-darkshadow-color: black; 
scrollbar-base-color: black; 
}

a { 
	text-decoration			: none;
	color					: #eeeecc;
}
a:link       {color:#cc6600}
a:visited    {color:#3399cc}
a:hover      {
	color:#ffffff;
	background-color:#cc0033;
	text-decoration: none;
	border: none;
	cursor: hand;
	filter: Invert;
   
fieldset {
	margin					: 10px 10px 10px 10px;
}
	
div#menu {
	border					: none;
	margin-bottom			: 50px;
	font-weight				: bold;
}

/* Block der den Menuhead und die einzelnen Links einschliesst */
a.menublock { 
	display					: block;  /* wichtig - sonst geht width net */
 	top						: 150px;
	height					: 400px;
	width					: 250px;
	border					: solid 0.5px white;
}
/* Ein Link im Menu */
a.menulink { 
	color					: #3399cc;
	display					: block;  /* wichtig - sonst geht width net */
	height					: 24px;
	width					: 180px;
	letter-spacing			: 1px;
	text-align				: center;
	font-size				: 10pt;
	border					: solid 0.5px white;
	line-height				: 1.7em;
}

/* Diese Dinger überschreiben die Linkeigenschaften im submenu - und nur dort ... */
div.menublock a:link {
	text-decoration			: #3399cc;
}
div.menublock a:visited {
	text-decoration			: #3399cc;
}
div.menublock a:hover {
	text-decoration			: #ffffff;
	color					: black;
	border					: #99CC99;
	background-color		: #33ffcc;
	border					: solid 1px white;
} 