/*
** 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: 930px; 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: #003C78;
	background-image: url(/fileadmin/images_layouts/header.jpg);
	background-repeat: no-repeat;
	color: #658A3E;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:156px;
}

/* 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:10px;
	top:10px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

#search_box {width:180px; margin-top:12px; }

#search_text {float: left; color:#ffffff; margin-left:2px; margin-right:4px;}

#searchform {
  float: left; 
}

#secondarily_nav_1 {}

#secondarily_nav_2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
	padding:0px 2px 3px 6px;
	width:920px;
	border: 0px red solid;
	height:40px;
}

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#003C78;}

/* linke Spalte */
#col1 {width:178px;}
#col1_content {margin-left:0em; margin-right:0em;}

/* Rechte Spalte */
#col2 {width:181px;}
#col2_content {margin-left:0em; margin-right:0em;}

/* Mittlere Spalte */
#col3 { margin-left:178px; margin-right:181px; background-color: #ffffff;}
#col3_content {margin-left: 30px; margin-right: 30px; padding-top: 1em; padding-bottom: 1em; min-height: 600px;}

/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color: #003C78;
	background-image: url(/fileadmin/images_layouts/bg_footer.gif);
	padding:3px 0px 3px 0px;
	color: #003C78;
	border-top: 1px #003C78 solid;
	text-align:center;
	font-size:11px;
	height: 30px;
}

#footer span,
#footer a {
	color: #003C78;
	font-size:11px;
	line-height: 200%;
}

#footer #adresse {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 330px;
	border: 0px red solid;
	float: left;	
	
}
* html #footer {
	position:absolute;	
}
* html #footer #adresse {
	position:absolute;	
}


/*
# -------------------------------------------------------------------------
# Temp. Mailform-CSS
# -------------------------------------------------------------------------
*/



/* ------------------------------------------------------------------- */

} /* end @media */