
/* Navigation vertical */

#nav-vertical
{
    width: 200px;
    font-size: 12px;
	font-weight: normal;
    text-align: left;
    padding: 0;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #8d8d8d;
}

#nav-vertical ul
{
	padding: 0;
	margin: 0;
}

#nav-vertical li
{
	list-style: none;
}

/* Erste Ebene */

.list1
{
    margin: 0;
    font-weight: normal;
}

.list1 a
{
    border-top: 1px solid #8d8d8d;
    display: block;
    padding: 5px 0 5px 0;
    color: #606060;
    text-decoration: none;
    width: 100%;
}

html>body .list1 a { width: auto; }

.list1 a:hover
{
   color: #000;
}


.list1_sel
{
    margin: 0;
    font-weight: bold;
}

.list1_sel a
{
    border-top: 1px solid #8d8d8d;
    display: block;
    padding: 5px 0 5px 0;
    color: #000;
    text-decoration: none;
    width: 100%;
}

html>body .list1_sel a { width: auto; }

.list1_sel a:hover
{

}

/* Zweite Ebene */

.list2
{
    margin: 0;
    font-weight: normal;
}

.list2 a
{
    border-top: none;
    display: block;
    padding: 0px 0 10px 10px;
    color: #606060;
    text-decoration: none;
    width: 100%;
}

html>body .list2 a { width: auto; }

.list2 a:hover
{
   color: #000;
}


.list2_sel
{
    margin: 0;
    font-weight: bold;
}

.list2_sel a
{
    border-top: none;
    display: block;
    padding: 0px 0 10px 10px;
    color: #000;
    text-decoration: none;
    width: 100%;
}

html>body .list2_sel a { width: auto; }

.list2_sel a:hover
{

}