/*
** 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
{
/* hintergrundbild des body im basemod_002.css */


/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
#page{ width: 984px; background: #ffffff; margin:auto;
       border-left: 0px #F7F6F5 solid;border-right: 0px #F7F6F5 solid;border-top: 0px #F7F6F5 solid;border-bottom: 0px #F7F6F5 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:109px;
	background-image:url(/fileadmin/images_layouts/bg_header.gif); background-repeat: repeat-x;
	border-left: 1px #C6C0B6 solid;border-right: 1px #C6C0B6 solid;
}

/* 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:21px;
	top:44px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}

#secondarily_nav_1 {}

#secondarily_nav_2 {
	padding:58px 0px 0px 0px;
	width:45%;
}

#nav {	background-color: #8F8778; height:25px; border-left: 2px #C6C0B6 solid;border-right: 2px #C6C0B6 solid; }

/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:transparent;
       border-top: 1px #C6C0B6 solid;
       background-image:url(/fileadmin/images_layouts/bg_main.gif); background-repeat: repeat-y;
       border-left: 1px #C6C0B6 solid;border-right: 1px #C6C0B6 solid;
}

/* linke Spalte */
#col1 {width:179px;}
#col1_content {margin-left:0em; margin-right:0em;}

/* Rechte Spalte */
#col2 {width:213px;}
#col2_content {margin-left:0em; margin-right:0em; margin-top:188px;}

/* Mittlere Spalte */
#col3 {border-left:0px dotted #B5D991;border-right:0px dotted #B5D991;background:transparent; margin-left:179px; margin-right:213px;}
#col3_content {margin-left: 0px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px;}

/* befinden sich breadcrumbs, print */
#col3_content_01 { width:580px; float:left; }       
#print { margin:5px 3px 5px 0px; padding:0px 0px 0px 0px; float:right; }

/* befinden sich kapitel bild */
#col3_content_img { margin-left: 7px; margin-right: 0px; margin-bottom: 10px; }
*html #col3_content_img { margin-left: 4px; }


/* befinden sich h1, content */
#col3_content_02 { margin-left: 25px; margin-right: 25px; margin-top: 0px; margin-bottom: 10px; }


/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color: transparent;
	background-image:url(/fileadmin/images_layouts/bg_footer.gif);
	background-repeat: no-repeat; 
	background-position: top right;
	
	padding:0px 0px 0px 0px;

	color: #000000;
	border-top: 0px #B5D991 solid;
	text-align:center;
	font-size:0.75em;
	width:984px;
	margin:auto;

}

* html #footer {font-size:0.75em;} /* IE6 */

#footer span,
#footer a {
	color: #000000; /*color: #8F8778;*/
}

#footer #adresse {
	padding:5px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	clear:both;
}

#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 */