

/* CSS Stylesheet für die kath.ch/orden-Navigation */

.qmclear {
    font-size: 1px; height: 0px; width: 0px; clear: left; line-height: 0px; display: block;
}
.qmmc {
    position: relative;
}
.qmmc a {
    float: left; display: block; white-space: nowrap;
}
.qmmc div a {
    float: none;
}
.qmmc div {
    visibility: hidden; position: absolute;
}


/* Menu Styles */


/* Remove the comments below for vertical mains and change the false value to
true in the qm_create function after the menus structure. */
/*.qmmc a {float:none}*/

/* (MAIN) Container */
div#qm0
{ 
	top: 247px;
	width: 975px;
	height: 33px;
	padding: 0px 0px 0px 0px;
	background-color: #E5DED6;
	border-width: 0px;
	margin: 0px 0px 0px 5px;
}

/* (MAIN) Items */
#qm0 a
{
	color: #DB0076;
	background-color: #E5DED6;
    font-family: 'Lucida Console', Monaco, monospace;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	padding: 9px 3px 11px 3px;
	margin: 0px 1px 0px 13px;
	border-width: 0px;
	height: 13px;
}

/* (MAIN) Hover State */
#qm0 a:hover
{ 
	background-color: #FFFFFF;
	text-decoration: none;
	color: #DB0076;
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 
	text-decoration: none;
	background-color: #FFFFFF;
	color: #DB0076;
}

/* (MAIN) Parent Items */
#qm0 .qmparent
{
	/* background-image: url(images/bullet_white_down.gif);
	background-repeat: no-repeat;
	background-position: 92%; */
}

/* [SUB] Containers */
#qm0 div
{
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	width: 333px;
}

/* [SUB] Items */
#qm0 div a
{		
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF;
	text-decoration: none;
	padding: 3px 19px 1px 20px;
	height: 16px;
}
	
/* [SUB] Hover State */
#qm0 div a:hover
{
	background-color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	color: #DB0076;
	text-decoration: underline;
}

#qm0 div div
{
	margin: 0px 0px 0px 0px;
}

/*[SUB] Active State */
body #qm0 div .qmactive, body #qm0 div .qmactive:hover
{
	text-decoration: underline;
}

/* [SUB] Parent Items */
#qm0 div .qmparent 
{
	/* background-image: url(../images/template2_black_arrow_right.gif); */
}


