/* © 2010, Gernot Brixel, Salzburg */
/* CSS für KBV-Navigation/Header */
/* einbinden in HTML-Seite mit: <link rel="stylesheet" type="text/css" href="nav.css"> */

/* Hyperlinks */
a:link { color:#000099; text-decoration:none }
a:visited { color:#000099; text-decoration:none }
a:hover { color:#FF9900; text-decoration:none }
a:active { color:#000099; text-decoration:none }
a:focus { color:#000099; text-decoration:none }

/* BODY - Index- und Header-Navigate */
BODY.Index {
   background-color:#DAB58F;
   background-repeat:no-repeat;
   background-attachment:fixed;
   background-margin:0px;
   padding:0px; }
BODY.Header {
   background-image:url(images/Header.jpg);
   background-repeat:no-repeat;
   background-attachment:fixed;
   background-margin:0px;
   padding:0px; }

/* ----------------------------------------------------------- */
/* Index - Navigate */
/* Farben: 6699FF = hellblau - ffff33 = hellgelb - 990000 = dunkelrot*/
/* 333333 = dunkelbraun/anthrazit - 555555 = heller (dunkelgrau) */
/* FF9900 = orange - 795200 = braun */
/* background-color: #555555;  bei Headerhg = #333333 - V3 */
/* background-color: #795200;  bei Headerhg = #795200 - V5 */
.counter {
	font-weight: normal; font-size: 10px; color: #ffff33;
	font-family: Verdana, Arial, Helvetica, sans-serif; text-align:center;
}
.nav { padding-left: 5px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 12px; color: #ffff33;  /* font-size: 11px; */
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #795200; text-decoration: none;
}
.navlink { padding-left: 10px; width: 100%; /*width: 130px;*/
	font-weight: bold; font-size: 12px; color: #ffff33;
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #795200; text-decoration: none;
}
.navlink a {
	font-weight: bold; font-size: 12px; color: #ffff33;
	font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #795200; text-decoration: none;
}
.navlink:link {
	color: #ffff33; text-decoration: none;
}
.navlink:visited {
	color: #ffff33; text-decoration: none;
}
.navlink:active {
	color: #ffff33; text-decoration: none;
}
.navlink:focus {
	color: #ffff33; text-decoration: none;
}
.navlink:hover {
	color: #FF9900; background-color: #795200; text-decoration: none;
}

/* ----------------------------------------------------------- */
/* Header - Navigate - dzt. nicht in Verwendung !*/
.hdrnav { padding-left: 5px; padding-right: 5px;
	font-weight: bold; font-size: 11px; color: #ffff33; text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align:middle;
	/*background-color: #555555; */
	text-decoration: none;
	/*background-image:url(images/schild-up.jpg);*/
  /*background-repeat:no-repeat;
  background-attachment:fixed;*/
}
.hdrnavlink { /*padding-left: 10px;*/ width: 140px; height: 25px;
	font-weight: bold; font-size: 11px; color: #ffff33; text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align:middle;
	/*background-color: #555555; */
	text-decoration: none;
	/*background-image:url(images/schild-up.jpg);*/
}
.hdrnavlink a {
	font-weight: bold; font-size: 11px; color: #ffff33; text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align:middle;
	/*background-color: #555555;*/
	text-decoration: none;
}
.hdrnavlink:link {
	color: #ffff33; text-decoration: none;
}
.hdrnavlink:visited {
	color: #ffff33; text-decoration: none;
}
.hdrnavlink:active {
	color: #ffff33; text-decoration: none;
}
.hdrnavlink:focus {
	color: #ffff33; text-decoration: none;
}
.hdrnavlink:hover {
	color: #FF9900; /*background-color: #555555;*/ text-decoration: none;
	/*background-image:url(images/schild-down.jpg);*/
}
/* ----------------------------------------------------------- */
