/*
** Author    : SWISS TYPO3 AG
** YAML      : 2.5.2
** Version   : 07.09.07
** Datei     : basemod_001.css
** LayoutKey : swisstypo3default
** Funktion  : Variation des Basislayouts - Spaltenanordnung: 1-3
*/

@media screen
{

/*
# -------------------------------------------------------------------------
# Formatierung des Kopfbereiches 
# -------------------------------------------------------------------------
*/

#header {
	background-color: #FFFFFF;
	color: #658A3E;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:203px;
	border-bottom: 4px solid #031361 ;
}

/*
# -------------------------------------------------------------------------
# div-block fuer breadcrumb und Suche 
# -------------------------------------------------------------------------
*/
#col3_top1 {
	margin:0px 1em 0px 1em;
	padding-top: 7px;
	height: 22px;
}

/* Breadcrumb Navigation Breite und Aurichtung */
#col3_top1_left {
  	width: 66%;
	float: left;
}

/* Suche Breite und Aurichtung */
#col3_top1_right {
	width: 33%;
	float: right;
}

#searchform {
	float: right;
}

/*
# -------------------------------------------------------------------------
# div-block fuer Seitentitel und Icon-Navigation 
# -------------------------------------------------------------------------
*/
#col3_top2 {
	margin:0px 1em 0px 1em;
	padding-top: 34px;
	padding-bottom: 20px;
	height: 25px;
}

/* Seitentitel Breite und Aurichtung */
#col3_top2_left {
	width: 66%;
	float: left;
	height: 25px;
}

/* Icon-Navigation Breite und Aurichtung */
#col3_top2_right {
	width: 33%;
	float: right;
	vertical-align: bottom;
	height: 25px;
}

/*
# -------------------------------------------------------------------------
# Inhaltsbereich 
# -------------------------------------------------------------------------
*/

/* Rechte Spalte abschalten */
#col2 { display:none; }
#col2_content { display:none; }

/* rechten Randabstand anpassen */
#col3 { margin-right:0; border-right:0; border-left: 4px solid #031361;}

#col3_content {}


} /* @media screen - end */

@media all
{

#page_to_top {left:655px;}

} /* @media all - end */
