/*
** 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-color: #ffffff; padding:0px;height:100%; }

/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width: 960px; background: #fff; 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: #ffffff; color: #000000;  }

/* Formatierung der Fuߺeile */
#footer {
	background:#376cae;
	color: #FFFFFF;
	border-top: 3px #ffffff solid;
}

/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/
/*#main { background: #8B8B8B;}*/
#main {
	background:#ffffff;
	background-image:url(/fileadmin/images/layout/background_main.gif);
	background-position:0px 0px;
}

/* linke Spalte */
#col1 {	width: 200px;}
#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: 200px; margin-right: 200px;}
#col3_content { color: #000000; margin-left: 1em; margin-right: 1em; padding-top: 1em; }

/* ------------------------------------------------------------------- */

#nav {background: #ffffff;}

#header {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
/*	height:100px;*/
/*	height:1%;
	overflow:hidden;
*/
}
#header IMG {
	text-align:left;
}
#topnav {
	position:absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	text-align: left;
}

#logo {
	position:relative;
	left:20px;
	top:20px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
	width:200px;
}

}