/*
** Author    : SWISS TYPO3 AG
** YAML      : 2.5.2
** Version   : 04.12.07 / 0.1.4
** 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:997px; background:#ffffff; margin:auto; /*@@LAYOUT;Hintergrundfarbe@@*/}
#page_margins { margin-left:auto; margin-right:auto; max-width:none; min-width:inherit; }

/*
# -------------------------------------------------------------------------
# Formatierung des Kopfbereiches 
# -------------------------------------------------------------------------
*/

#header {
	background-color:#00adef; /*@@LAYOUT;Hintergrundfarbe@@*/
	color:#ffffff; /*@@LAYOUT;Scriftfarbe@@*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:213px;
	border: 0px solid #00adef;
}

#nutzfunktionen {
	background-color:#00adef; /*@@LAYOUT;Hintergrundfarbe@@*/
	color:#ffffff; /*@@LAYOUT;Schriftfarbe@@*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:20px;
}

#nav {
	background-color:#00adef; /*@@LAYOUT;Hintergrundfarbe@@*/
	color:#ffffff; /*@@LAYOUT;Schriftfarbe@@*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:1%;
	overflow:hidden;
}


/* Formatierung der Navigation oben */
#topnav {
	position:absolute;
	top:0px;
	right:0px;
	background:transparent;
	text-align:left;
	width:100%; /* for safari */
}

#secondarily_nav_1 {
	text-align:left;
	height:90px;
}
#secondarily_nav_2 {
	text-align:right;
	height:90px;
}

#headerlink_1 {
	margin:10px 0px 0px 10px;
}
#headerlink_2 {
	margin:10px 10px 0px 0px;
	height:1%;
	overflow:hidden;
}

/* Link für Logo links */
#headerlink_1 a {
	display:block;
	width:220px;
	height:70px;
	text-decoration:none;
}
/* Link für Logo rechts */
#headerlink_2 a {
/*
	background:#ff0000;
	display:block;
	width:100px;
	height:100px;
	float:right;
	text-decoration:none;
*/
}

#slogan {
	top:145px;
	left:180px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	position:absolute;
}


/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#00adef;/*@@LAYOUT;Hintergrundfarbe@@*/}

/* linke Spalte */
#col1 {width:180px; margin-top:-12px;}
#col1_content {margin-left:0em; margin-right:0em;}

#pageinclude2 { margin: 20px 3px; overflow: hidden; }
#banners {margin:0px 3px 0px 3px;}

/* Rechte Spalte */
#col2 {width:180px; margin-top:-22px;}
#col2_content {margin-left:0em; margin-right:0em;}

#banners_right {margin:0px 3px 0px 3px;}

/* Mittlere Spalte */
#col3 {background:#ffffff; margin-left:180px; margin-right:180px; padding-left:11px; padding-right:11px;}
#col3_content {margin-left:0px; margin-right:0px; padding-top:10px; padding-bottom:10px;}

/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color:#00adef; /*@@LAYOUT:FOOTER;Hintergrundfarbe@@*/
	padding:0px 0px 0px 0px;
	color:#fffffe;/*@@LAYOUT:FOOTER;Schriftfarbe@@*/
	height:22px;
	text-align:left;
	font-size:11px;
}

#footer a {
	color:#004560; /*@@LAYOUT:FOOTER;Link Schriftfarbe@@*/
	font-size:11px;
}

#footer #adresse {
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 30px;
	float:left;
}

#footer #currentdate {
	color:#fffffe;/*@@LAYOUT:FOOTER;Schriftfarbe@@*/
}

#page_to_top {
	display:block;
	position:relative;
	top:-20px;
	left:590px;
	width:150px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index:10;
	float:left;
	text-align:right;
}

#page_to_top a {
	color:#004560; /*@@LAYOUT;Link Schriftfarbe@@*/
}


a.anchor {
display: block;
}



/* ------------------------------------------------------------------- */

} /* end @media */
