/*
** 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: 995px; background: #ffffff; margin:auto;border: 0px #B5D991 solid; }
#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:145px;
}

#header_img {
	background-image: url(/fileadmin/images_layouts/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:145px;
	width:618px;
	float: right;
}

/* Formatierung der Navigation oben */
#topnav {
	position:absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	text-align: left;
	width:100%; /* for safari */
}

/* Formatierung des Logos */
#logo {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	float: left;
}

#logo IMG{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	float: left;
}

#secondarily_nav_1 {}

#secondarily_nav_2 {
	margin: 0px 0px 0px 0px;
	padding:125px 230px 0px 0px;
	width: 50%;
}

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#ffffff;}

/* linke Spalte */
#col1 {width:199px; background-image: url(/fileadmin/images_layouts/bg_col1.jpg); background-repeat: no-repeat; background-position: 0px 0px;}
#col1_content {margin-left:0em; margin-right:0em;}

/* Rechte Spalte */
#col2 {width:197px; background-image: url(/fileadmin/images_layouts/bg_col2.jpg); background-repeat: no-repeat; border-top:1px solid #AEACAC; min-height: 450px; height: 450px;}
#col2_content {margin-left:0.5em; margin-right:0.5em; padding-bottom: 1em;}

/* Mittlere Spalte */
#col3 {border:1px solid #AEACAC; background:#ffffff; margin-left:199px; margin-right:197px;}
#col3_content {padding-left: 1.5em; padding-right: 1.5em; padding-top: 0.1em; padding-bottom: 1em;}

/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color: #FFFFFF;
	padding:3px 0px 3px 0px;
	color: #AEACAC;
	text-align:left;
}

#footer a {
	color: #E51937;
	text-decoration: none;
}

#footer #adresse {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 220px;
}

#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 */