/*
** Author    : SWISS TYPO3 AG
** YAML      : 2.5.2
** Version   : 07.09.07
** Datei     : basemod.css
** LayoutKey : swisstypo3default
** 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: 896px; background: #ffffff; margin:auto;border: 1px #999999 solid; border-top-width:0px; }
a.anchor {display: block;}
 
#page_margins { margin-left: auto;margin-right: auto;max-width:none;min-width:inherit; }

/*
# -------------------------------------------------------------------------
# Formatierung des Kopfbereiches 
# -------------------------------------------------------------------------
*/

#header {
	background-color: #ffffff;
	color: #658A3E;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:119px;
	border-bottom:1px #999999 solid;
}

/* Formatierung der Navigation oben */
#topnav {
	position:absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	text-align: left;
	width:100%; /* for safari */
}

/* Formatierung des Logos */
#logo {
	position:absolute;
	left:11px;
	top:23px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

#secondarily_nav_1 {}

#secondarily_nav_2 {
	padding:18px 18px 0px 0px;
	width:45%;
}

#nav_main {
	position:relative;
	margin-top:95px;
	margin-left:218px;
}
* html #nav_main { margin-left:221px; }


/*
# -------------------------------------------------------------------------
# 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 {border-left:1px solid #999999;border-right:1px solid #999999;background:#ffffff; margin-left:200px; margin-right:200px;}
#col3_content {margin-left: 1.5em; margin-right: 1.5em; padding-top: 1.5em; padding-bottom: 0em;}

/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color: #000000;
	padding:3px 0px 3px 0px;
	color: #B5D991;
	border-top: 2px #B5D991 solid;
	text-align:left;
	font-size:11px;
}

#footer span,
#footer a {
	color: #B5D991;
	font-size:11px;
}

#footer #adresse {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 210px;
}

#page_to_top {
	display:block;
	position:relative;
	top:-20px;
	left:600px;
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:10;
	float:left;
	text-align:right;
}

/* ------------------------------------------------------------------- */

} /* end @media */