/*
** Author       : swisstypo3
** YAML Version : 2.5.2
** Dateiversion : 13.04.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: 929px; background: #FFF; margin:auto;}
#page_margins { margin-left: auto;margin-right: auto;max-width:none;min-width:inherit; }

/* Formatierung der Kopfbereiches */
#header { background: #EAF1E3; color: #000000;  }

/* Formatierung der Fuߺeile */
#footer {
	background: #000000;
	color: #FFFFFF;
	border-top: 3px #ffffff solid;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
#main { background: transparent;}

/* linke Spalte */
#col1 {	width: 223px;}
#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: #fff; margin-left: 228px; _margin-left: 225px; margin-right: 200px;}
#col3_content { color: #000000; margin-left: 1em; margin-right: 1em; padding-top: 1em; }

/* ------------------------------------------------------------------- */

#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:110px;
}

#topnav {
	position:absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	text-align: left;
}

#logo {
	position:relative;
	left:55px;
	top:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:200px;
}

}