/*
** 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
{

/* Formatierung der Seite */
body { background: #FFFFFF; padding:0px;height:100%; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width:1000px; background: #FFFFFF; margin:0px 0px 0px 0px;border-top: 4px #F58027 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;
	background-image:url(../../images/layout/bg_col1.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
}
#col1_content { color: #000000; margin-left: 0em; margin-right: 0em;}

/* Rechte Spalte */
#col2 {	width: 190px;}
#col2_content { color: #000000; margin-left: 0em; margin-right: 0em;}

/* Mittlere Spalte */
#col3 { background: #FFFFFF; margin-left: 200px; margin-right: 190px;}
#col3_content { color: #000000; margin-left: 27px; margin-right: 1em; padding-top:19px; }

/* ------------------------------------------------------------------- */

} /* end @media */