/*
** 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: #FDFBF9; padding:0px;height:100%; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page { width: 960px; background: #F4E8D7; margin:auto;border: 3px #ffffff solid; }
#page_margins { margin-left: auto;margin-right: auto;max-width:none;min-width:inherit; }

/* Formatierung der Kopfbereiches */
#header { background: #C6A06C; color: #000000;  }

/* Formatierung der Fusseile */
#footer {
    background: #FFFF88;
    color: #000000;
    margin:10px auto 20px auto;text-align:center;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: #FFFF88;  }

/* linke Spalte */
#col1 {width: 195px;}
#col1_content { color: #000000; margin-left: 0em; margin-right: 0em;}

/* Rechte Spalte */
#col2 {width: 200px;}
#col2_content {color: #000000; margin-left: 0em; margin-right: 0em;}

/* Mittlere Spalte */
#col3 { background: #F4E8D7; margin-left: 195px; margin-right: 200px;}
#col3_content { color: #000000; padding: 7px 0 0 0; }

/* ------------------------------------------------------------------- */

#header {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    height:110px;
}

}