/* 
** last chaged: 2008-10-20, simplicity gmbh, pma
*/

@media all
{

/* --- Vertikale Listennavigation ----------------------------------------- */

.navblock { 
	width: 100%; 
	overflow: hidden; 
	color: #222; 
	margin: 0; 
}
.navblock div.title {
	width: 217px;
	height: 20px;
	padding-top: 8px;
	padding-left: 43px;
	font-weight: bold;
	color: #45769a;
	background-image: url(../../templates/img/nav/nav_title_bg.png); 
	background-repeat: no-repeat; 
	background-position: top left; 
}
.navblock img { 
	margin-right: 0.7em;
}
.navblock ul { 
	width: 100%; 
	overflow: hidden; 
	margin: 0; 
	list-style-type: none; 
	background: transparent; 
	background-image: url(../../templates/img/nav/nav_border_left.png); 
	background-repeat: no-repeat; 
	background-position: top left; 
}
.navblock ul a { 
	display: block;
	text-decoration: none;
}

/* --- Erste Ebene ------------- */
.navblock ul li { 
	float: left; 
	width: 100%; 
	margin: 0 0 0 13px; 
	padding: 0;
	background: transparent; 
	background-image: url(../../templates/img/nav/nav_divider.png); 
	background-repeat: no-repeat; 
	background-position: bottom center; 
}
.navblock ul li a { 
	width: 93%; 
	padding: 4px 4px 4px 17px; 
	color: #666; 
	background: transparent; 
	background-image: url(../../templates/img/nav/nav_icon_1.png); 
	background-repeat: no-repeat; 
	background-position: center left; 
}
.navblock ul li a:hover { 
	text-decoration: none;
	color: #45769a;
}
.navblock ul li strong a { 
	display: block; 
	width: 93%; 
	padding: 4px 4px 4px 17px; 
	color: #45769a; 
	font-weight: normal;
	background: transparent; 
	background-image: url(../../templates/img/nav/nav_icon_1_act.png); 
	background-repeat: no-repeat; 
	background-position: center left; 
}

/* --- Zweite Ebene ------------- */
.navblock ul li ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	background-image: none;
}
.navblock ul li ul li { 
	float: left; 
	width: 100%; 
	padding: 0;
	margin: 0 0 0 15px; 
	background-image: none;
}
.navblock ul li ul li a { 
	width: 86%; 
	padding: 0px 4px 4px 17px; 
	color: #666; 
	background: transparent; 
	background-image: url(../../templates/img/nav/nav_icon_1.png); 
	background-repeat: no-repeat; 
	background-position: center left; 
}
.navblock ul li ul li a:hover { 
	color: #45769a;
	text-decoration:none;
}
.navblock ul li ul li strong a { 
	width: 86%; 
	padding: 0px 4px 4px 17px; 
	color: #666; 
	display: block; 
	font-weight: normal;
	background: transparent; 
	background-image: url(../../templates/img/nav/nav_icon_1_act.png); 
	background-repeat: no-repeat; 
	background-position: center left; 
}

/* --- Dritte Ebene ------------- */
.navblock ul li ul li ul { 
	list-style-type: none; 
	margin: 0; 
	padding: 0 0 5px 0;
}
.navblock ul li ul li ul li { 
	float: left; 
	width: 100%; 
	margin: 0 0 0 15px; 
	padding: 0;
}
.navblock ul li ul li ul li a { 
	width: 79%; 
	padding: 0px 2px 2px 17px; 
	color: #666; 
}
.navblock ul li ul li ul li a:hover { 
	color: #666; 
	text-decoration: none;
}
.navblock ul li ul li ul li strong a { 
	width: 86%; 
	padding: 0px 2px 2px 17px; 
	color: #666; 
	display: block; 
	font-weight: normal;
}

/* Close @media all - DO NOT DELETE! */
}
