/*
#---------------------------------------------------------- 
#
#            ####
#             ### 
#             ### 
#             ### 
#             ### 
#             ### 
#             ### 
#             ###      ###
#             ############
#           ############ Listdir
#
#---------------------------------------------------------- 
*/

/* vgl. OpenPress, p.360 ff., bzw. bd.info/listdir */
/* 000 - basic settings for the div, to be inherited */

/**************************************************************************
*
*  div
*
***************************************************************************/
#navsite1
{
/*		font-size: 8.5pt; 	*/
/* 	font-weight: normal; */

   line-height: 16px;

 	margin-top:  0px; 
 	border: 0px none;
 	padding: 0px; 

 	width: 150px;  

	/* background-color: #EFEFEF; */
	background-color: #FFF; 

}




/**************************************************************************
*
*  ul
*  ul ul
*  ul ul ul
*
***************************************************************************/
#navsite1 ul,
#navsite1 ul ul,
#navsite1 ul ul ul
{
 	list-style: none; 
 	margin: 0; 
 	padding: 0; 

}


/**************************************************************************
*
*  ANPASSUNG IE6 RAUSGENOMMEN ZU GUNSTEN VON IE7
*
***************************************************************************/






/**************************************************************************
*
*  ul li
*  ul li a
*  + boxmodel hack "auto"
*
***************************************************************************/
/* 400 - basic settings for all li's preceeded by an ul */
#navsite1 ul li
{
	margin: 0;
	padding: 0;
	border: 0px none;
	margin-bottom: 0px;	

 	vertical-align: text-top;  /* hier oder oben in li - hier ist besser */

}



/* 600 - basic settings for a:link's inside a ul li tag */
/*       HINTERGRUNDFARBE DER listdir2                  */
#navsite1 ul li a
{
 display: block; 

       /* t    r   b    l */
 padding: 3px  5px 1px  27px; /* left was 0px. The height of the virtual button and hover area  and the indent */
 margin:  0;
 border:  0 none;

 color: #343F41;
 text-decoration: none; 


/*
 width: 100%;
 */
  /* 999 - for ie, make all of the block element clickable */
  /* 999 - rauslassen. IE6, IE5.5, IE5.0 machen immernoch den Hovereffekt, */
  /* 999 - aber man muss halt direkt auf den Text klicken */
  /* 999 - und der Hover-Effekt kommt auch nur bei Mouseover Text */
  /* 999 - so spart man sich den Boxmodel-Hack am Ende dieses Stylesheets. */

 background-color: #FFF; 
 font-weight: bold;
 /* font-size: 10pt; */
 /* font-size: 11px; */
 
}


/* 600 - basic settings for a:link's inside a ul li tag */
/*
** level 1
*/
#navsite1 ul li ul li
{
	border: 0px none;
	border-top:    1px solid #FFF;
	margin: 0;
	/* margin-bottom: 10px;	*/

}


#navsite1 ul li ul li a
{
 /* indent - level 1 */
 padding-left: 47px; 

 /* height of box */
 padding-top:    1px; 
 padding-bottom: 1px; 


 font-weight: normal;
 /* font-size: 10pt; */
 /* font-size: 11px; */

 color: #343F41; /* farbe für submenue items */


}


/*
** level 2
*/
#navsite1 ul li ul li ul li
{
	border: 0px none;
	border-top:    1px solid #000;

	margin-left: 23px;   /* making the hover block smaller, for this level 2  */
}



#navsite1 ul li ul li ul li a
{
 /* indent - level 2 - a must for use with bgimg */

  /* good for IE6 and mozilla  */
 padding-left: 15px; 

 /* height of box */
 padding-top:    3px; 
 padding-bottom: 3px; 

 font-weight: normal;  /* not necessary, due to inheritance */

 /* bg image for first sublevel */
 background-image:    url(../../layout_img/DOMAIN1/listdir/list_icon_level1.gif);
 background-repeat:   no-repeat;
 background-position: left top;


}





/**************************************************************************
*
*  Selectors isempty, inpath, isself,...
*
***************************************************************************/
#navsite1 		ul li       a:hover,
#navsite1 		ul li ul li a:hover
{	
	color: #ED8800;
}



#navsite1 		ul li       a.isself,
#navsite1 		ul li       a.isself:hover,
#navsite1 		ul li ul li a.isself,
#navsite1 		ul li ul li a.isself:hover
{	
	color: #343F41;
 	font-weight: bold; 

 	background-color: #ED8800; 
}





#navsite1 		ul li ul li a.isself,
#navsite1 		ul li ul li a.isself:hover
{	
 	background-color: #FFF; 
}




/* set bg image */
#navsite1 		ul li ul li a:hover,
#navsite1 		ul li ul li a.isself,
#navsite1 		ul li ul li a.isself:hover
{	
 	background-image:    url(../../layout_img/DOMAIN1/listdir/list_icon_level2_isself.gif);
 	background-repeat:   no-repeat;
 	background-position: left top;
}

