/*
	Stylesheet: busferien.at
	Type: Navigation (Hauptmenue=menu, Menue oben=menuo)
	erstellt am: 13.09.2005
	Autor: Peter Breitfuss, i. A. der Fa. bigfoot-design
*/

/* Hauptmenue */


html, body, ul {
	margin:0;
	padding:0;
	background-color: #f7f7f7;
}


#navi { width: 10em; margin: 20px 2px 2px 15px; }

* html #navi { width: 10em; margin: 15px 2px 2px 15px; }


#navi a {
	width: 100%;
	display: block;
}

ul { list-style-type: none; }

ul.liste li {
	margin: 1px 0;
	padding-bottom: 2px;
}

ul.liste a {
	padding: 1px 0 3px 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-image: url(../_material/btn_hg_v4_orange.png);
}

ul.liste a:hover {
	text-decoration: none;
	background-image: url(../_material/btn_menue_hover.png);
	}

ul.liste a.hier {
	color: #003399;
	background-image: url(../_material/btn_hier.png);
}




ul.sub a {
	padding-left: 12px;
	color: #666666;
	font-style:normal;
	padding-top: 1px;
	padding-bottom: 0px;
	background-image: url(../_material/btn_submenue.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

ul.sub a:hover {
	text-decoration: none;
	background-image: url(../_material/btn_submenue_hover.png);
}

a#skiplink {
	position: absolute;
	left: 0px; top: -500px;
	width: 1px; height: 1px;
	overflow: hidden; }


/* Menue oben */

#menuo {
	padding:2px;
	margin-left:165px;
}

#menuo a, #menuo a:visited {
	text-decoration:none;
	color:#eee;
	font-size: 0.7em;
	font-family: Arial, Verdana, sans-serif;
	display:inline;
	padding: 0 0 0 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
  }


/* Newsticker */

#newsticker {
	padding:0px;
}

* html #newsticker {
	margin-top: 0;
	
}
#menu a.current {

	text-decoration:none;
	text-align:left;
	color:#F8EE46;
	font-size: 0.7em;
	font-family: Arial, Verdana, sans-serif;
	display:block;
	width:14em;
	margin:0.3em;
	padding: 0.2em 0.2em 0.2em 0.5em;
	background-image: url(../_material/btn_hg_v4_orange.png);
	background-repeat: no-repeat;
	font-weight: bold;
}

