body {
	text-align: center;
	background: #a5ab9d none;
}
#fx_bg_wrapper {
	height: 100%;	
	background: #FFF;
	width: 904px; 
	text-align: left;
	position: relative;
	margin: 0 auto;
	
	/* shadow left-side */
	box-shadow:-9px 0px 9px rgba(20,20,20,0.1),9px 0px 9px rgba(20,20,20,0.1);
	-webkit-box-shadow:-9px 0px 9px rgba(20,20,20,0.1),9px 0px 9px rgba(20,20,20,0.1);
	-moz-box-shadow:-9px 0px 9px rgba(20,20,20,0.1),9px 0px 9px rgba(20,20,20,0.1);
}
#fx_wrapper {
	background: #FFF;
	width: 904px; 
	text-align: left;
	position: relative;
	margin: 0 auto;
}
#fx_border_left {
}
#fx_main {
	width: 887px;
	position: relative; left: 7px; 
}
#fx_copyright {
	clear: both;
	position: relative; 
	margin: 80px 0 7px 85px; 
	font-size: smaller;	
	padding-bottom:12px;
}


#fx_content {
	position: relative;
	padding: 30px 30px 30px 80px;
	height: 100%;
}

#fx_content.fx_cl_2 {
	padding-top:240px;
	margin-top:15px;
	background: transparent url('/fileadmin/images/homepage-q5.jpg') no-repeat center top;
}



/**  we have two columns on the front-page "Home" **/
#fx_col_left {
	float: left;
	width: 45%;
	margin-right: 20px;
}
#fx_col_right {
	float: left;
	width: 45%;
	margin-left: 20px;
	position: relative;
}



/* 
 * header 
 */
#fx_header {
 	background: url(../img/header-bg.gif) 0 7px no-repeat;
	width : 890px;
	height: 190px;
	position: relative; 
}

/* frentix logo */
#fx_home {
	position: absolute;
	width: 272px; height: 44px;
	top: 62px; left: 22px;
	z-index:2;
}
#fx_home img {
	border: 0;
}

/***  navigation */
#fx_menu {
	/* start at right position left from logo and at correct height */
	padding: 122px 0 0 80px;
	position: relative;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;	
	text-transform: uppercase;
}
#fx_menu li a:hover {
	text-decoration: none;
	color: #7A7677;
}

#fx_menu li a {
	color: #504D4E;
	font-weight: bold;
	text-transform:  uppercase;
}
#fx_menu li.n2 a {
	font-weight: normal;
}

#fx_menu li a.active {
	color: #A6C11E;
}

#fx_menu ul {
	padding: 0; margin: 0;
	position: relative;		
}
#fx_menu  ul.n2wrap {
	position: absolute; 
	top: 18px;
	white-space: nowrap;
	z-index: 3;
	width:730px; /* FF fix **/
}

#fx_menu li {
	margin: 0;
	list-style-type: none;
	list-style-image: none;	
	float: left;
	position: relative;
}

#fx_menu .spacer{
	color: #A6C11E;
	padding:0px 8px;
}

/* grey : 7A7677  */
/* grey dark : 504D4E */
/* frentix greeen : A6C11E */



/* meta menu */
#fx_meta {
	position: absolute;
	bottom: 77px; left: 760px;
	padding: 0; margin: 0;
}
#fx_meta ul {
	padding: 0 0 0 15px; margin: 0;	
}


#fx_meta ul.langmenu {
	margin-bottom:14px;
}

#fx_meta li {
	list-style-type: none;
	list-style-image: none;	
	display: block;
	padding: 0; margin: 0;
	height: 15px; 
}
#fx_meta a {
	font-weight: bold;
	color: #504D4E;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;	
	text-transform: uppercase;
	text-decoration: none;
}
a.fx_meta_contact {
	color: #A6C11E  ! important;
}
a.fx_meta_lang {
	color: #4E734A ! important;
}
