/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 12.03.07
** Datei        : basemod.css
** Funktion     : Basislayout DYNCSS - Default Layout is 1-3-2
**
*/

@media all
{

/* Formatierung der Seite */
body { background: ###body_background###; ###body_extras### }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width: ###page_width###; background: ###page_background###; ###page_extras### }
#page_margins { ###page_margins_extras### }

/* Formatierung der Kopfbereiches */
#header { background: ###header_background###; color: ###header_color###; ###header_extras### }

/* Formatierung der Fusseile */
#footer {
	background: ###footer_background###;
	color: ###footer_color###;
	###footer_extras###
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: ###main_background###; ###main_extras### }

/* linke Spalte */
#col1 {	width: ###col1_width###;}
#col1_content { color: ###col1_content_color###; ###col1_content_extras###}

/* Rechte Spalte */
#col2 {	width: ###col2_width###;}
#col2_content {	color: ###col2_content_color###; ###col2_content_extras###}

/* Mittlere Spalte */
#col3 { background: ###col3_background###; margin-left: ###col1_width###; margin-right: ###col2_width###;}
#col3_content { color: ###col2_content_color###; ###col3_content_extras### }

/* ------------------------------------------------------------------- */

#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:110px;
}

}
