/*
** 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:930px; background:#D60029; margin:auto; /*@@LAYOUT;Hintergrundfarbe@@*/}
#page_margins { margin-left:auto; margin-right:auto; max-width:none; min-width:inherit; }

/*
# -------------------------------------------------------------------------
# Formatierung des Kopfbereiches 
# -------------------------------------------------------------------------
*/

#header {
	background-color:#d60029; /*@@LAYOUT;Hintergrundfarbe@@*/
	color:#ffffff; /*@@LAYOUT;Scriftfarbe@@*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:145px;
}

#header {
	background-image: url('/fileadmin/images/header/header_default.jpg');
	background-repeat:no-repeat;
}

#header_utilities {
	background-color:#d60029; /*@@LAYOUT;Hintergrundfarbe@@*/
	color:#ffffff; /*@@LAYOUT;Schriftfarbe@@*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:20px;
}

#nav {
	background-color:#d60029; /*@@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 {
/*	background:#ff0000;*/
	display:block;
	width:50px;
	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 {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 187px;
	color:#fffffe;/*@@LAYOUT;Schriftfarbe@@*/
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	position:relative;
float: left;
/*
	top:40px;
	left:187px;
*/
}


/*
# -------------------------------------------------------------------------
# Formatierung der Inhaltsspalten
# -------------------------------------------------------------------------
*/
#main {background:#d60029;/*@@LAYOUT;Hintergrundfarbe@@*/}

/* linke Spalte */
#col1 {width:180px;}
#col1_content {margin-top: 33px;}

#pageinclude2 { margin: 20px 3px; overflow: hidden; }


/* Rechte Spalte */
#col2 {width:180px;}
#col2_content {margin-left:0em; margin-right:0em; padding-top: 15px;}

/* Mittlere Spalte */
#col3 {background:#ffffff; margin-left:180px; margin-right:180px;}
#col3_content {margin-left:10px; margin-right:10px; padding-top:16px; padding-bottom:10px;}

/*
# -------------------------------------------------------------------------
# Formatierung der Fusszeile 
# -------------------------------------------------------------------------
*/

#footer {
	background-color:#d60029; /*@@LAYOUT:FOOTER;Hintergrundfarbe@@*/
	padding:0px 0px 0px 0px;
	color:#fffffe;/*@@LAYOUT:FOOTER;Schriftfarbe@@*/
	height:22px;
	text-align:left;
	font-size:11px;
}

#footer a {
	color:#d60029; /*@@LAYOUT:FOOTER;Link Schriftfarbe@@*/
	font-size:11px;
}

#footer #adresse {
	padding:4px 0px 0px 0px;
	margin:0px 0px 0px 180px;
}

#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:#d60029; /*@@LAYOUT;Link Schriftfarbe@@*/
}

/* ------------------------------------------------------------------- */

} /* end @media */
