/* 
** last chaged: 2008-10-20, simplicity gmbh, pma
*/

@media all
{

/* --- Vertikale Listennavigation ----------------------------------------- */

.navblock { 
	width: 100%; 
	overflow: hidden; 
	color: #959595; 
	margin: 0pt 0pt 1em 0pt; 
	font-size: 12px;
	letter-spacing: 0.4px;
}
.navblock img { 
	margin-right: 0.7em;
}
.navblock ul { 
	width: 100%; 
	overflow: hidden; 
	margin: 0; 
	list-style-type: none; 
}
.navblock ul a { 
	display: block;
	text-decoration: none;
}

/* --- Erste Ebene ------------- */
.navblock ul li { 
	float: left; 
	width: 100%; 
	margin: 0; 
	padding: 0;
	line-height: 18px;
	background: none;
}
.navblock ul li a { 
	width: 100%; 
	padding: 1px 0 1px 0; 
	color: #959595; 
	border-bottom: 1px #ddd solid;
}
.navblock ul li a:hover { 
	color: #000; 
	padding: 1px 0 0px 0; 
	text-decoration: none;
	border-bottom: 2px #000 solid;
}
.navblock ul li strong a { 
	padding: 1px 0 0px 0; 
	color: #000; 
	font-weight: normal; 
	border-bottom: 2px #000 solid;
}


/* Close @media all - DO NOT DELETE! */
}