/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.highresolution.info/webdesign/yaml/) #
** ######################################################################################################
** 
**  YAML Version: 2.1.1
**  Dateiversion: 04.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:790px; 
	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: #F7C800; }

/* Himtergrundgrafik für linke Spalte - Grafikbreite 250 Pixel */
#main { background: #DBEEF9 url("../images/bg_left_1.png") repeat-y top left ; }

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/

#col1 {	width: 150px; }	

#col3
{
  	margin-left: 151px; 
   	margin-right: 151px; 
	border-left: 1px;
	border-right: 2px;
}

#col2 {	width: 150px; }

} 
