/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 31.05.07
** Datei        : basemod.css
** Funktion     : Basisdatei fuer YAML Layout (static CSS) - Default Layout is 1-3-2
*/

@media all
{

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width:700px; background:#ffffff; border:0px #ffffff solid; }
#page_margins { margin-left:auto; margin-right:auto; max-width:none; min-width:inherit; }

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#ffffff;}

/* linke Spalte */
#col1 {	width:200px; }
#col1_content { margin-left:0em; margin-right:0em; }

/* Rechte Spalte */
#col2 {	width:200px; }
#col2_content { margin-left:0em; margin-right:0em; }

/* Mittlere Spalte */
#col3 { background:#fff; margin-left:0px; margin-right:0px; }
#col3_content { margin-left:0em; margin-right:0em; padding-top:2em; }

/* ------------------------------------------------------------------- */

} /* end @media */
