/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove all the bullets, borders and padding from the default list styling */
div.menu {
	clear: both;
    width: 794px;		/* Einfassen der Floats im IE */
    float:left;         /* Einfassen der Floats in allen anderen Browsern */
    line-height: 0px;    
}    



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
/* 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:134px;
position:relative;
margin:0;
padding:0;
display:inline;
/*border-right: 1px solid #fff;
border-top: 1px solid #fff;*/
}
.menu li#kond_text{
	width:392px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#FFFFFF; 
width:132px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu li {
	border-right: none;		
}

* html .menu a, * html .menu a:visited {
width:100px;
w\idth:100px;
}
.menu a.active, .menu a.active:visited {
text-decoration: none;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#FFFFFF;
/*background:#7A9EBF;*/
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#FFFFFF;
}
.menu ul ul :hover > a.drop {
background:#FFFFFF;
}

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

/* hide the sub levels and give them a positon absolute so that they take up no room */
/*Änderung 13.10.2008 */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:16px;
left:1px; 
width:132px;
background-color: #FFFFFF;
opacity: 0.9;
filter: alpha(opacity=90); /* for IE */
-moz-opacity:0.9; /* for mozilla */
khtml-opacity: 0.9; /* for konquerer and older safari */
}

#profil{
	background-color:#A09FB1;
	}
#kontakt{
	background-color:#A3968D;
	}

/* html .menu ul ul {
bottom:15px;
border-bottom: 1px solid #fff;
font-size: 0.99em;
}*/

.menu ul ul li {
	border: none;
	border-top:1px solid #E5D8B8;
	/*border-bottom: 1px solid #868686;*/
	width:132px;
 	
 }

.menu ul ul .list_bottom{
	border-bottom: 1px solid #868686;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background-image: none;
color:#993300; 
height:auto; 
line-height:0.98em; 
padding:3px 1px; 
width:130px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:100px;
w\idth:100px;
}

.menu ul ul a.active, .menu ul ul a.active:visited {
	background-image: none;
	background-color: #F1E6C8;	
}
#profil a.active, #profil a.active:visited {
	background-image: none;
	background-color: #8583A1;	
}
#kontakt a.active, #kontakt a.active:visited {
	background-image: none;
	background-color: #9B8476;	
}

/* style the top level hover */
.menu ul li a:hover {
text-decoration: none;

}
.menu ul li :hover > a {
text-decoration: none;
}

/* style the second level hover */
.menu ul ul li a:hover,.menu ul ul li :hover > a  {
	background-image: none;
	background-color: #F1E6C8;
}
#profil a:hover, #profil :hover > a {
	background-image: none;
	background-color: #8583A1;
}
#kontakt a:hover, #kontakt :hover > a {
	background-image: none;
	background-color: #9B8476;
}
/* yet another hack for IE5.5 */
* html .menu ul ul li a:hover, * html .menu ul ul li a.active {
	background-image: none;
	background-color: #F1E6C8;	
	text-decoration: none;
}
* html #profil a:hover, * html #profil a.active {
	background-image: none;
	background-color: #8583A1;	
	text-decoration: none;
}
* html #kontakt a:hover, * html #kontakt a.active {
	background-image: none;
	background-color: #9B8476;	
	text-decoration: none;
}

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

}