/**************************************************/
/* FrontEnd  								      */
/* Versie 01.001                           	  	  */
/* Copyright © 2005 DotControl Webbased solutions */
/**************************************************/ 

/*ie*/
/***********************************************/
/* General HTML tag                            */
/* Algemene stijlen   						   */
  
body {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ebebeb;
	color: #4e380d;
	height: 100%;
	min-height: 200px;
    }

img {
	}

a   {
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
    }
	
a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
    }
	
acronym {
    border: none;
    }


h1	{
	font-size: 1.2em;
	color: #00255e;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}
h1 span {

    }
h2 {
	font-size: 100%;
	font-weight: normal;
   }
h3 {
	font-size: 100%;
	font-weight: normal;
}

p	{
	font-weight: normal;
	}

ul	{
	}
li  {
	}

/***********************************************/
/* Layout                           		   */
#wrapper{
	display:block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 760px;
	height: 100%;
	margin-top: 0px;
	position: relative;
	background-color: #FFFFFF;
}

#containerbase {
	background-image: url(../en-images/bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: auto;
	float: right;
	padding-bottom: 0px;
	margin-top: 0px;
	}

#containerintro {
	width: auto;
	}
#containerintro h1 {
	display: none;
	}
	
#containermain {
	float: right;
	clear: right;
	width: 495px;
	height: 100%;
	margin-top: 0px;	
	text-align: left;
	margin-bottom: 0px;
	}

/***********************************************/
/* Intro Styles                       		   */
#company_logo {
	float: left;
	display: block;
	width: 257x;
	height: 37px;
	margin-top: 16px;
	margin-left: 7px;
	}
	
/* Div pageheader							   */
#pageheader {
	background-image: url(../en-images/pageheader.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 90px;
	width: 760px;
	display: block;
	background-color:#ffffff;
	font-size: 1em;
	}

#pageheader span#utilities {
	float: right;
	clear: right;
	margin-right: 6px;
	margin-top: 0px;
	color: #4e380D;
	}
#pageheader span#utilities a{	
	color: #4e380D;
	}
#pageheader span#utilities a:hover{	
	color: #a5d740;
	}	
#pageheader span#menu {
	width: 744px;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	color: #ffffff;
	display: inline;
	}	
	
#pageheader span#menu span{
	display: none;
	}
#pageheader span#menu a {
	height: 17px;
	background-image: url(../en-images/menu_arrow.jpg);
	background-position: 0px 4px;
	background-repeat: no-repeat;
	padding-left: 16px;
	float: left;
	color: #FFFFFF;
	padding-right: 20px;	
	padding-top: 2px;
	}
#pageheader span#menu a:hover {
	color: #cccccc;
	}	
#pageheader #menu a.pageheader_selected {
	margin-top: 0px;
	color: #a5d740;
	display: block;
	}
#pageheader #menu a.pageheader_selected:hover{
	color: #ffffff;
	}

/***********************************************/
/* Menu                             		   */
/* Aansturing menu 							   */

#linklist {
	float: left;
	clear: left;
	width: 265px;
	height: 100%;
	min-height: 360px;
	margin-top: 0px;
	text-align: left;
	display: block;
	}	
	
#linklist h2{
	padding-top: 12px;
	font-weight: bold;
	color: #484C58;
	width: 100px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	}
#linklist ul {
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	text-align: left;
	list-style-type: none;
	display: block;
	margin-bottom: 15px;
	}
#linklist li a {
	color: #B7B7B7;
	}
#linklist li a:hover {
	color: #6DABDE;
	text-decoration: none;
	}

#lselect {
	background-color: #ebebeb;
	float: left;
	height: 100%;
	clear: none;
	width: 230px;
	margin-left: 20px;
	}
#lselect a {
	padding-left:0px;
	}	

#lselect h2{
	padding-left: 0px;
	margin-top:0px;
	}
#lselect ul{
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	}
#lselect ul li {
	margin-bottom: 10px;
	}
#lselect ul li a {
	background-image: url(../en-images/lselect_button_select.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-left: 15px;
	color: #4e380D;
	display: block;
	height: 100%;
	height: 16px;
	width: 90%;
	font-weight: bold;
	border-bottom: 1px dashed #a5d740;
	}

#lselect ul li a:hover {
	background-image: url(../en-images/lselect_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #a5d740;
    }
	
#lselect ul li#subselected {
    }

#lselect ul li#subselected a {
	background-image: url(../en-images/lselect_button.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-top: 0px;
	padding-left: 15px;
	color: #4e380D;
	display: block;
	height: 100%;
	height: 17px;
	width: 80%;
	font-weight: bold;
	border-bottom: 1px dashed #a5d740;
	}
#lselect ul li#subselected img {
	float: left;
	clear: left;
	margin-top: 2px;
	margin-left: 5px;
	}
#lselect ul li#subselected a:hover {
	background-image: url(../en-images/lselect_button_select.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #a5d740;
    }
#lselect ul li ul {
	margin-left: 0px;
	margin-bottom: 0px;
	}
#lselect ul li ul li {
	}
#lselect #subselected ul li {
	margin-top: 5px;
	padding-left: 0px;
	}
#lselect #subselected ul li a {
	background-image: none;
	float: none;
	border-bottom: 1px dashed #a5d740;
	font-weight: normal;
	padding-left: 30px;
	padding-bottom:2px;
	width: 80%;
	color: #4e380D;
	display: block;
	height: 100%;
	min-height: 10px;
	}

#lselect #subselected ul li a:hover {
	background-image: none;
	font-weight: normal;
	color: #a5d740;
	height: 100%;
	min-height: 10px;
	}

#lselect ul li ul li#subsubselected {  
	}

#lselect ul li ul li#subsubselected a{
	font-weight: normal;
	color: #a5d740;

	}
	
#lselect ul li ul li#subsubselected a:hover{
	font-weight: normal;
	color: #4e380d;
	display: block;
	}


/***********************************************/
/* Content Styles	                       */
/* Stijlen voor de content-pagina              */

#content  {
	width: 476px;
	float: left;
	clear: left;
	height: 100%;
	min-height: 200px;
	}

#contentcategory{
	float: left;
	clear: none;
	margin-bottom: auto;
	height: auto;
	padding: 4px;
	padding-top: 0px;
	width: 200px;
	padding-left: 2px;
}
#content h3 {
	margin: 0px;
	padding-left: 0px;
	margin-top: 10px;
	}

#content ul {
	}
 
#content span {
	}
#content span, span span, span span span, span span span span, span span span span span, span span span span span span,{
	}
#content p {
	}	
#content a {
	}
#content a:hover {
	}
/***********************************************/
/* Contact Styles	                           */
/* Stijlen voor de contactpagina               */
#contactfield {
	}

#field {
	}
.tablebehavior {
	float: left;
	height: auto;
	
	}
.input {
	font-size: 11px;
	border: 1px solid #145da9;
	width: 181px;
	height: 14px;	
	margin-left: 5px;
	padding-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
.input_field{
	font-size: 12px;
	border: 1px solid #145da9;
	width: 184px;
	height: 150px;	
	margin-left: 5px;	
	padding: 0px;
	margin-bottom: 0px;
	}

#contact {
	height: 100%;
	min-height: 447px;
	width: 320px;
	float: left;
	clear: left;
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 5px;
	}

	
#contact h1{
	background-image: url(../en-images/news_detail_h1.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	width: 478px;
	height: 22px;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	margin-top: 7px;
	}
#contact img {
	float: left;
	clear: left;
	margin-top: 2px;
	margin-left: 5px;
	}
#contact p {
	
	}
#contact h2 {
	margin: 0px;

	}
#contact h3 {
	margin: 0px;

	}
#contactfield p {
	}
#contact p1 {
	display: none;
	}
#contact span {
	color: #ff0000;
	padding-left: 6px;
	}
#contact p2 {
	display: none;
	}
#contact p3 {
	display: none;
	}
#contact p4 {
	display: none;
	}
#contact a {
	}
#contact a:hover {
	}
.form_pull_down	{
	padding-left: 3px;
	font-size: 1em;
	border: 1px solid #666666;
	width: 181px;
	height: 16px;	
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	}
	
textarea.input_field {
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #666666;
	width: 181px;
	}
.input {
	padding-left: 3px;
	font-size: 1em;
	border: 1px solid #666666;
	width: 181px;
	height: 14px;	
	margin-top: 1px;
	margin-bottom: 1px;
	}
input_field{
	font-size: 11px;
	border: 1px solid #999999;
}
/* adres */
#adres {
	display: block;
	float: right;
	height: 100%;
	min-height: 250px;
	background-color: #EAEAEE;
	width: 120px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	}

#adres h1 {
	
	}
#adres h1 span{
	display: none;
	}
#adres p {
	padding: 4px;
}
#adres h2 {
	padding: 4px;
	font-weight: bold;
	margin-bottom: -10px;
}
#contacthome {
	font-size: 9px;
	color: #000000;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px;
	}
#contacthome h2{
	font-size: 11px;
	font-weight: bold;
	width: 130px;
	}
#contact_table {
	margin-left: 3px;
	}
.submit_button {
	font-size: 0.9em;
	height: 20px;
	}
/* END contact                           	   */
/***********************************************/ 
/*Portlet*/
#portlets {
	float: left;
	clear: none;
	width: 249px;
	display: block;
	background-color: #ebebeb;
	margin-left: 8px;
	}
#visitors {
	height: 32px;
	width: 250px;
	background-image: url(../en-images/visitors.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	display: block;
	padding-top: 8px;
	margin-bottom: -8px;
	text-align: center;
	}
#subscribe {
	height: 88px;
	width: 255px;
	display:block;
	background-image:url(../images/inschrijven_en.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	}	
#subscribe h2 {
	display: none;
	}
#subscribe p {
	width: 220px;
	padding-left: 20px;
	padding-top: 30px;
	}	
#subscribe a {
	margin-top: -3px;
	background-image: url(../images/inschrijven_button_en.jpg);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	width: 200px;
	height: 16px;
	display:block;
	}	
#subscribe a span{
	display: none;
	}

#search {
	background-image: url(../images/search_back_en.jpg);
	background-repeat: no-repeat;	
	background-image: 0px 0px;
	width: 222px;
	display: block;
	margin-left: 3px;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 20px;
	color: #FFFFFF;
	background-color: #4E380F;
	}	
#search_bottom {
	background-image: url(../en-images/search_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px;
	padding-left: 14px;
	margin-left: -1px;
}
#search h2 {
	width: auto;
	height: 16px;
	display: none;
	margin-left: -5px;
	padding-left: 0px;
	color: #a33047;
	}
#search p {
	display: none;
	padding-left: 0px;
	margin-top: 2px;
	margin-bottom: -5px;
	}	
.search_input {
	width:106px;
	font-size: 0.9em;
	padding-left: 0px;
	
	}
.search_pull_down {
	
	font-size: 0.9em;
	padding-left: 0px;

	}
.search_item {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: dotted #FFFFFF 1px;
	padding: 4px;
	padding-left: 0px;
	padding-right: 0px;
}
.search_button {
	background-image: url(../en-images/search_button.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 92px;
	margin-left: -4px;
	font-size: 0.9em;	
	margin-top: 10px;
	margin-bottom: -6px;
	display: block;
	}
.search_header {
	padding-bottom: 4px;
}
.search_button a span {
	display: none;
	}		
.search_table {
	margin-top: 50px;
	}
#clientcenter {
	background-image: url(../images/clientcenter_en.jpg);
	background-repeat: no-repeat;
	width: 274px;
	height: 151px;
	display: block;
	float: left;
	margin-top: 10px;
	padding-top: 35px;
	padding-left: 20px;
	}	
#clientcenter h2 {
	display: none;	
	}
#clientcenter span{
	display: none;
	}
#clientcenter p{
	float: left;
	width: 250px;
	}
.clientcenter_input {
	float: left;
	height: 13px;
	margin-top: -10px;
	font-size: 0.9em;
	width: 200px;
	}
.clientcenter_button {
	background-image: url(../en-images/clientcenter_button.jpg);
	height: 21px;
	width: 78px;
	display: block;
	float: left;
	clear: left;
	margin-left: 0px;
	}
#clientcenter a{
	float: left;
	padding-top: 4px;
	padding-left: 3px;
	text-decoration: underline;
	size: 9px;
	}
#clientcenter a span{
	display: none;
	}					
/* opmaak login  */

	
/* Contentmain */
#contentmain {
	float: left;
	clear: left;
	background-color: #FFFFFF;
	padding: 5px;
	width: 476px;
	height: 100%;
	min-height: 357px;
	padding-bottom: 10px;
	}

#contentmain ul li{
	}
#contentmain ul li a {
	}
#contentmain ul li a:hover{
	} 

#contentmain p {

	}
#contentmain p a {

	}

#contentmain a {
	padding-left: 0px;
}

#contentmain p a:hover {

	}

#contentmain h1 {
	background-image: url(../en-images/news_detail_h1.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 478px;
	height: 22px;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	margin-top: 5px;
	}
#contentmain img {
	float: left;
	clear: left;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 2px;	
	}
#contentmain h2 {
	display: none;
	}
#contentmain h3 {
	}


/* END DotControlModule		                   */
/***********************************************/ 

#news {
	width: 490px;
	display: block;
	padding-left: 5px;
	}
#news span a span{
	display: none;
	}	
#news_items_holder {

	}
#news_item {
	height: 254px;
	width: 234px;
	display: block;
	background-image: url(../en-images/news_item_bruin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#news_item h2 a {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding-left: 8px;
	margin-top: 0px;
	float: left;
	margin-bottom: 8px;
	height: 16px;
	overflow: hidden;
	
	}
#news_item p.message {
	float: left;
	line-height: 1.4;
	padding-left: 8px;
	margin-top: 8px;
	}
#news_item span a {
	background-image: url(../en-images/news_item_a.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 103px;
	display: block;
	float:left;
	margin-left: 8px;
	}
#news_item span a span{
	display: none;
	}	
#news_item img {
	float: left;
	margin-left: 0px;
	padding: 5px;
	display: block;
	}	
	
	
#news_detail {
	
	}
#news_detail h1 {
	background-image: url(../en-images/news_detail_h1.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 478px;
	height: 22px;
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	margin-top: 5px;
	}	
#news_detail_link a{
	float: left;
	margin:0px;
	}	
#news_detail span {
	
	}
/***********************************************/
/* Footer */

#footer {
	clear: both;
	color: #4e380D;
	height: auto;
	width: 760px;
	height: 34px;
	display: block;
	padding-top: 4px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
	margin-bottom: 5px;
	}
#footer a {
	color:#4e380D;
	}
#footer a:hover {
	color:#a5d740;
	}
#footer_menu {
	text-align: center;
	height: 18px;
	margin-top: 0px;
	padding-left: 15px;
	display: block;
	}
#footer_menu a{
	color:#4e380D;
	}
#footer_menu a:hover{
	color: #a5d740;
	}

#disclaimer {
	margin-top: 0px;
	text-align: center;
	margin-left: 0px;
	margin-right: 7px;
	color:#4e380D;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
#disclaimer a{
	padding-left: 0px;
	color:#4e380D;
	}
#disclaimer a:hover{
	padding-left: 0px;
	color: #a5d740;
	}

/*********** Editor styles ***********/
.Tekst_001{
	color: #666666;
}
.Tekst_002{
	color: #666666;
}
.Tekst_003{
	color: #333333;
}
.Kop_001{
	font-weight: bold;
	color: #4e380d;
}
.Kop_002{
	font-weight: bold;
	color: #a5d740;
}
.Kop_003{
	font-weight: bold;
	color: #281D06;
}
.Link_001{
	color: #4e380d;
}
a.Link_001:hover{
	color: #a5d740;

}
.Link_002{
	color: #a5d740;
}
.Link_003{
	color: #666666;
}


/**********breadcrumb**********/
#breadcrumb {
	padding-left: 0px;
	margin-top: 0px;
	}
#breadcrumb span{
	color: #a33047;
}
/********Index***********/
#index{
	width: 570px;
	height: 430px;
	margin-top: 50px;
}

#index_home{
	background-image:url(../en-images/index_home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 744px;
	height: 575px;
	float: left;
	clear: left;
	margin-left: -257px;
	margin-top: -5px;
	background-color: #FFFFFF;
	}
#index_zoeken {
	float: left;
	clear: left;
	height: 136px;
	width: 196px;
	display: block;
	margin-top: 260px;
	}	
#index_zoeken span {
	display: none;
	}
#index_zoeken img{
	border: none;
	}
#index_wooncompany {
	float: left;
	clear: none;
	height: 136px;
	width: 175px;
	display: block;
	margin-top: 260px;
	}	
#index_wooncompany span {
	display: none;
	}			
#index_wooncompany img{
	border: none;
	}
#index_aanbieden {
	float: left;
	clear: none;
	height: 136px;
	width: 174px;
	display: block;
	margin-top: 260px;
	}	
#index_aanbieden span {
	display: none;
	}	
#index_aanbieden img{
	border: none;
	}				
#index_beheer {
	float: left;
	clear: none;
	height: 136px;
	width: 199px;
	display: block;
	margin-top: 260px;
	}	
#index_beheer span {
	display: none;
	}	
#index_beheer img{
	border: none;
	}
#sitemap {
	float: left;
	clear: none;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-top: -10px;
	width: 480px;
	}
#sitemap h1{
	background-image: url(../en-images/news_detail_h1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 3px;
	padding-left: 25px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin-left: -5px;
	display: block;	
	}
#sitemap ul li a {
	color: #4E3B11;
	font-weight: bold;
	}
#sitemap ul li ul li a {
	list-style-type: disc;
	}
#sitemap ul li ul li a:hover{
	color:#A7D83E;
	}
#sitemap ul li ul li ul li a { 
	color: #725216;	
	list-style-type: disc;
	font-weight: normal;
	}
#sitemap ul li ul li ul li a:hover { 
	color:#999999;
	list-style-type: disc;
	}
#sitemap ul li ul li ul li ul li a {
	color:#666666;
		}
#sitemap ul li ul li ul li ul li a:hover{
	color:#A7D83E;
	}		
#projects_holder {
	text-align: center;
	background-image: url(../en-images/footer_project_back.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 760px;
	margin-top: -4px;
	margin-left: -8px;
	height: 172px;
	background-color: #FFFFFF;
	}
#projects_back {
	padding-left: 37px;
	margin-top: 38px;
	text-align: center;
}
.projects_item {
	border: 1px solid #A5D740;
	width:110px; 
	float:left; 
	text-align:center; 
	display:block; 
	height:130px;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 0px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: -10px;
}
