

/*
** 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: #C7C7C7; padding:0px;height:100%; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width: 960px; background: #ccc; margin:auto;border: 3px #ffffff solid; }
#page_margins { margin-left: auto;margin-right: auto;max-width:none;min-width:inherit; }

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main { background: #8B8B8B;}

/* linke Spalte */
#col1 {	width: 200px;}
#col1_content { color: #000000; margin-left: 0em; margin-right: 0em;}
#col1_fb_twitter {
   float:none;
   display:block;
   width:200px;
   padding:20px 0px 0px 10px;
}


/* Rechte Spalte */
#col2 {	width: 200px;}
#col2_content {	color: #000000; margin-left: 0em; margin-right: 0em;}

/* Mittlere Spalte */
#col3 { background: #fff; margin-left: 200px; margin-right: 200px;}
#col3_content { color: #000000; margin-left: 1em; margin-right: 1em; padding-top: 1em; }


a.anchor {
display: block;
}

/* ------------------------------------------------------------------- */

} /* end @media */
