/*
** Author    : SWISS TYPO3 AG
** YAML      : 2.5.2
** Version   : 21.09.07 / 0.1.3
** Datei     : basemod_000.css
** LayoutKey : swisstypo3default
** Funktion  : Variation des Basislayouts - Spaltenanordnung: 3
*/

@media screen
{


#page{ width: 640px; 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; }


#main {background:transparent;
       border-top: 0px #E9E7E4 solid;
       background-image:none;
       border-left: 0px #C6C0B6 solid;border-right: 0px #C6C0B6 solid;
}

/* Rechte Spalte abschalten */
#col1 { display:none; }
#col1_content { display:none; }
#col2 { display:none; }
#col2_content { display:none; }
/* rechten Randabstand anpassen */
#col3 { margin-right:0; margin-left:0; border-right:0; border-left:0; min-height:600px;}

#logo_hp {text-align:center; margin-top: 200px; margin-bottom: 50px; }

#menu_hp {text-align:center;color:#A19B90; text-transform:uppercase;font-size:34px; }

#menu_hp a,
#menu_hp a:link,
#menu_hp a:visited,
#menu_hp a:hover,
#menu_hp a:active {
	text-decoration:none;
	color:#A19B90;	
}
#menu_hp a:hover {
	text-decoration:none;
	color:#E42518;
}



} /* @media screen - end */

@media all
{

#page_to_top {left:800px;}

} /* @media all - end */
