/* Deutsches Rotes Kreuz KV Mainz-Bingen */
/* Cascading Style Sheet CSS 2.1 */
#nav {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
        z-index: 1000;
	float: left;
	width: 13em;
	color: #000000;
	position: relative;
}

#nav li {
	position : relative;
	float : left;
	border-bottom: 1px solid #cc0000;
	color: #666;	/* bewirkt das ausgrauen fuer menuepunkte ohne link */
	display: block;
	font-weight : normal;
	text-decoration : none;
	background: #EBEBE8 url('pfeil-ohne.gif') no-repeat 7px 8px;
	padding : 0.5em 0em 0.5em 1.7em;
	width: 14em;
	voice-family: "\"}\"";	/**** Tanteks Box-Model Hack ****/
	voice-family: inherit;	/**** Tanteks Box-Model Hack ****/
	width: 12.3em;		/**** Höhe für IE6, NS 6/7, Opera, ... ****/
}


#nav li.menu {
	position : relative;
	float : left;
	border-bottom: 1px solid #cc0000;
	color: #666;	/* bewirkt das ausgrauen fuer menuepunkte ohne link */
	display: block;
	font-weight : normal;
	text-decoration : none;
	background: #EBEBE8 url('pfeil-grau.gif') no-repeat 8px 9px;
	padding : 0.5em 0em 0.5em 1.7em;
	width: 14em;
	voice-family: "\"}\"";	/**** Tanteks Box-Model Hack ****/
	voice-family: inherit;	/**** Tanteks Box-Model Hack ****/
	width: 12.3em;		/**** Höhe für IE6, NS 6/7, Opera, ... ****/
}

html>body #nav li, html>body #nav .menu {
	width: 12.3em;
	w\idth: 12.3em;		/**** Tanteks Box-Model Hack für Opera 5 ****/
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


/* submenu sollen breiter sein */
#nav .menu ul li {
	border-left: 0.3em solid #FFF; /* der weisse abstand zwischend den menues */
	voice-family: "\"}\"";	/**** Tanteks Box-Model Hack ****/
	voice-family: inherit;	/**** Tanteks Box-Model Hack ****/
	width: 22em;
	w\idth: 22em;				/**** Höhe für IE6, NS 6/7, Opera, ... ****/
}

html>body #nav .menu ul li{
	width: 22em;
	w\idth: 22em;		/**** Tanteks Box-Model Hack für Opera 5 ****/
}	

#nav li ul { /* second-level lists */
	position : absolute;
	margin-left : 12.3em;
	margin-top : -2.1em;
	background-color: #EBEBE8;
	left: -999em;
	voice-family: "\"}\"";	/**** Tanteks Box-Model Hack ****/
	voice-family: inherit;	/**** Tanteks Box-Model Hack ****/
	width: 24.3em;
	w\idth: 24.3em;				/**** Höhe für IE6, NS 6/7, Opera, ... ****/
}

html>body #nav li ul {
	width: 24.3em;
	w\idth: 24.3em;		/**** Tanteks Box-Model Hack für Opera 5 ****/
}	

#nav li ul ul { /* third-and-above-level lists */
	position: absolute;
	left: -999em;
	margin-left : 21em;
	margin-top : -2.1em;
	background-color: #EBEBE8;
	width: 23.7em;
	voice-family: "\"}\"";	/**** Tanteks Box-Model Hack ****/
	voice-family: inherit;	/**** Tanteks Box-Model Hack ****/
	width: 22em;
	w\idth: 22em;				/**** Höhe für IE6, NS 6/7, Opera, ... ****/
	margin-left : 22em;
}

html>body #nav li ul ul{
	width: 22em;
	w\idth: 22em;		/**** Tanteks Box-Model Hack für Opera 5 ****/
	margin-left : 22em;
}	
	
#nav a{
	color: #333;
	font-weight : normal;
	text-decoration : none;
	display: block;
	margin-top: -0.6em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin-bottom: -0.6em;	
	width: 100%;
	height: 100%;
}

#nav li a:hover {
	color: #fff;
	left: -999em;
}	

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul{
	left: -999em;
}


#nav li:hover ul, #nav li:hover, #nav li li li:hover ul,#nav li li:hover ul, #nav li.sfhover, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li.menu.sfhover ul { /* lists nested under hovered list items */
	display: block;
	color: #fff;
	background: #666 url('pfeil-ohne-weiss.gif') no-repeat 7px 8px; 
	cursor: default;
	left: 1.7em;
}


#nav li.menu .sfhover, #nav li.plus .sfhover {
	display: block;
	color: #fff; 
	background: #666 url('pfeil-weiss.gif') no-repeat 8px 9px;  
	cursor: default;
}

#nav li:hover ul, #nav li.sfhover ul { 
	top : 2.1em; /* scheint nur auf safari zu wirken, hier aber auch noetig */
}


#nav li:hover, #nav li.sfhover { 
	left: 0em;	/* die erste navi-ebene bekommt ihren abstand durch die def. im body, alle anderen brauchen den abstand von 1.7em (s.o.) */
}

a { cursor: pointer;}

#nav li.plus {
	background: #EBEBE8 url('pfeil-grau.gif') no-repeat 7px 8px;
}

#nav li.menu:hover, #nav li.plus:hover {
	background: #666 url('pfeil-weiss.gif') no-repeat 7px 8px;
}

/* Metanavigation */

#nav li.menumeta{
	position : relative;
	float : left;
	border-bottom: none;
	color: #666;	/* bewirkt das ausgrauen fuer menuepunkte ohne link */
	display: block;
	font-weight : normal;
	text-decoration : none;
	background: url('pfeil-ohne.gif') no-repeat 7px 6px;
	padding : 0.3em 0em 0.3em 1.7em;
	width: 14em;
	voice-family: "\"}\"";	/**** Tanteks Box-Model Hack ****/
	voice-family: inherit;	/**** Tanteks Box-Model Hack ****/
	width: 12.3em;		/**** Höhe für IE6, NS 6/7, Opera, ... ****/
}

html>body #nav li.menumeta{
	width: 12.3em;
	w\idth: 12.3em;		/**** Tanteks Box-Model Hack für Opera 5 ****/
}


#nav li.menumeta a:hover {
	color: #cc3300;
        text-decoration: underline;
	
}	

/* Beginn der Definitionen die nur fuer die Bereichsnavigation greifen */

#bereich-nav {
color: #666;
width: 90%;
padding-bottom: 2em;
}

#bereich-nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#bereich-nav ul li {
	width: 12em;
	background: url('pfeil-ohne.gif') no-repeat 0px 5px;
	padding-left: 1.2em;
}

#bereich-nav li a {         /* nur fuer IE PC noetig */
	color: #000;
	text-decoration: none;
}

#bereich-nav li a:hover {         /* nur fuer IE PC noetig */
	color: #333;
	text-decoration: underline;
}

#bereich-nav li {
    width: 14em;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#bereich-nav ul li.plus {
	background: url('pfeil-grau.gif') no-repeat 1px 6px;
}

#bereich-nav .plus ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bereich-nav .plus ul li {
	padding-left: 1.5em;
	background: url('pfeil-ohne.gif') no-repeat 1px 5px;
    float: none;
    margin-bottom: 0;
}

#bereich-nav .plus ul li a{ color: #666;}

#bereich-nav-level-3 { width: 100%;}

#bereich-nav-level-3 ul {
	margin: 0;
	padding: 0;
}

#bereich-nav-level-3 li{
    padding-left: 1.5em;
	background: url('pfeil-ohne.gif') no-repeat 1px 5px;
    float: none;
    margin-bottom: 0;
	list-style: none;
}

#bereich-nav-level-3 a { color: #666; }
#bereich-nav-level-3 a:hover { color: #333; }

/* Beginn der Definitionen die nur fuer die Textnavigation greifen */
#text-nav {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
        line-height: 2em;
        color: #666;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc0000;
}
	
#text-nav a {
    text-decoration: none;
    color: #cc0000;
}

#text-nav a:visited {
    color: #666;
}

#text-nav a:hover {
    color: #000;
    text-decoration: underline;
}

#text-nav-sub {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
}

#text-nav-sub, #text-nav-sub ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#text-nav-sub li {
	float: left;
	color: #333;
	font-weight: normal;
	padding: 0.5em;
   padding-right: 1em;
   padding-left: 1.2em;
	background: url('pfeil-ohne.gif') no-repeat -1px 8px;
}

#text-nav-sub .plus ul { display: none;}