
/* Navigation vertical */

#nav_v
{
    width: 160px;
    font-size: 12px;
	font-weight: normal;
    text-align: left;
    background-color: #fff;
    padding: 0;
    margin: 0 0 0 0;
}

#nav_v ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#nav_v li
{
	list-style: none;
}

/* Erste Ebene */

.list1
{
    margin: 0;
    font-weight: bold;
}

.list1 a
{
    border-bottom: 2px solid #fff;
    display: block;
    padding: 6px 5px 6px 10px;
    background-color: #fff799;
    color: #000;
    text-decoration: none;
    width: 145px;
}

html>body .list1 a { width: auto; }

.list1 a:hover
{
    background-color: #fffcd6;
    color: #000;
}


.list1_sel
{
    margin: 0;
    font-weight: bold;
}

.list1_sel a
{
    border-bottom: 2px solid #fff;
    display: block;
    padding: 6px 5px 6px 10px;
    background-color: #fffcd6;
    color: #000;
    text-decoration: none;
    width: 145px;
}

html>body .list1_sel a { width: auto; }

.list1_sel a:hover
{

}

/* Zweite Ebene */

.list2
{
    margin: 0;
    font-weight: normal;
}

.list2 a
{
    display: block;
    padding: 4px 5px 4px 10px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    width: 145px;
}

html>body .list2 a { width: auto; }

.list2 a:hover
{
    background-color: #fff;
    font-weight: bold;
    color: #000;
}


.list2_sel
{
    margin: 0;
    font-weight: bold;
}

.list2_sel a
{
    display: block;
    padding: 4px 5px 4px 10px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    width: 145px;
}

html>body .list2_sel a { width: auto; }

.list2_sel a:hover
{

}