/*
** 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: 940px; 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_01 {
	background-color: #FFFFFF;
	color: #fb0707;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:190px;
border: 0px green solid;
background-image: url("/fileadmin/images_layouts/header.gif");
background-repeat: no-repeat;
}

#header_02 {
	background-color: #FFFFFF;
	color: #fb0707;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:20px;
border-bottom: 1px #FF0000 solid;
}
#header_02 .headline_search {
	color:#000000;
}
#content_area2 {
margin-right: 10px;
margin-top: 44px;
float:right;
color: #000000;
font-size: 0.8em;
}

/* Formatierung der Navigation oben #topnav {
	position:absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	text-align: left;
	width:100%; 
	
	}*/


/* Formatierung des Logos */
#logo {
	position:absolute;
	left:1px;
	top:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

#secondarily_nav_1 {
width: 45%;
}

#secondarily_nav_2 {
	padding:173px 18px 0px 0px;
	width:50%;
height: 37px;
border: 0px red solid;
}

#menu_top {
border: 0px black solid;
padding-top: 4px;
}

#menu_top ul{
list-style-type:none
}

;

#searchform {
}

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#ffffff;}

/* linke Spalte */
#col1 {width:200px;}
#col1_content {margin-left:0em; margin-right:0em;}

#menu_spacer {
	display:block;
	height:40px;
}

/* Rechte Spalte */
#col2 {width:207px;}
#col2_content {margin-left:0em; margin-right:0em;}

/* Mittlere Spalte */
#col3 {border-left:0px dotted #B5D991;border-right:0px dotted #B5D991;background:#ffffff; margin-left:207px; margin-right:200px;}
#col3_content {margin-left: 1em; width: 500px; margin-right: 10em; padding-top: 0.5em; padding-bottom: 1em;}

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

#footer {
	background-color: #FFFFFF;
	padding:3px 0px 3px 0px;
	color: #000000;
	border-top: 1px #FF0000 solid;
	text-align:left;
	font-size:11px;
}

#footer span,
#footer a {
	color: red;
	font-size:11px;
}

#footer #adresse {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 40px;
}

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