/*
** 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: 930px; background:transparent; margin:30px auto 0px auto; border:0px #B5D991 solid;
       background-image:url(/fileadmin/images_layouts/bg_hp.jpg); background-repeat: no-repeat;
}
#page_margins { margin-left: auto;margin-right: auto;max-width:none;min-width:inherit; }

#header_hp {
	background-color: #ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:223px;
}

#nav_hp {
	
	height:337px;
}

#nav_de_hp  {
	height:30px;
	width:131px;
	margin:75px 0px 0px 600px;
	text-align:right;
	
}
#nav_de_hp a:link,
#nav_de_hp a:active,
#nav_de_hp a:visited,
#nav_de_hp a:hover {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#212125;
	height:25px;
	width:121px;
	display:block;
	background-image:url(/fileadmin/images_layouts/de_0.gif); background-repeat: no-repeat;
	padding:5px 10px 0px 0px;
}
#nav_de_hp a.active, #nav_de_hp a:hover {
	height:25px;
	width:121px;
	display:block;
	background-image:url(/fileadmin/images_layouts/de_1.gif); background-repeat: no-repeat;
	padding:5px 10px 0px 0px;
}


#nav_en_hp  {
	height:30px;
	width:131px;
	margin:7px 0px 0px 600px;
	text-align:right;
}
#nav_en_hp a:link,
#nav_en_hp a:active,
#nav_en_hp a:visited,
#nav_en_hp a:hover {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#212125;
	height:25px;
	width:121px;
	display:block;
	background-image:url(/fileadmin/images_layouts/en_0.gif); background-repeat: no-repeat;
	padding:5px 10px 0px 0px;
}
#nav_en_hp a.active, #nav_en_hp a:hover {
	height:25px;
	width:121px;
	display:block;
	background-image:url(/fileadmin/images_layouts/en_1.gif); background-repeat: no-repeat;
	padding:5px 10px 0px 0px;
}

#created_by_ig {position:absolute; bottom: 30px; left: 3px;}






/* Rechte Spalte abschalten */
#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;}

} /* @media screen - end */

@media all
{

#page_to_top {left:800px;}

} /* @media all - end */