*/ ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : layout_1-3-2.css
**  Funktion    : Zentrales Stylesheet 1-3-2-Layout 
**
** Modified: 18-Jan-07 Dieter Stokar, Usility GmbH
*/


#page_margins { min-width: 800px; max-width: 80em; margin:auto; overflow: hidden;}
#header { position:relative;}

/* linke Spalte */
#col1 {	width: 14em; } /* = <left_col_width> */
#col1_content {	margin: 10px; background:inherit; }

/* Rechte Spalte -> unsichtbar, kann sichtbar gemacht werden mit Anweisung unten */
#col2 {
	top:-1000px;
	display: none; 
} /* #col2 {width: {<side_col_width>; display:block; top: 0;} */
#col2_content {	margin: 10px; }

/* Mittlere Spalte = Seiteninhalt*/
#col3 { 
	margin-left: 14em;  /* = #col1 { width: <left_col_width>;} */
	margin-right: 0;    /*= #col2 { width: <side_col_width>; } */
}
#col3_content { padding-top: 10px; margin-left: 10px;margin-right: 10px;}


/*----- colors ---------------------------*/
/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
/*#page{ border: 1px #ccc solid;}*/
/*#page_margins {border: 4px #eee solid; */


/*
#col1 {background: #edd; border-right: 1px solid black;}
#col1_content {}
#col2 {background: #efe;  border-left: 1px solid black;}
#col2_content {background: #ded; }
#col3 {background: #fff;  border-left: 1px solid red;  border-right: 1px solid green;} 
#col3_content {background: #fff;}
#main {background: #fff; }
*/


