/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 6.11.06  
**  Datei       : nav_vlist.css
**  Funktion    : Formatierung der linken Hauptnavigation
**
*/

@media all
{

/*******************************************
* Vertikale Listennavigation
********************************************/
#col1_content h3 {
        display: none;
	padding:0; 
	font-weight: bold; 
	margin:1.4em 0 0.3em 0;
	color: #444; 
	background-color: #fff; 
	border-bottom: 4px #f00 solid;
}
#col1_content h3 img {
	margin-right:0.7em;
}
#col1_content .mainMenu {
        font-size: 0.8em;
	width: 142px;
	overflow: hidden;
	color:#f00;
	margin:12px 0 0 0;
	padding:0 0 0 0;
	border-top: 2px #fff dotted;
/*	border-bottom: 2px #aaa solid; */
}
#col1_content .mainMenu img {
	margin-right:0.7em;
}

#col1_content .mainMenuFooter {
	margin-top: 80px;
}

#col1_content ul {
	width: 100%;
	overflow: hidden;
	margin: 0em 0 0em 0;
	list-style-type: none;
	/*border-top: 2px #00f dotted;*/
	/*border-bottom: 2px #00f dotted;*/
}
#col1_content ul a { display:block; text-decoration: none; }
#col1_content ul li { float:left; width: 100%; margin:0; padding: 0 }
#col1_content ul li strong {
	display:block;
	width: 95%;
	padding: 3px 0px 3px 7%;
	/*background-color:#aab;*/
	color:#000;
	font-weight: bold;
        /*border-top: 2px #fff dotted;*/
	border-bottom: 2px #fff dotted;
}
#col1_content ul li ul li strong {
	display:block;
	width: 90%;
	padding: 3px 0px 3px 14%;
	/*background-color:#aab;*/
	color:#000;
	font-weight: normal;
	border-bottom: 2px #fff dotted;
}
#col1_content ul li ul li ul li strong {
	display:block;
	width: 95%;
	padding: 3px 0px 3px 21%;
	/*background-color:#aab*/
	color:#f00;
	font-weight: bold;
	border-bottom: 2px #fff dotted;
}
#col1_content ul li a {
	width: 95%;
	padding: 3px 0px 3px 7%;
	/*background-color:#fff;*/
	color: #000;
        font-weight: bold;
	border-bottom: 2px #fff dotted;
}
#col1_content ul li a:hover { background-color:inherit; color: #878889 ; }
#col1_content ul li ul { list-style-type: none; margin:0; padding: 0; }
#col1_content ul li ul li { float:left; width: 100%; margin:0; padding:0; }
#col1_content ul li ul li a {
	width: 90%;
	padding: 3px 0px 3px 14%;
	/*background-color:#f8f8f8;*/
	color: #000;
        font-weight: normal;
	/*border-bottom: 2px #f00 dotted;*/
}
#col1_content ul li ul li ul { list-style-type: none; margin:0; padding: 0; }
#col1_content ul li ul li ul li { float:left; width: 100%; margin:0; padding:0; }
#col1_content ul li ul li ul li a {
	width: 90%;
	padding: 3px 0px 3px 21%;
	/*background-color:#e4e4e4;*/
	color: #000;
        font-weight: normal;
	border-bottom: 2px #fff dotted;
}
#col1_content ul li ul li a:hover { background-color:inherit; color: #878889 ; }
#col1_content ul li#title {
	width: 95%;
	padding: 3px 0px 3px 7%;
	font-weight: bold;
	color: #444;
	/*background-color: #fff;*/
	border-bottom: 2px #fff dotted;
}

}
