/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : basemod.css
**  Funktion    : Basis-Modifikation für das Layout des YAML-Tutorials
**
*/

/* Formatierung der Seite */
body { background: #FFF; padding: 0px;	}

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{background: #fff; text-align: left;}

#page_margins { 
	width:950px; 
	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 */
}


/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: #fff; padding-top: 8px; } 

/* linke Spalte */
#col1 {}	
#col1_content {margin-left: 0; margin-right: 10px; background:inherit; }

/* Rechte Spalte */
#col2 {}
#col2_content {margin-left: 10px; margin-right: 0; }

/* Mittlere Spalte */
#col3 { }
#col3_content {margin-left: 0px; margin-right: 0px; }

