/*!!!!!!!!!!!!!!!!!!*/
/*horizontales Menü */
/*!!!!!!!!!!!!!!!!!!*/

ul.menu-h {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	float: right;

}

ul.menu-h li {
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0;
	text-align: right;
	
}

ul.menu-h li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 12px;
	outline: none;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	
	
}
.print
{
text-align: right;
float: right;
}
.print a 
{
padding-left: 8px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 12px;
	outline: none;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;

}
ul.menu-h li a span {
	padding-right: 8px;
	padding-left: 8px;
	cursor: pointer;
	margin-right: 2px;
	
}

ul.menu-h li a:hover,
ul.menu-h li a:focus {

}

ul.menu-h li.active a {
}

ul.menu-h li.active a span {

}

/*!!!!!!!!!!!!!!!!!!*/
/*  Vertikales Menü */
/*!!!!!!!!!!!!!!!!!!*/

/* Level 1 - allgemeines Menü Format für das Vertikale-Menü */
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 15px;
}

/* Level 1 - link Format Menü Format */
ul.menu li a {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #009ee0;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #5E5E5E;
	font-size: 12px;
	font-family: "Arial Black", "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-align: right;

}

/* Level 1 - Format für Beschriftung */
ul.menu li a span {
	padding-left: 10px;
	padding-right: 0px;
	display: block;
}


/* Level 1 - Format für die einzelnen Zustände */
ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #97bf15;
	text-decoration: none;

}




/* Level 1 - Format für das aktive Menü */
ul.menu li.active a {
	color: #97bf15;
	text-decoration: none;
	line-height: 15px; /* Wichtig für Abstände der Bullets im Sub-Menü -> IE6 + IE7*/
	padding: 5px 0px 5px 0px; /* Wichtig für Abstände der Bullets im Sub-Menü -> IE6 + IE7 - hier die Abstände eintragen*/
}

/* Level 1 - Format für die Inhalte des aktiven Menü */
ul.menu li.active a span {
}

/* Level 2 - allgemeines Menü Format für das Vertikale-Menü */
ul.menu li ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	background-color: #98bf0c;
	font-size: 12px;
}

/* Level 2 - allgemeines Menü Format für das Vertikale-Menü */
ul.menu li li {
	padding: 0 0 0 0px !important;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #cccccc;
}

/* Level 2 - link Format Menü Format */
ul.menu li li a {
	color: #cccccc;
	background: url(../images/list-bullet.gif) no-repeat 0px 8px !important;
	font-size: 12px;
	font-weight: normal;
	border: none;
	padding: 3px 0px 3px 3px !important;
	margin-left: 15px;
}

/* Level 2 - Format für die einzelnen Zustände */
ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	color: #333333;
}

/* Level 2 - Format für die Inhalte */
ul.menu li li a span {
	font-weight: normal;
}

/* Level 2 - Format für die Inhalte des aktiven Menü */
ul.menu li li.active a span {
	font-weight: bold;
}

/* Level 3 - allgemeines Menü Format für das Vertikale-Menü */
ul.menu li li ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	background-color: #98bf0c;
	font-size: 12px;
}

/* Level 3 - allgemeines Menü Format für das Vertikale-Menü */
ul.menu li li li {
	padding: 0 0 0 0px !important;
	list-style: none;
	border-bottom: 1px solid #FFFFFF;
	background-color: #cccccc;
}

/* Level 2 - link Format Menü Format */
ul.menu li li li a {
	color: #cccccc;
	background: url(../images/list-navi2.gif) no-repeat 0px 8px !important;
	font-size: 12px;
	font-weight: normal;
	border: none;
	padding: 3px 0px 3px 3px !important;
	margin-left: 15px;
}

/* Level 3 - Format für die einzelnen Zustände */
ul.menu li li li a:hover,
ul.menu li li li a:active,
ul.menu li li li a:focus {
	color: #333333;
}

/* Level 3 - Format für die Inhalte */
ul.menu li li li a span {
	font-weight: normal;
}

/* Level 3 - Format für die Inhalte des aktiven Menü */
ul.menu li li li.active a span {
	font-weight: bold;
}

