/* 
	Vertikale Navigationsleiste
	(www.visualstudies.de)

	Autor: Martin Use (mu@metalab.de)
	Datum: 04/2005
	letzte Änderung: 31.07.2005 (mu)

*/

/* ###### Allgemeines ###### */
#vnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	float: left;
	width: 180px;
	margin: 36px 0px 20px 0px;
}
#vnav ul {
	margin: 0 0 0 25px;
	padding:0;
	list-style: none;
}

#vnav #logo{
	margin-top:50px;
	margin-left:15px;
	border: 0;
}
#vnav #logo img{
	border: 0;
}


/* ###### Items ###### */


#vnav a, #vnav li.activeSub ul a {
	display: block;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid white;
	margin: 4px 0px;
}

#vnav li {
	list-style: none;
	border-bottom: 1px solid white; /*wegen Bug IE*/


}

#vnav li.activeSub a {
	font-weight: bold;
	border-bottom: 1px solid white;
	margin-bottom: 8px;
}

#vnav li.activeSub, #vnav li.active{
	margin: 0;
}




#vnav li.activeSub ul a, #vnav li.active ul a {
	border-bottom: 1px solid white;
	font-weight: normal;		
}


#vnav li.active a, #vnav li.activeSub ul li.active a {
	font-weight: bold;
	border-bottom: 1px solid #000000 ;	
}
#vnav li.activeSub ul li.active{
	margin: 0px 0px;
}
#vnav li.active ul{
	margin-top: 10px;
}

#vnav a:hover, #vnav li.activeSub ul a:hover, #vnav li.activeSub a:hover {
	text-decoration: none;
	color: #CB72FE ;
	border-bottom: 1px dashed #000000 ;
}