/*   Style-definitionen für die Menüs in den Seiten der 2. Ebene  */
.ddmx {
	font-family:arial,verdana,helvetica,sans-serif;
    font-weight:bold; font-size:10pt;
}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1:visited				/*   CSS für Zur BAV-Startseite   */
{
    margin: 0em; font-weight:bold;				/*  width:11.4em; */
 	padding-left: 0.7em; padding-top: 1.2em; padding-bottom: 1.2em; padding-right: 0em;     
/*	height: 2.5em;    */
	border-bottom: 0.2em solid gray; 
	background-color: #e0e0ff;
    color: black;
    text-decoration: none;
    display: block;
    white-space: wrap;
    position: relative;
}

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

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

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


.ddmx .item3,
.ddmx .item3-active,
.ddmx .item3:visited			/* CSS für Impressum  */
{
    margin: 0em; font-weight:bold;
 	padding-left: 0.7em; padding-top: 0.7em; padding-bottom: 0.5em; padding-right: 0.5em;     
/*	height: 2.5em;  */
	border-top: 0.2em solid gray; 
	border-bottom: 0.2em solid silver; 
	background-color: #e0e0ff;
    color: black;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

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

.ddmx .item4,
.ddmx .item4:visited {				/* CSS für 1. Zeile BAV Zentrale  */
    margin: 0em; font-weight:bold;
 	padding-left: 0.7em; padding-top: 0.5em; padding-bottom: 0.3em; padding-right: 0.5em;     
/*	height: 1.6em;  */
	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 {				/* CSS für Folgezeilen BAV Zentrale   */
    margin: 0em; font-weight:normal;
 	padding-left: 0.7em; padding-top: 0em; padding-bottom: 0.5em; 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 .section {
    border: 1px solid silver;  
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
