/* BEGIN style6 */
.jumpmenu
{
	width: 130px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 1.2em;
	background-color: #006BBD;
	margin-top: 6px;
	color: #FFFFFB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFEFF;
	border-bottom-color: #FFFEFF;
	border-left-color: #333333;

}

.menue ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

.menue li
{
	display: inline;
	list-style-type: none;
	border-top-style: none;
	margin: 0px;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menue a { 
	padding: 3px 10px; 
}

.menue a:link, .menue a:visited
{
    font-size: 1.2em;
	color: #fff;
	background-color: #009BEB;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
}

.menue a:hover
{
	font-size: 1.2em;
	color: #fff;
	background-color: #006BBD;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
}

/* gerade aktiver Menüpunkt (fest) */

#menueAktuell
{
	padding: 3px 10px; 
	font-size: 1.2em;
	color: #fff;
	background-color: #006BBD;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #FFFFFF;
}

#menueUntenBox {
	margin-top: 27px;
}

#menueObenBox {
	position: relative;
	top: -4px;
}

/* Internetexplorer 3-Pixel-Fehler-Hack für alle IDs bei denen es notwendig ist */

* html #menueAktuell { 
	margin-right: -3px; 
} 

/* END style6 */
