/*
	Menü, Level 1 (ul, li, a)
*/
.M1 *,.M1act *, .M2 *, .M2act *, #ql *, #QL1 * {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	text-transform: lowercase;
}
.M1 *, #ql * {
	color: #B0B1B3;
}
.M1,
.M1act {
	padding-top: 48px;
	padding-right: 20px;
}
#QL1,
#QL1 ul {
	float: left;
	padding-top:10px;
	padding-bottom:0px;
}
#QL1 li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-right: 20px;
	padding-bottom: 0px;
}
.M1 a,
.M1 a:link,
.M1 a:visited,
.M1 a:active,
#QL1 li a {
	text-decoration: none;
	padding-bottom: 0px;
	width: 100%;
}
.M1 a:hover,
.M1act a,
.M1act a:link,
.M1act a:active,
.M1act a:hover,
.M1act a:visited,
#QL1 li a:hover,
#QL1 li.act {
	text-decoration: none;
	color: #B0B1B3;
	padding-bottom: 0px;

}
/*
	Menü, Level 2 (ul, li, a)
*/
.M2 a,
.M2 a:link,
.M2 a:visited,
.M2 a:active {
	text-decoration: none;
	padding: 0;
	margin: 0;
	display:block;
	color: #B0B1B3;
}
.M2 a:hover,
.M2act a,
.M2act a:link,
.M2act a:visited,
.M2act a:active,
.M2act a:hover {
	color: #4C4C4C;
	text-decoration: none;
	/*padding: 0;*/
	margin: 0;
	display:block;
}
/*
	Short-Navigation (ul, li, a)
*/
#ql li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	border: none;
	width: 120px;
	display: block;
	background-color: white;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-bottom: 1px solid silver;
	padding-bottom: 1px;
}
#ql li a {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 1px 0;
	text-decoration: none;
	display: block;
	padding-left: 4px;
}
#ql li a:hover,
#ql li.act a {
	color: #4C4C4C;
	text-decoration: none;
	display: block;
}
/*
	Language (ul, li, a)
*/
#language * {
	font-size: 12px;
}
#language li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#language li a {
	background-color: #FFF6BD;
	color: #000000;
	text-transform: none;
	padding: 5px 15px 5px 0px;
	font-weight: bolder;
	display: block;
	text-decoration: none;
	float: left;
	position: relative;
}
#language li a:hover,
#language li.act a {
	background-color: #FFF6BD;
	color: #C81D00;
	text-transform: none;
	padding: 5px 15px 5px 0px;
	display: block;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	position: relative;
}



