/*
** Author    : SWISS TYPO3 AG
** YAML      : 2.5.2
** Version   : 21.09.07 / 0.1.3
** Datei     : basemod_001.css
** LayoutKey : swisstypo3default
** Funktion  : Variation des Basislayouts - Spaltenanordnung: 1-3
*/

@media screen
{

body {background-image:url(/fileadmin/images_layouts/bg_body.gif); background-position: center top; background-repeat:no-repeat; }


#page {width: 976px; background: transparent; margin:auto;border: 0px #B5D991 solid;  }
#header { background-color: #000000;
	        color: #658A3E;
					padding:0px 0px 0px 0px;
					margin:0px 0px 0px 0px;
					height:145px;
}
#nav1 { background: #FFE100; height: 21px; }
*+html #nav1 { height: 22px; }

#main {background: transparent;}

/* linke Spalte */
#col1 {width:192px;}
#col1_content {margin-left:0em; margin-right:0em;}
#agb_imp { font-size:12px; line-height:17px; padding: 6px 0px 5px 9px; }
#adress { font-size:12px; line-height:17px; padding: 0px 0px 0px 9px; }
.adress_tel_fax { width:35px; float:left; }

/* Rechte Spalte abschalten */
#col2 { display:none; }
#col2_content { display:none; }
/* rechten Randabstand anpassen */
#col3 { min-height:600px; border-left:0px dotted #B5D991;border-right:0px dotted #B5D991;background:transparent; margin-left:192px; margin-right:151px;}
#col3_content {margin-left: 32px; margin-right: 0px; padding-top: 0px; padding-bottom: 0px; }

} /* @media screen - end */

@media all
{

#page_to_top {left:800px;}

} /* @media all - end */
