/*
** 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: 989px; background: #ffffff; margin:auto;border: 4px #0173A4 solid; }
#page_margins { margin-left: auto;margin-right: auto;max-width:none;min-width:inherit; }

#created_by_ig {position:absolute; top: 5px; left: 3px;}

/*
# -------------------------------------------------------------------------
# Formatierung des Kopfbereiches 
# -------------------------------------------------------------------------
*/

#header {
	background-color: #ffffff;
	color: #658A3E;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:150px;
	background-image:url(/fileadmin/images/header/bg_header_2.jpg); background-repeat:no-repeat; background-position: 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 {
	position:absolute;
	left:2px;
	top:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}


#menu_top_balken {
	background-color: #0173A4;
	color: #ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:25px; 
}


#secondarily_nav_1 {}

#secondarily_nav_2 {
	padding:18px 18px 0px 0px;
	width:45%;
}

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#ffffff;}

/* linke Spalte */
#col1 {width:197px;}
#col1_content {margin-left:0em; margin-right:0em;}

/* Rechte Spalte */
#col2 {width:193px;}
#col2_content {margin-left:5px; margin-right:2px; margin-top:10px; }

/* Mittlere Spalte */
#col3 {border-left:1px solid #038DC9;border-right:1px solid #038DC9;background:#ffffff; margin-left:197px; margin-right:193px;}
#col3_content {margin-left: 1em; margin-right: 1em; padding-top: 1em; padding-bottom: 1em;}


/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color: #ffffff;
	padding:3px 0px 3px 0px;
	color: #000000;
	border-top: 0px #0173A4 solid;
	text-align:left;
	font-size:11px;
         background-image:url(/fileadmin/images_layouts/bg_footer.gif); background-repeat:repeat-x; background-position: left;
}

#footer span,
#footer a {
	color: #0173A4;
	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 */