body { }
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	height: 30px;
	margin-top: 0px;
	margin-right: 140px;
	padding-right: 0px;
	padding-top: 30px;
	margin-left: 0px;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation ul { 
list-style: none;
}
#navigation li { 
color: #484848; 
display: inline; 
}
#navigation a:link, #navigation a:visited {
	color: #268999;
	font-family: arial;
	font-weight: normal;
	background-color: #fff;
	text-decoration: none;
	margin-top: 6px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 28px;
	padding-left: 2px;
}
#navigation a:hover {
	color: #342d25;
	background-color: #FFFFFF;
	background-image: url(../03_bilder/01_zeichen/oben_pfeile_02_b.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 25px;
	padding-left: 2px;
}


