/*DS - lokales CSS*/

/*Menü Treeview classes*/

/*Menü Treeview classes - default*/

.TreeView-Show
{
	   /*display:none;*/
}
.TreeView-Hide
{
    display:none;
}
/* / Menü Treeview classes - default*/

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.TreeView .TreeView-ClickableNonlink
{
    cursor: pointer;
}

.TreeView .TreeView-Collapse,  .TreeView-Collapse
{
    background: url(../system/web/images/collapse.gif) -0.5em no-repeat;
    cursor: pointer;
   /* background-color:lime;*/
    margin:0em;
    padding:0 0.5em 0 0.5em;     
    display:none;
}
.TreeView .TreeView-Expand
{
    background: url(../system/web/images/expand.gif) -0.5em no-repeat;
    cursor: pointer;
    margin:0em;
    padding:0 0.5em 0 0.5em;      
    display:none;
}
#col-b .TreeView ul li
	{background: url(../grafiken/doppelpfeil.gif) no-repeat 12.4em top;text-transform:uppercase;line-height:1.5em;padding-left:1em;}
#col-c .TreeView ul li
	{background: url(../grafiken/doppelpfeil.gif) no-repeat left top;text-transform:uppercase;line-height:1.5em;padding-right:1em;}
#col-c .TreeView ul li li{background-image:none;text-transform:none;}
#col-b .TreeView ul li li{background-image:none;text-transform:none;}


.TreeView {
   width: 100%;
   font-size:0.75em;		/*9px Schriftgröße Menu*/
	/*background-color:fuchsia;*/
}  
.TreeView ul {
	/*margin: 0;*/
	padding: 0;  
	list-style-type:none;
}
#col-b .TreeView ul{margin-left:-1em;padding-left:0.75em;padding-right:0.75em;}/*1.text nach aussen rutschen;2. nach innen;3. abstand zu content*/
#col-c .TreeView ul{margin-right:-1em;padding-right:0.75em;padding-left:0.75em;}

#col-b .TreeView ul ul{padding-left:0em;}
#col-c .TreeView ul ul{padding-right:0em;}

#col-b .TreeView ul ul ul{padding-left:1em;}
#col-c .TreeView ul ul ul{padding-right:1em;}


.TreeView ul ul{border-top:solid 0.1em #6D6244;padding-top:1em;}
.TreeView ul ul ul{border:0;padding-top:0em;}

.TreeView ul ul ul li{padding-top:0.6em;font-size:90%;}
.TreeView ul ul ul ul li{font-size:100%;}


.TreeView li a,  .TreeView li span
{
	text-decoration:none;
	text-align: left;
	color:#1D5120;
	font-weight:bold;
}
.TreeView li ul a,  .TreeView li ul span /* Zweite Ebene */
{
	color:#060B04;
}
	
.TreeView li ul li ul a,  .TreeView li ul li ul span   /* Dritte Ebene */
{
   /*color:#060B04;*/
   color:#1D5120;
   font-weight:normal;
   /*text-decoration:underline;*/
}


.TreeView a:hover,.TreeView a:link:hover, .TreeView a:visited:hover, .TreeView a:focus:hover
{
	color: #98AA82;
	text-decoration:underline;
}
.TreeView a:active
{
	color: #98AA82;
}
.TreeView li ul .TreeView-Selected ul li a,.TreeView li ul .TreeView-Selected ul li span
{
	color: #1D5120;	/*unterpunkte von selektierten normal darstellen*/
}

/*----------------------------  selected klassen */
.TreeView li ul .TreeView-Selected a	,  .TreeView li ul .TreeView-Selected span   /* zweite Ebene, selected */
{   
	color: #98AA82;	/*selektier = andere farbe*/
}

.TreeView li ul li ul .TreeView-Selected a	,  .TreeView li ul li ul .TreeView-Selected span   /* Dritte Ebene, selected */
{   /*color: #98AA82;*/}
.TreeView li ul li ul .TreeView-Selected  ul li a    /* Vierte Ebene, nicht mehr selected */
{  /*color: #98AA82;*/}
/*----------------------------  end selected klassen */



/* Fix IE. Hide from IE Mac 
* html .TreeView ul li {height: 1%;width: 100%}*/
* html .TreeView ul li a {height: 1%;  }
* html .TreeView li {margin-top: 0px;}
* html .TreeView ul {}/*padding-top: -1px;*/
 /* End */
 


/* ------------------------------------------------------------------------------------------------------------------ */
/* ------ AspNet-Menu 
/* -------------------------------------- horizontales pulldown menu oben ---------------------------------*/ 
/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */

ul.Menu 
{
    position: relative;
}


ul.Menu, 
ul.Menu ul
{
    margin: 0;
    padding: 0;
    display: block;
}

ul.Menu li
{
    position: relative;
    list-style: none;
}

ul.Menu li a,
ul.Menu li span
{
	/*color:Fuchsia;*/
    display: block;
    text-decoration: none;
}

ul.Menu ul
{
    position: absolute;
    display: none;    
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.Menu li:hover ul ul,
ul.Menu li:hover ul ul ul,
ul.Menu li.Menu-Hover ul ul,
ul.Menu li.Menu-Hover ul ul ul
{
    display: none;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.Menu li:hover ul,
ul.Menu li li:hover ul,
ul.Menu li li li:hover ul,
ul.Menu li.Menu-Hover ul,
ul.Menu li li.Menu-Hover ul,
ul.Menu li li li.Menu-Hover ul
{
    display: block;
}


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. This allows us to force the top tier of the menu to layout */
/* horizontally, whereas all subsequent tiers of the menu lay out vertically. */

.Menu-Horizontal ul.Menu li
{
    float: left;
}

.Menu-Horizontal ul.Menu li li
{
    float: none;
}


/*---------------------------------------------------------------------------*/
/*-------------------- HORIZONATLES DROPDOWN MENU ---------------------------*/
/*---------------------------------------------------------------------------*/


/* -------------------------------------------------------------------------- */
/* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
/* whose class is AspNet-Menu-Horizontal. */
/* Note that the example menu in this web site uses absolute positioning to force the menu to occupy */
/* a specific place in the web page.  Your web site will likely use a different technique to position your */
/* menu.  So feel free to change all the properties found in this CSS rule if you clone this style sheet. */
/* There is nothing, per se, that is magical about these particular property value choices.  They happen to */
/* work well for the sample page used to demonstrate an adapted menu. */

.Menu-Horizontal
{
    position:relative;
    /*left: 100px;
    top: 0px;
    margin: 0 0 0 50px;
    width: 500px;*/
    z-index: 300;
    /*display:inline-block;*/
    /*display:inline;
    width:100%;*/
}

/* This rule controls the width of the top tier of the horizontal menu. */
/* BE SURE TO MAKE THIS WIDE ENOUGH to accomodate all of the top tier menu items that are lined */
/* up from left to right. In other words, this width needs to be the width of the individual */
/* top tier menu items multiplied by the number of items. */

/*breite die das menu brauchen darf*/
.Menu-Horizontal ul.Menu
{
    /*width: 500px;*/
	/*width:75%;*/
	/*width:100%; DS; braucht man nicht angeben nimmt den platz ein den es braucht*/
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
/* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
/* the width of a single menu item in the second and their tiers. */
.Menu-Horizontal ul.Menu ul
{
    /*width: 130px;
    left: 3px;
    top: 2em;*/
    width:100%;
}

/* Generally, you use this rule to set style properties that pertain to all menu items. */
/* One exception is the width set here.  We will override this width with a more specific rule (below) */
/* That sets the width for all menu items from the second tier downward in the menu. */

/*ebene1 zelle*/
.Menu-Horizontal ul.Menu li
{
    /*width:100px;*/
    width:19%;	/*=100/anzahl der zellen*/
    /*text-align:center;*/
    text-align:left;
}

/* This rule can be used to set styles for the menu items in the second tier (and lower) in the menu. */
/*ebene2+ (alles darunter */
.Menu-Horizontal ul.Menu li ul li
{
	width:100%;
    text-align:left;
}

/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
/* to be narrower, for example, than the sub-menu items. */
/* This value you set here should be slightly larger than the left margin value in the next rule. See */
/* its comment for more details. */
.Menu-Horizontal ul.Menu ul li
{
    /*width:130px; DS: wird nicht benötigt*/
}

/* Third tier menus have to be positioned differently than second (or top) tier menu items because */
/* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
/* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
/* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.Menu-Horizontal ul.Menu li ul li ul
{
    /*margin: -1.8em 0 0 126px;
    margin:0 0 0 100%; positionierung top funkt hier nicht weil wir schon im li sind deshalb auch das left-positionieren im ul li ul ul machn*/
}


/* This style sheet is intended to contain OFTEN CHANGED rules used when the Menu control adapter is enabled. */

/* The menu adapter renders an unordered list (ul) in HTML for each tier in the menu. */
/* So, effectively says: style all tiers in the menu this way... */

/*xul.Menu, 
xul.Menu ul
{
    width: 130px;
    font-family: Tahoma;
    font-size: 12px;
    background:#4682B4;
}*/
/*Ebene1 Schriftgroesse*/
ul.Menu
{
	font-size:0.75em;	/*12px Schriftgröße horizontalMenu*/
}
/*Ebene2 Schriftgroesse*/
ul.Menu ul
{
	font-size:80%;
}
/*Ebene3+ Schriftgroesse*/
ul.Menu ul ul
{
	font-size:100%;
}
/*ebene 2 hintergrund*/
ul.Menu ul
{
	 /*background-color:#F6F6F3;hellerbg*/
}

/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
/* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
/* the topmost tier's appearance. */
/*ebene 2 nicht positionieren, da es direkt unter dem hauptpunkt aufscheinen soll*/
ul.Menu ul
{
    /*left: 128px;
    top: 3px;*/
}
/*ebene3+ auf top=0 relativ zu der ebene davor positionieren damit es auf gleicher höhe aufflappt*/
/*und auf left=100% damit es direkt rechts angrenzt*/
ul.Menu ul li ul
{ 
	/*top:-0.05em; höhenausgleich wegen border*/
	top:0;
	left:99.5%;	/*damit der doppelte border verschwindet (hack für boarder-collapse)*/
}

/* The menu adapter generates a list item (li) in HTML for each menu item. */
/* Use this rule create the common appearance of each menu item. */
ul.Menu li
{
    /*background:#4682B4 url(../system/web/images/bg_nav.gif) repeat-x;*/
}
/*ebene2  hintergrundf*/
ul.Menu  ul li 
{
    background-color:#F6F6F3;

}

/* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
/* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
/* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
/* The second image comes from this rule (below). */
/*ebene1 rahmen*/
ul.Menu li a,
ul.Menu li span
{
   color: #FFFFFF;
   font-weight:bold;
    /* padding: 4px 2px 4px 8px;
    border:1px solid #648ABD;
    border-bottom: 0;*/
   /* border:0.05em solid red;
    border:0;*/
    padding:0.25em 0.125em 0.25em 0.5em;  /**/	/*4px 2px 4px 8px*/
    background: transparent url(../system/web/images/whiteArrowRight.gif) right center no-repeat;

}
ul.Menu li ul
{
	border-bottom: 0.05em solid;
	border-color:#919191;
}
ul.Menu li ul li a,
ul.Menu li ul li span
{
	border:0.05em solid;
	border-bottom: 0;
	border-color:#919191;
}



ul.Menu li ul li a,  ul.Menu li ul li span /* Ebene 2 Schrift */
,ul.Menu li ul li a:hover
/*,ul.Menu li.Menu-Hover ul li a, ul.Menu li.Menu-Hover ul li span*/
{
	color:#919191;
	font-weight:normal;
    /*border:0.05em solid lime;
    border:0.025em solid #919191;
    border-top:0;*/
}
ul.Menu li ul li a,  ul.Menu li ul li span /* Ebene 2 Schrift - gilt nicht für hover!*/
{
	background: transparent url(../system/web/images/arrowRight.gif) right center no-repeat;
}


/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
ul.Menu li.Menu-Leaf a,
ul.Menu li.Menu-Leaf span
{
    background-image: none;
}

/* Not used presently.  This is here if you modify the menu adapter so it renders img tags, too. */
ul.Menu li a img
{
    border-style: none;
    vertical-align: middle;
}

/* When you hover over a menu item, this rule comes into play. */
/* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
/* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
/* See MenuAdapter.js (in the JavaScript folder). */

/*hintergrundfarbe bei li-item ebene1 hier änderbar*/
ul.Menu li:hover,
ul.Menu li.Menu-Hover

{
    /*background:#4682B4;*/
    /*color:#FFDB35;
     background:Blue;*/
}

/*ebene 2+ hintergrund bei hover*/
ul.Menu ul li:hover, 
ul.Menu ul li.Menu-Hover
{
    /*background:#4682B4;*/
    background: #DEDDCF;
}


/* While you hover over a list item (li) you are also hovering over a link or span because */
/* the link or span covers the interior of the li.  So you can set some hover-related styles */
/* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
/*inhalt des li-items eigenschaft bei hover hier änderbar*/
ul.Menu li a:hover,
ul.Menu li span.Asp-Menu-Hover
{
    color: #FFDB35;
	background: transparent url(../system/web/images/activeArrowRight.gif) right center no-repeat;
	text-decoration:none;
}



ul.Menu li.Menu-Leaf a:hover
{
    background-image: none;
}

