/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.2
**  Dateiversion: 23.02.06  
**  Datei       : basemod_bsp_variante3.css
**  Funktion    : Variation des Basislayouts (3-Spalten-Layout mit fixer Gesamtbreite)
**
*/

@media screen
{
/* Festlegung der Layoutbreite und Zentrierung*/
#page_margins { 
	width:100%; 
	margin-left: auto;
 	margin-right: auto;
	max-width:inherit;  /* min-width für fixes Layout abschalten */
	min-width:inherit;  /* max-width für fixes Layout abschalten */
}

/* Korrektur von Randabständen */
#main { margin: 0; padding: 0; }
#footer {margin:0; padding: 1em; border-color: #fc0; }

/* Himtergrundgrafik für linke Spalte - Grafikbreite 250 Pixel */
#main { background: #fff url("../img/bg_left2.gif") repeat-y top left; }

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/

#col1 {	width: 200px; }	

#col3
{
  	margin-left: 200px; 
   	margin-right: 200px; 
	border-left: 2px dotted #fc0;
	border-right: 2px dotted #fc0;
}

#col2 {	width: 200px; }

} 
