/*#leftNavBoxContent div {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*#leftNavBoxContent div div {*/
    /*position: relative;*/
    /*list-style: none;*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/* ----------------------------------------------------------------------------------------------------------------- */
/*                                          L E V E L - 1                                                            */
/* ----------------------------------------------------------------------------------------------------------------- */
#leftNavBoxContent .tn_level1 {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}


#leftNavBoxContent div.lvl1_delim {
    position: relative;
    width: 100%;
    height: 2px;
    background: url(../images/main/naventry_delim.gif) left top repeat-x;
}





/* ----------------------------------------------------------------------------------------------------------------- */
/*                                          L E V E L - 2                                                            */
/* ----------------------------------------------------------------------------------------------------------------- */
#leftNavBoxContent .tn_level2 .tnNormal,
#leftNavBoxContent .tn_level2 .tnAct,
#leftNavBoxContent .tn_level2 .tnCurrent
{
    padding-left: 10px;
    position: relative;
}

#leftNavBoxContent div.lvl2_delim {
    position: relative;
    /*width: 100%;*/
    height: 2px;
    margin-left:10px;
    background: url(../images/main/naventry_delim.gif) left top repeat-x;
}


/* ----------------------------------------------------------------------------------------------------------------- */
/*                                          L E V E L - 3                                                            */
/* ----------------------------------------------------------------------------------------------------------------- */
#leftNavBoxContent div.lvl3_delim {
    position: relative;
    /*width: 100%;*/
    height: 2px;
    margin-left:10px;
    background: url(../images/main/naventry_delim.gif) left top repeat-x;
}





#leftNavBoxContent .tnNormal,
#leftNavBoxContent .tnAct,
#leftNavBoxContent .tnCurrent {
    /*padding-left: 10px;*/
    margin-bottom: 4px;
    font-weight: normal;
}

/* aktuelles Leaf */
#leftNavBoxContent div.tnCurrent {
    color: #0067a1;
    /*font-weight: bold;*/
}


/* normaler Knoten mit Kindern */
#leftNavBoxContent .tn_level1 div.tnFolder a,
#leftNavBoxContent .tn_level2 div.tnFolder a {
    /*color: red;*/
    padding-left: 10px;
    background: url(../images/main/bg_bullet_right_normal.gif) left center no-repeat;
}

/* geoeffneter Knoten mit Kindern */
#leftNavBoxContent .tn_level1 div.tnActFolder a {
    /*font-style: italic;*/
    /*color: red;*/
    padding-left: 10px;
    background: url(../images/main/bg_bullet_down_active.gif) left center no-repeat;
}

/* aktueller Knoten mit Kindern */
#leftNavBoxContent .tn_level1 div.tnCurrentFolder a {
    /*font-weight: bold;*/
    /*font-style: italic;*/
    /*color: red;*/
    padding-left: 10px;
    background: url(../images/main/bg_bullet_down_active.gif) left center no-repeat;
}

#leftNavBoxContent .tn_NO,
#leftNavBoxContent .tn_NO_first,
#leftNavBoxContent .tn_NO_last
{
	padding-left: 10px;
	background: transparent url(../images/main/bg_bullet_right_normal.gif) no-repeat scroll left center
}


#leftNavBoxContent .tn_level2 .tn_NO,
#leftNavBoxContent .tn_level2 .tn_NO_first,
#leftNavBoxContent .tn_level2 .tn_NO_last
{
	margin-left: 10px;
	padding-left: 10px;
	background: transparent url(../images/main/bg_bullet_right_normal.gif) no-repeat scroll left center
}


/* Links */
#leftNavBoxContent .tnNormal,
#leftNavBoxContent div div.tnNormal,
#leftNavBoxContent div div.tnNormal a,
#leftNavBoxContent .tnNormal a {
    color: #73736e;
    text-transform: none;
    text-decoration: none;
    
}

#leftNavBoxContent .tnNormal a:hover {
    color: #0067a1;
}

#leftNavBoxContent .tnCurrent,
#leftNavBoxContent .tnCurrent a {
    color: #0067a1;
    text-transform: none;
    text-decoration: none;
    
}

#leftNavBoxContent .tn_CUR,
#leftNavBoxContent .tn_CUR_first,
#leftNavBoxContent .tn_CUR_last,
#leftNavBoxContent .tn_ACT,
#leftNavBoxContent .tn_ACT_first,
#leftNavBoxContent .tn_ACT_last
{
	margin-left: 0px;
	padding-left: 10px;
	background: transparent url(../images/main/bg_bullet_right_normal.gif) no-repeat scroll left center;
}

#leftNavBoxContent .tn_level2 .tn_CUR,
#leftNavBoxContent .tn_level2 .tn_CUR_first,
#leftNavBoxContent .tn_level2 .tn_CUR_last,
#leftNavBoxContent .tn_level2 .tn_ACT,
#leftNavBoxContent .tn_level2 .tn_ACT_first,
#leftNavBoxContent .tn_level2 .tn_ACT_last
{
	margin-left: 10px;
	padding-left: 10px;
	background: transparent url(../images/main/bg_bullet_right_normal.gif) no-repeat scroll left center;
}



#leftNavBoxContent .tnCurrent a:hover {
    color: #0067a1;
}

