/*
** 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{ height:98%; width:801px; background: #ffffff; margin:auto; border: 0px #B5D991 solid; }
#page_margins { height:98%; margin-left: auto;margin-right: auto;max-width:none; min-width:inherit; }

/*
# -------------------------------------------------------------------------
# Formatierung des Kopfbereiches 
# -------------------------------------------------------------------------
*/

#header {
	background-color:transparent;
	background-image:url(/fileadmin/images_layouts/header.jpg);
	background-position:left top;
	background-repeat:norepeat;	
	color:#ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:72px;
}

/* 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:182px;
	top:38px;
	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%;
}

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main { height:auto; min-height:90%; background:#ffffff; border-right:1px solid #666666; border-bottom:1px solid #666666; border-left:1px solid #666666; }

/* 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 { background-color:transparent; margin-left:200px; margin-right:200px;}
#col3_content {margin-left: 1em; margin-right: 1em; padding-top: 2em; padding-bottom: 1em;}

/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	height:307px;
	padding:0px 0px 0px 0px;
	border-width:0px 1px 1px 1px;
	border-color:#666666;
	border-style:solid;
	color:#666666;
	text-align:left;
	font-size:11px;
}

#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 */