@charset "utf-8";
/* CSS Document */

html{
	background-color:#f2f3f8;
	cursor:default;
}
#main_site{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:18px;
	background-image:url(../images/MainSite/futech/site_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#f2f3f8;
	color:#636363;
}

#sitewrap{
	width:1000px;
	margin:auto;
	position:relative;
	background-color:#FFFFFF;
}

#menu{
	width:1000px;
	height:71px;
	background-image:url(../images/MainSite/futech/menu.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
}
#menu ul{
	height:35px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#menu ul li{
	display:inline;

}
#menu ul li a{
	display:block;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	border-right:1px solid #FFFFFF;
	text-decoration:none;
	color:#9d9d9d;
	font-size:14px;
	display:block;
}
#menu ul li a:hover, #menu ul li.selected a{
	color:#93a224;
	background-image:url(../images/MainSite/futech/menuitem_selected.png);
	background-repeat:repeat-x;
	background-position:bottom;
}


#header{
	width:1000px;
	height:69px;
	background-image:url(../images/MainSite/futech/header.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
}

#searchbox{
	position:absolute;
	right:20px;
	top:10px;
	color:#18698f;
	font-size:10px;
}
#searchbox .search_textbox{
	font-size:14px;
	padding:5px;
	background-color:#FFFFFF;
	color:#333333;
	border:1px solid #c1ecfc;
	display:block;
	float:left;
}
#searchbox .search_textbox:hover{
	border:1px solid #a3c7d5;
}
#searchbox .search_submitbtn input{
	background:none;
	border:0px;
	margin:0px;
	padding:0px;
	width:65px;
	height:26px;
	cursor:pointer;
	color:#856d1f;
	text-align:center;
	margin-left:-5px;
}       
#searchbox .search_submitbtn{
	font-size:14px;
	line-height:26px;
	height:26px;
	display:block;
	width:65px;
	margin-left:5px;
	background-image:url(../images/MainSite/futech/searchbtn.png);
	background-repeat:repeat-x;
	border:1px solid #c4ae34;
	background-color:#fff364;
	overflow:hidden;
	float:left;
	text-align:center;
}
#searchbox .search_submitbtn:hover{
	border:1px solid #978628;
}
#searchbox .search_submitbtn:hover input{
	color:#594915;
}

#loginbar{
	width:1000px;
	height:33px;
	background-image:url(../images/MainSite/futech/login_bar.png);
	background-repeat:no-repeat;
	overflow:hidden;
	position:relative;
}

#loginbar #counter{
	background-color:#535657;
	height:30px;
	line-height:30px;
	margin-top:1px;
	width:180px;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	position:absolute;
	top:0px;
	left:250px;
	color:#bdbdbd;
	overflow:hidden;
}
#loginbar #counter .countervalue{
	color:#ffd03c;
}

#loginbar #profile{
	float:right;
	margin-right:20px;
	line-height:30px;
}
* html #loginbar #profile{
	display:inline;
}
#loginbar #profile a{
	color:#cdcdcd;
	text-decoration:none;
}
#loginbar #profile a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#contentarea{
	background-image:url(../images/MainSite/futech/content_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:200px;
	padding-top:10px;
	padding-bottom:10px;
}
* html #contentarea{
	height:200px;
}

#contentarea #content{
	width:960px;
	margin-left:20px;
	margin-right:20px;
}

#footer{
	background-color:#f2f3f8;
	background-image:url(../images/MainSite/futech/footer.png);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-bottom:10px;
}

#footer #copyrightnotice{
	float:left;
	margin-left:20px;
}
#footer #contactfutech{
	float:right;
	margin-right:20px;
	text-align:right;
	color:#333333;
}
#footer #contactfutech .heading{
	font-size:10px;
	color:#999999;
}
* html #footer #copyrightnotice, * html #footer #contactfutech{
	display:inline;
}

#footer .slogan{
	font-size:13px;
	color:#333333;
}
#footer #copyrightnotice p{
	margin-top:0px;
}

.clearfloat{
	clear:both;
}

a{
	text-decoration:none;
	position:relative;
	z-index:10;
	outline:none;
	color:#9ecc42;
	font-style:normal;
}
a:hover{
	text-decoration:underline;
	color:#000000;
}

p,h1,h2,h3,h4,h5,h6,hr{
	margin-top:10px;
	margin-bottom:10px;
}
h1{
	font-size:18px;
	color:#97c835;
}
h2{
	font-size:18px;
	color:#97c835;
}
h3{
	font-size:16px;
	color:#666666;
}
h4{
	font-size:14px;
}
h5{
	font-size:13px;
	font-weight:bold;
}
h6{
	font-size:12px;
}
#contentcol h6{
	font-weight:bold;
}

strong{
	font-weight:bold;
	color:#333333;
}

em{
	font-style:italic;
}

u{
	text-decoration:underline;
}

.mainL01{
	width:960px;
	float:left;
	min-height:1px;
}
.mainL02{
	width:635px;
	margin-right:18px;
	float:left;
	min-height:1px;
}
.mainL03{
	width:290px;
	margin-left:17px;
	float:left;
	min-height:1px;
}



/*futech components*/
.comp_profile_selection{
	margin-top:10px;
	margin-bottom:10px;
}
.comp_profile_selection .profile_buttons{
	width:255px;
	float:left;
	overflow:hidden;
}
.comp_profile_selection .profile_buttons ul li{
	height:84px;
}
.comp_profile_selection .media{
	width:380px;
	float:left;
	overflow:hidden;
	text-align:right;
}
.comp_profile_selection .media img{
	border:1px solid #CCCCCC;
}


.titlebar{
	padding-left:20px;
	height:24px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:5px;
	background-image:url(../images/MainSite/futech/titlebar.png);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}

/*references slideshow*/

/* clients & spinoffs slideshow */
.futech_references_slideshow{
    position:relative;
    height:210px;
	margin:5px;
	margin-left:0px;
	margin-right:0px;
}

.futech_references_slideshow .topbar, .futech_references_slideshow .bottombar{
	background-repeat:no-repeat;
	height:15px;
	width:290px;
}
.futech_references_slideshow .topbar{
	background-image:url(../images/MainSite/futech/referenties_top.png);
}
.futech_references_slideshow .bottombar{
	background-image:url(../images/MainSite/futech/referenties_bottom.png);
	/*display:none;*/
}

.futech_references_slideshow .slideshow_holder{
	height:180px;
	position:relative;
}

.futech_references_slideshow div.reference_slide{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	height:180px;
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
	overflow:hidden;
}
.futech_references_slideshow div.reference_slide img{
	max-height:115%;
	max-width:115%;
}

.futech_references_slideshow div.active{
    z-index:10;
}

.futech_references_slideshow div.last-active{
    z-index:9;
}


/*werkwijze slideshow*/

.werkwijze_slideshow_wrap{
	margin-top:15px;
	margin-bottom:20px;
	background-image:url(../images/MainSite/futech/werkwijze_repeat.png);
	background-repeat:repeat-y;
	padding:0px;
	border-bottom:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	background-color:#FFFFFF;
}
* html .werkwijze_slideshow_wrap{
	height:5px;
}
.werkwijze_slideshow{
	margin:0px;
	padding:0px;
	overflow:hidden;
	background-image:url(../images/MainSite/futech/werkwijze_orn.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	/*overflow:hidden;*/
}
* html .werkwijze_slideshow{
	background-image:none;
}
.werkwijze_slideshow .controls{
	width:247px;
	float:left;
	overflow:hidden;
}

* html .werkwijze_slideshow .controls{
	display:inline;
}
.werkwijze_slideshow .controls .title{
	height:33px;
	overflow:hidden;
	border-right:1px solid #e7e7e7;
	background-color:#FFFFFF;
	text-align:center;
}
.werkwijze_slideshow .controls .controls_top{
	background-image:url(../images/MainSite/futech/werkwijze_top.png);
	background-repeat:no-repeat;
	height:4px;
}
.werkwijze_slideshow .controls .title h4{
	margin:0px;
	line-height:32px;
	font-size:15px;
}
.werkwijze_slideshow .controls ul{
}
.werkwijze_slideshow .controls ul li{
	position:relative;
}
.werkwijze_slideshow .controls ul li a{
	display:block;
	height:18px;
	line-height:18px;
	padding-left:20px;
	border-bottom:1px solid #a1a1a1;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration:none;
	color:#666666;
}
.werkwijze_slideshow .controls ul li a:hover, .werkwijze_slideshow .controls ul li a.selected{
	background-image:url(../images/MainSite/futech/werkwijze_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	color:#000000;
}

.werkwijze_slideshow .controls ul li .normal_page_btn{
	position:absolute;
	top:0px;
	right:0px;
	z-index:10000;
}

.werkwijze_slideshow .slideholder{
	border-top:1px solid #e7e7e7;
	width:387px;
	float:left;
}
* html .werkwijze_slideshow .slideholder{	
	display:inline;
	overflow:hidden;
}
.werkwijze_slideshow .slideholder .slide{
	display:none;
	/*overflow:hidden;*/
	margin:5px;
	position:relative;
	width:377px;
	overflow-x:hidden;
}
.werkwijze_slideshow .slideholder .slide .text{
	margin-right:10px;
}
.werkwijze_slideshow .slideholder .slide .text p{
	margin-top:5px;
	margin-bottom:5px;
	line-height:16px;
}
.werkwijze_slideshow .slideholder .slide .text h1, .werkwijze_slideshow .slideholder .slide .text h2, .werkwijze_slideshow .slideholder .slide .text h3, .werkwijze_slideshow .slideholder .slide .text h4, .werkwijze_slideshow .slideholder .slide .text h5, .werkwijze_slideshow .slideholder .slide .text h6{
	background-color:#FFFFFF;
	font-size:14px;
	color:#333333;
	margin-top:5px;
}
* html .werkwijze_slideshow .slideholder .slide .text{
	background-color:#FFFFFF;
}
.werkwijze_slideshow .slideholder .slide .pic{
	float:right;
	display:inline;
	margin-bottom:5px;
	margin-left:10px;
}
.werkwijze_slideshow .slideholder .slide .pic img{
	border:1px solid #e7e7e7;
}


#newsletter_content{
	height:50px;
}
.subscribe_newsletter{
}
.subscribe_newsletter p{
	margin-top:3px;
	margin-bottom:3px;
}
.subscribe_newsletter input{
	width:175px;
	padding:3px;
	background:none;
	border:1px solid #e7e7e7;
	cursor:text;
}
.subscribe_newsletter input:hover{
	border:1px solid #cccccc;
}
.subscribe_newsletter .submit_subscription{
	border:1px solid #d9d9d9;
	line-height:normal;
	height:auto;
	width:auto;
	color:#666666;
	background-image:url(../images/btn_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	margin-left:5px;
	margin-right:5px;
	cursor:pointer;
}
.subscribe_newsletter .submit_subscription:hover{
	color:#333333;
	border-color:#999999;
}
.subscribe_newsletter .submit_subscription:focus{
	border:1px solid #d9d9d9;
	color:#666666;
}
.subscribe_newsletter .submit_subscription:active{
	border:1px solid #d9d9d9;
	color:#666666;
}


.centerpicture{
	margin-top:5px;
	margin-bottom:5px;
}

.dynamicform_table textarea{
	width:500px;
	height:100px;
	border:1px solid #CCCCCC;
	padding:5px;
}

.dynamicform_table input{
	border:1px solid #CCCCCC;
	padding:5px;
}


.image_float_right{
	margin-top:10px;
	margin-bottom:10px;
}
.image_float_right img{
	border:1px solid #E7E7E7;
}
.image_float_left{
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.image_float_left img{
	border:1px solid #E7E7E7;
}

.text_float_left{
	margin-left:0px;
	margin-top:10px;
	margin-bottom:10px;
}
.text_float_right{
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
}

.content_head{
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
	color:#97c835;
}

.pagenav{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:5px;
	width:635px;
}

.simple_page_link{
	padding-left:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.simple_page_link a{
	color:#4a4a4a;
	font-size:12px;
}
.simple_page_link .date{
	color:#b5b5b5;
	font-size:10px;
}

.pictureconsult_left{	
	padding-left:0px;
}
.pictureconsult_right{	
	padding-right:0px;
}
.downlnav{
	padding-bottom:5px;
}
.downlnav_left{
	padding-left:0px;
}
.downlnav_right{
	padding-right:0px;
}


#mono_poly_panels{
	background-color:#f2f2f2;
	border:1px solid #bebebe;
	width:100%;
}
#mono_poly_panels tr:hover{
	background-color:#eeeeee;
}
#mono_poly_panels td{
	padding:10px;
	vertical-align:top;
	text-align:left;
	border-right:1px dashed #dddddd;
	border-bottom:1px solid #cccccc;
	font-size:10px;
}
#mono_poly_panels td img{
	border:1px solid #bebebe; 
}


#omvormers_tabel{
	background-color:#f2f2f2;
	border:1px solid #bebebe;
	width:100%;
}
#omvormers_tabel tr:hover{
	background-color:#eeeeee;
}
#omvormers_tabel td{
	padding:10px;
	vertical-align:top;
	text-align:center;
	border-right:1px dashed #dddddd;
	border-bottom:1px solid #cccccc;
	font-size:10px;
}
#omvormers_tabel td img{
	border:1px solid #bebebe; 
	background-color:#FFFFFF;
	padding:15px;
}

#contact_table{
	background-color:#f2f2f2;
	border:1px solid #bebebe;
	width:100%;
}
#contact_table tr:hover{
	background-color:#eeeeee;
}
#contact_table td{
	padding:10px;
	vertical-align:top;
	text-align:center;
	border-right:1px dashed #dddddd;
	border-bottom:1px solid #cccccc;
	font-size:10px;
}
#contact_table td img{
	border:1px solid #bebebe; 
	background-color:#FFFFFF;
	padding:15px;
}



.simple_page_menu{
	height:28px;
	background-color:#555555;
	border-top:1px solid #797979;
	border-bottom:1px solid #444444;
	margin-top:5px;
	margin-bottom:5px;
}
.simple_page_menu li{
	display:inline;
}
.simple_page_menu li a{
	display:block;
	color:#CCCCCC;
	float:left;
	height:28px;
	line-height:28px;
	font-size:15px;
	margin-left:15px;
	margin-right:15px;
}
.simple_page_menu li a:hover{
	color:#FFFFFF;
}

#map{
	border:1px solid #cccccc;
}


.infotable{
	width:100%;
}
.infotable .infocell_2{
	width:15px;
}

.dynamicform_table td{
	padding:8px;
	border-bottom:1px solid #fafafa;
}
.infotable td{
	padding:0px;
	border-bottom:none;
}

.site #signin_area table td{
	padding:5px;
}



.voorbeeldofferte{
	width:500px;
	background-color:#fafafa;
	border:1px solid #CCCCCC;
}
.voorbeeldofferte td{
	padding:5px;
	border-bottom:1px dashed #EEEEEE;
}
.voorbeeldofferte tr:hover{
background-color:#EEEEEE;
}
.voorbeeldofferte td p{
	padding:0px;
	margin:0px;
}
