/*	Style-Definitionen für das neue Menü		*/
/*	Stand:	15.11.09 GR							*/

.ddmx {
	font-family:arial,verdana,helvetica,sans-serif;
    font-weight:bold; font-size:10pt;
/*	border-left: 0.15em solid silver; border-right: 0.15em solid silver; 
	border-top: 0.15em solid silver;  border-bottom: 0.01em solid silver;  */
}

.ddmx .item0 {
    line-height:0.05em; height:0.1em;
	border-bottom: 0.2em solid silver; 
    display: block;
}

.ddmx .item1,
.ddmx .item1-active
{
    margin: 0em; font-weight:bold;
 	padding-left: 0.7em; padding-top: 0.3em; padding-bottom: 0em; padding-right: 0.5em;     
	height: 1.6em;  
/*	border-left: 0.15em solid silver; border-right: 0.15em solid silver;  
	border-top: 0.15em solid silver; */
	border-bottom: 0.2em solid silver; 
	background-color: #e0e0ff;
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover,
.ddmx .item1-active
{
    background-color: blue;
    color: white;
}

.ddmx .item2,
.ddmx .item2-active
{
    margin: 0em; padding-left: 0.7em; padding-top: 0em;  padding-bottom: 0em; padding-right: 0.5em; 
	line-height: 1.8em;
	border-left: 0.15em solid silver; border-right: 0.15em solid silver; 
	border-top: 0.1em solid silver; border-bottom: 0.15em solid silver;  
	background-color: #e0e0ff;
    color: black; text-decoration: none; font-weight:bold;
    display: block; white-space: nowrap;
    position: relative;
    z-index: 500;   
}

.ddmx .item2:hover,
.ddmx .item2-active
{
    background-color: blue;
    color: white;
}

.ddmx .item2 img,
.ddmx .item2-active img
{
    position: absolute;
    top: 0.4em;
    right: 0.4em;
    border: 0;
}

.ddmx .item3,
.ddmx .item3-active
{
    margin: 0em; 
 	padding-left: 0.7em; padding-top: 0.15em; padding-bottom: 0em; padding-right: 0.5em;     
	height: 2.6em;
	border-bottom: 0.2em solid silver; 
	background-color: #e0e0ff;
    color: black; text-decoration: none; font-weight:bold;
    display: block; white-space: nowrap;
    position: relative;
}

.ddmx .item3:hover,
.ddmx .item3-active
{
    background-color: blue;
    color: white;
}

.ddmx .item3 img,
.ddmx .item3-active img
{
    position: absolute;
    top: 0.8em;
    right: 0.4em;
    border: 0;
}

.ddmx .item4 {
    margin: 0em; font-weight:bold;
 	padding-left: 0.7em; padding-top: 0.3em; padding-bottom: 0em; padding-right: 0.5em;     
	height: 1.6em;
/*	border-left: 0.15em solid silver; border-right: 0.15em solid silver;  
	border-top: 0.15em solid silver; */
	border-bottom: 0; 
	background-color: #e0e0ff;
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item4:hover
{
    background-color: blue;
    color: white;
}

.ddmx .item5 {
    margin: 0em; font-weight:normal;
 	padding-left: 0.7em; padding-top: 0em; padding-bottom: 0em; padding-right: 0.5em;     
	height: 4.2em;
	border-bottom: 0.2em solid silver; 
	background-color: #e0e0ff;
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

/*
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 0px 3px 10px 0px;
}
*/

.ddmx .section {
    border: 1px solid silver;  
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

/*
.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid black;
}
*/
* html .ddmx td { position: relative; } /* ie 5.0 fix */


