/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.0.1
**  Dateiversion: 23.12.05 
**  
**  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:800px; 
	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: #aaa; }

/* Himtergrundgrafik für linke Spalte - Grafikbreite 250 Pixel */
#main { background-color: rgb(235, 235, 235); }

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/

#col1 {	width: 270px; }	



#col2
{
	margin-left: 270px;
	margin-right: 200px;
	border-left: #AAA;
	border-right: #AAA;
	border-width: 0 1px 0 1px;
	border-style: none dotted none dotted;
}


#col3 {	width: 200px; }

} 
