body{
scrollbar-arrow-color:#cc0033;//Pfeil oben
scrollbar-base-color:#cc0033;//Hauptfarbe 
scrollbar-face-color:#cc0033;//Farbe der Scrollbar 
scrollbar-highlight-color:#cc0033;//Hintergrundfarbe 
scrollbar-shadow-color :#cc0033; //Randfarbe
}

.rechts {
	font-family: Verdana;
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	background-position: center center;
	height: 15px;
	width: 100%;
	clear: left;
	float: left;
	text-align: left;
	margin: auto;
	padding: 2px;
	display: run-in;
	background-image: url(bilder/menu_links.jpg);
	border-top: 1 solid #000000;
	border-right: 1 none #000000;
	border-bottom: 1 solid #000000;
	border-left: 1 none #000000;
	
}


A:link:{
	text-decoration: none;
	color: #ffffff;
	font-size: 9px;
	font-family: Verdana;
	font-weight: bolder;
}

A:visited {
	text-decoration: none;
	color: #999999;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
}
A:active {
	text-decoration: none;
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
}
A:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
}
