@charset "iso-8859-2";
/* CSS Document */

/**************************************************************
 *   KOCH KOMMUNIKATION AG
 *  for ALME AG
***************************************************************/

/*-------------------*/	
/* menu styles START */
#tabmenu{
font-size:12px;
text-align:left;
font-family: Verdana;
text-decoration:none;
padding:0;
margin:0;
float:left;
z-index:10;
}
.tabmenu {
font-size:12px;
text-align:left;
font-family: Verdana;
text-decoration:none;
padding:0;
margin:0;
float:left;
}
#tabmenu a .dropact {
color:#000000;
 background: url(../navi/bg_hoover.gif) right;
text-decoration:none;}
#tabmenu a .dropact_sub {
color:#000000;
 background: url(../navi/bg_hoover.gif) right;
text-decoration:none;}
.tabmenu .dropact {
color:#000000;
 background: url(../navi/bg_hoover.gif) right;
text-decoration:none;
}
.tabmenu .dropact_sub {
color:#000000;
 background: url(../navi/bg_hoover.gif) right;
text-decoration:none;
}
.tabmenu ul li .dropact {
color:#000000;
text-decoration:none;
background: url(../navi/bg_hoover.gif) right;

}
.tabmenu ul li .dropact_sub {
color:#000000;
text-decoration:none;
background: url(../navi/bg_hoover.gif) right;

}

 /* style the top level hover */
.tabmenu ul a:hover {
color:#000000;
 background: url(../navi/bg_hoover.gif) right;
text-decoration:none;
}
.tabmenu ul ul a:hover{
color:#AE003B;
text-decoration:none;
}
.tabmenu ul :hover > a{
color:#000000;
 background: url(../navi/bg_hoover.gif) right;
text-decoration:none;
}
.tabmenu ul ul :hover > a {
color:#AE003B;
text-decoration:none;
background:#FFFFFF;
}




/* remove all the bullets, borders and padding from the default list styling */
.tabmenu ul {
padding:0;
margin:0;
list-style-type:none;
}
 .tabmenu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 .tabmenu li {
float:left;
position:relative;
padding-top: 0px;
margin-top: 0px;


}
/* style the links for the top level */
.tabmenu a,  .tabmenu a:visited {
display:block;
font-size:12px;
line-height:24px;
text-decoration:none;
color:#6F6F6F;
padding:3px 15px;
background:url(../navi/bg_no.gif) right no-repeat;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html  .tabmenu a, * html  .tabmenu a:visited {
width:120px;
w\idth:120px;
padding:3px 5px 3px 5px;
}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.tabmenu ul ul {
visibility:hidden;
position:absolute;
padding-bottom:10px;
background:#FFFFFF;
top:30px;
/*padding-left:5px;*/
left:-1px;
width:166px;
text-decoration:none;
}
/* another hack for IE5.5 */
* html  .tabmenu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.tabmenu table {position:absolute; top:0; left:0; }
/* style the second level links */
 .tabmenu ul ul a,  .tabmenu ul ul a:visited {
background:#ffffff;
color:#9E9E9E;
text-decoration:none;
line-height:16px;
border:none;
width:136px
/* yet another hack for IE5.5 */
}
* html  .tabmenu ul ul a{
width:146px;
w\idth:146px;
}



.tabmenu ul ul a:link {
background:#ffffff;
color:#9E9E9E;
text-decoration:none;
}
.tabmenu ul ul a:hover {
background:#ffffff;
color:#AE003B;
text-decoration:none;
}
.tabmenu ul ul a:active {
background:#ffffff;
color:#AE003B;
text-decoration:none;
	}
.tabmenu ul ul a:visited {
background:#ffffff;
color:#9E9E9E;
text-decoration:none;
}
.tabmenu ul ul a:visited:hover {
background:#ffffff;
color:#AE003B;
text-decoration:none;
}


.sub a:hover, .sub :hover >a, .sub :hover, li .sub a:hover {
background:#ffffff;
color:#AE003B;
text-decoration:none;
}

/* style the second level background */
 .tabmenu ul ul a.drop,  .tabmenu ul ul a.drop:visited {
background:#ffffff;
}

/* style the second level hover */
.tabmenu ul ul a.drop:hover{
background:#ffffff;
color:#AE003B;
text-decoration:none;
}

 .tabmenu ul ul :hover > a.drop {
background:#ffffff;
color:#AE003B;
text-decoration:none;
}



/* make the second level visible when hover on first level list OR link */
.tabmenu ul li:hover ul,
.tabmenu ul a:hover ul, .tabmenu :hover {
visibility:visible;
}
.tabmenu ul :hover ul,.tabmenu ul :hover ul :hover {
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */

.tabmenu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.tabmenu ul :hover ul :hover ul{
visibility:visible;
}


#tabmenu a .dropact :hover, #tabmenu a .dropact_sub :hover, .tabmenu .dropact :hover,
.tabmenu .dropact_sub :hover, .tabmenu ul li .dropact :hover, .tabmenu ul li .dropact_sub :hover { visibility:visible;}



