/* CSS Document */





.logo_piguetweb {
	margin-top: 10px;
}
/* Raender Seitenhintergrund */

html {
	height:100%;
	margin-bottom:1px;
	overflow-y:scroll;
}
* {
	margin:0;
	padding:0;
}
body {
	padding:0px 0;
	text-align:center;
	background:url(../img/filacro_hintergrund_3.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	height: 800px;
	position: relative;
}
/* Layout: Breite, Hintergrund, Rahmen */

#page_margins {
	text-align: left;
	width:965px;
	height:	auto !important;
	margin: 0 auto;
}
#page {
	min-height:	650px!important;
	background-color:#ffffff;
	/* MSIE - PC */
filter: alpha(opacity=90);
/* Mozilla 1.6 und frueher */
-moz-opacity: 0.9;
opacity: 0.9;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;*/
	margin-top:10px;
}
/* Zentrierung des Layouts in alten IE-versionen */
#header {
	clear:both;
	margin:0;
	padding:0px !important;
	text-align:right;
	height:166px;
	width:100%;
	text-align: left;
	position: relative;
}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 243px;
	height:137px;
	padding: 0px;
	margin: 0px;
}

#Inhaltheader {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 636px;
	height: 137px;
	padding: 0px;
	margin: 0px;
}

#layoutdims {
	clear:both;
	background:#fff;
	margin:0;
	text-align:right;
	height:100px;
	width:100%;
}
#mainnavcontainer {
	width: 920px;
	height: 150px;
	margin-left: 30px;
	right: 30px; 
	top: 163px;
}
#slogan {
	float: right;
	width: auto;
	text-align:center;
	margin-right:20px;
}
/*Wrapper um Inhalte*/

#main {
	float:right;
	padding: 40px 0px 0px 0px;
	width: 965px !important;
	width: 1040px; /*fuer IE*/
	height:auto;
	background-color:#FFF;
}
.floatbox {
	overflow:hidden;
}
.clearfix {
	display:block;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:	both;
	visibility:hidden
}
#ie_clearing {
	display:none;
}
#col1 {
	float:left;
	width:200px;
	margin: 0 0 0 30px
}
#subnav {
	width:200px;
	padding: 0px;
	float: left;
}

#col1_content {
	float: left;
	width:200px;
	text-align: left;
	height: auto;
	padding: 12px;
	margin:0 10px 0 0px;
	color:#000;
}
#col1_content a {
	color: #999;
	text-decoration: none;
}
#col1_content a:hover {
	color: #999;
	text-decoration: underline;
}
#col2 {
	float: right;
	margin:0 30px 0 0;
	width:635px;
}
#col2_content {
	position: relative;
	padding: 0px;
	margin: 0px;
	min-height:300px;
	height:auto !important;
	height:500px;
}
#footer {
	width: 945px;
	float: left;
	padding: 30px 20px 15px 0px;
	background-color: #ffffff;
	font-size: 0.75em;
	text-align:right;
}
#footercontent {
	width:670px;
	height: auto;
	text-align: left;
	font-size: 1.0em;
	margin-left: 40px;
}

