/* © 2008, Gernot Brixel, Salzburg */
/* CSS für ATSCH-Navigation */
/* einbinden in HTML-Seite mit: <link rel="stylesheet" type="text/css" href="nav.css"> */

/* Scrollbar: 
scrollbar-base-color = Basisfarbe der Scroll-Leiste
scrollbar-3dlight-color = Farbe für 3D-Effekte
scrollbar-arrow-color = Farbe für Verschiebepfeile
scrollbar-darkshadow-color = Farbe für Schatten
scrollbar-face-color = Farbe für Oberfläche
scrollbar-highlight-color = Farbe für oberen und linken Rand
scrollbar-shadow-color = Farbe für unteren und rechten Rand
scrollbar-track-color = Farbe für freibleibenden Verschiebeweg
*/
/* BODY - Navigate */
html, body {
  background-image:url(images/back.gif);
  background-margin:0px;
  padding:0px;
  scrollbar-base-color:#333333;
  scrollbar-3d-light-color:#DDDDDD;
  scrollbar-arrow-color:#848484;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#4C4C4C;
  scrollbar-highlight-color:#DDDDDD;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#646464;
}
/* ----------------------------------------------------------- */
/* Index - Navigate */
.navactive { padding-left: 5px;
  border-width:1px; border-color:#000066; border-style:solid;
	font-weight: bold; font-size: 18px; color: #ffff33;
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #CCCCCC; text-decoration: none;
}
.nav { padding-left: 5px;
  border-width:1px; border-color:#000066; border-style:solid;
	font-weight: bold; font-size: 18px; color: #ffffee;
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #808080; text-decoration: none;
}
.navlink { padding-left: 5px; width: 96%;
	font-weight: bold; font-size: 18px; color: #ffffee;
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #808080; text-decoration: none;
}
.navlink a {
	font-weight: bold; font-size: 18px; color: #ffffee;
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #808080; text-decoration: none;
}
.navlink:link {
	color: #ffffee; text-decoration: none;
}
.navlink:visited {
	color: #ffffee; text-decoration: none;
}
.navlink:active {
	color: #ffffee; text-decoration: none;
}
.navlink:focus {
	color: #ffffee; text-decoration: none;
}
.navlink:hover {
	color: #ffff33; background-color: #AAAAAA; text-decoration: none;
}

/* ----------------------------------------------------------- */
