/* ######################################################################################################
** # "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
** Modified: 20-Mai-07 Christoph Dill, 
*/


#header { 
	position:relative;
	height: 106px;
	padding:0em 0em 0em 1em;
}

/* linke Spalte */
#col1 {	
	width: 200px;
	min-height:700px;
	padding-top:5px; }
#col1_content {
	margin: 1px;
	background:inherit;
	padding: 5px;
}


/* Rechte Spalte */
#col2 {	
	width: 200px; 
	min-height:700px;}
#col2_content {	
	width: 200px;
	margin: 10px; 
	margin-top:10px;}

/* Mittlere Spalte */

#col3 { 
	width: 520px;
	min-height:700px;
	margin-left: 200px;  /* = #col1 {	width: XY} */
	margin-right: 200px; /*= #col2 {	width: XY } */
/*	margin-right: 15em; /*= #col2 {	width: XY } */
}
#col3_content { 
	margin-left: 0px; 
	margin-top:0px;
Padding-top:10px;
padding-left:10px}

#footer {
	margin-top: 1px;
	background-color:#CCCCCC;
}
/*----- colors ---------------------------*/
/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ border: 0px #CCC0CC solid;}
#page_margins {
	border: 0px #CCC0CC solid;
	min-width: 972px;
	max-width: 950px;
	margin:auto;
	position: relative;
}


#col1 {background: #fff; border-right: 0px solid #CCC0CC;border-top: 1px solid #CCC0CC;}
#col1_content {background: #fff; border-bottom: 0px solid #CCC0CC;}
#col2 {background: #fff;  border-left: 0px solid #CCC0CC;border-top: 1px solid #CCC0CC;}
#col2_content {background: #fff; }
#col3 {background: #fff;  border-left: 1px solid #CCC0CC;  border-right: 1px solid #CCC0CC;border-top: 1px solid #CCC0CC;} 
#col3_content {background: #fff;}
#main {background: #fff; }

