/* ------------------------------------------------
Dropdown-Men
------------------------------------------------ */

.menu { /* Hauptmenu: Positionierung, Mae */
	position:absolute;
	top:120px;
	left:132px;
	width:689px; 
	height:86px; 
	font-size:101%; 
	z-index:100;
	border:0px solid #000;
	}
	 

* html .menu { /* Box-Modell-Hack fr IE5.5 und IE6 */
	width:689px; /* Breite des Menus in IE5.5 */
	w\idth:688px; /* Breite des Menus in IE6 */
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:86px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:86px;position:relative;}

/* style the links for the top level */
.menu a, 
.menu a:visited {
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none; 
	color:#777777; 
	width:85px; 
	height:86px;
	background:transparent;
	background-image: url(Menu-inactive-86x86.jpg); 

 }

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, 
* html .menu a:visited {
	width:86px; height:86px; /* Breite und Hhe des Top-Levels in IE5.5 */
	w\idth:86px; /* Breite des Top-Levels in IE6 */
	}

/* aktives Top-Level-Men */
.menu a.active, 
.menu a.active:visited {color: #cccccc; background: #474747;  background-image: url(Menu-active-86x86.jpg); }

/* aktives Top-Level-Men bei IE5.5 und IE6*/
* html .menu a.active, 
* html .menu a.active:visited  {color: #cccccc; background: #cccccc;  background-image: url(Menu-active-86x86.jpg); }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:86px; /* Startposition des 1. Levels */
	left:-1px; 
	width:138px;
	border:0px solid #000;} 

/* another hack for IE5.5 */
* html .menu ul ul {
	top:86px; /* Startposition des 1. Levels bei IE5.5 */
	t\op:86px;/* Startposition des 1. Levels bei IE6 */
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, 
.menu ul ul a:visited {
	background:#cccccc;
	background-image: url(menu-sub-inactive-5x85.jpg); 
	color:#777777;
	font-size:10px;
	text-align:left;
	height:auto; 
	line-height:1em; 
	padding:7px 5px;
	width:138px;
	border: 1px solid #ffffff;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, 
* html .menu ul ul a:visited {width:148px;w\idth:138px;}

/* Top-Level Hover - mit Hack fr IE5.5 und IE6 */
.menu a:hover,
.menu a.active:hover,
* html .menu a.active:hover {color:#fff; background:#cccccc; text-decoration:none; background-image: url(Menu-active-86x86.jpg); text-decoration:none;} 

.menu ul ul a:hover{color:#fff;background:#cccccc;background-image: url(menu-sub-active-5x85.jpg);}

.menu :hover > a {color:#fff;background:#cccccc;background-image: url(Menu-active-86x86.jpg);} 

.menu ul ul :hover > a {color:#fff;background:#cccccc;background-image: url(menu-sub-active-5x85.jpg);}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
* html .menu a.active:hover  {visibility:visible; }

/* 
------------------------------------------------
Image-Maps fr die drei Flaggen / Sprachen
------------------------------------------------
*/
/*
#lang_de a, 
#lang_en a, 
#lang_fr a {
	position:absolute;
	background: transparent;
	left:707px;
	height: 16px;
    width: 30px;
    	text-decoration: none;
}

#lang_de a {
	top:16px;
}


#lang_en a {
	top:38px;
}

#lang_fr a {
	top:60px;
}

#lang_de a i, 
#lang_en a i, 
#lang_fr a i {
	text-decoration: none;
	visibility:hidden;
}
*/

