/* DATEI: nav.css */
body  {
	background-image : url(../bilder/bgr.gif);
	background-attachment : fixed;
	scrollbar-DarkShadow-Color : #808000;
	scrollbar-Track-Color : #FFFDFA;
	scrollbar-Face-Color : #F7DDBA;
	scrollbar-Shadow-Color : #94A2CA;
	scrollbar-Highlight-Color : #DDDDDD;
	scrollbar-3dLight-Color : #FFFDFA;
	scrollbar-Arrow-Color : #808000;
}

a:link  {
	color : #808000;
	text-decoration : none;
	font-family : Arial,Univers,sans-serif;
	font-size : 10pt;
}

a:visited  {
	color : #808000;
	text-decoration : none;
	font-family : Arial,Univers,sans-serif;
	font-size : 10pt;
}

a:active  {
	color : #808000;
	text-decoration : none;
	font-family : Arial,Univers,sans-serif;
	font-size : 10pt;
}

a:hover  {
	color : #FF0000;
	text-decoration : underline;
	font-family : Arial,Univers,sans-serif;
	font-size : 10pt;
}

.adresse  {
	color : #808000;
	text-decoration : none;
	font-family : Arial,Univers,sans-serif;
	font-size : 8pt;
}