/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : basemod_bsp_spaltentrenner.css
**  Funktion    : Einschalten der vertikalen Spaltentrenner an #col3 (beidseitig)
**
*/

@media screen
{

/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins { 
	/* width:1150px; */
	width: 1150px; 
	margin-left: auto;
 	margin-right: auto;
	max-width:none;  /* min-width f�r fixes Layout abschalten */
	min-width:none;  /* max-width f�r fixes Layout abschalten */

}

/* Spaltentrenner 
#col3 {border-left: 2px #ddd dotted;}
#col3 {border-right: 2px #ddd dotted;} */

#col3 {
	/* background-color: white;
	border: 1px grey solid; */
}

#col3_content {
	background-color: white;
	border: 1px solid #999;
}

} 

