/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod_2col_left.css
**  Funktion    : Variation des Basislayouts (2-Spalten-Layout)
**
*/

@media screen
{
/* linke Spalte */
#col1 {	width: 185px; }	

/* Rechte Spalte */
#col2, #col2_content { display:none; } 

#col3 { margin-left: 185px; margin-right: 20px; }

#standardmenu ul li a, 
#standardmenu ul li.cur strong { 
	padding: 2px 0 3px 27px; 
	width: 138px;
	text-decoration: none; 
	background: transparent url(img/pfeil1.gif) 0px 2px no-repeat; 
	margin-bottom: 2px;
}

} 
