

/* CSS Stylesheet für die kath.ch-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;
    height: 16px;
}
.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 */
#qm0
{ 
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
}

/* (MAIN) Items */
#qm0 a
{
	color: #FFFFFF;
	background-color: #0077BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 1px 0px 1px 0px;
	border-width: 0px;
	width: 99px;
}

/* (MAIN) Hover State */
#qm0 a:hover
{ 
	text-decoration: underline;
}

/* (MAIN) Active State */	
body #qm0 .qmactive, body #qm0 .qmactive:hover
{ 
	text-decoration: underline;
}

/* (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: 1px 0px 3px 0px;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #E8E8E8;
	width: auto;
}

/* [SUB] Items */
#qm0 div a
{		
	background-color: #E8E8E8;
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #0077BB;
	border-width: 0px;
	text-decoration: none;
	padding: 1px 7px 1px 5px;
	width: auto;
}
	
/* [SUB] Hover State */
#qm0 div a:hover
{
	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); */
}

