@charset "utf-8";
/* CSS Document */
/* 
blue green  #3b90b0;
diep paars #5d4f6e;
licht roze #bfadd7;
oude wit: dfdfdd!!!!!!!
"wit" #c0c0c0;
"zwart" #111111;
*/

body{
	background-color:#f8f8f8;
	font-family:Century Gothic;
	font-size:11px;
	color:#727272;
	margin:0 0;
	background-image:url(../img/assets/frame/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}

#load_container{
	position:relative;
	margin:0 auto;
	width:500px;
	height:100px;
	text-align:center;
	background-image:url(../img/assets/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#main_container{
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	height:1000px;
}

/*header*/
#header{
	width:978px;
	height:167px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	overflow:visible;
	}
	
#header_notification{
	width:300px;
	height:25px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	overflow:hidden;
	color:#532884;
}

#header_text{
	width:700px;
	height:25px;
	position:absolute;
	top:45px;
	left:0px;
	margin:0 auto;
	z-index:3;
	color:#532884;
	font-weight:bold;
	font-size:32px;
	text-align:center;
	
}

#go_home{
	width:420px;
	height:100px;
	overflow:hidden;
	position:absolute;
	top:20px;
	left:20px;
	z-index:1;
	}

#footer{
	position:absolute;
	top:700px;
	height:20px;
	width:1000px;
}

#footer_content{
	position:relative; width:975px; left:0px; top:-4px; margin:0 auto; text-align:center; height:15px; color:#888888;
}

#diensten_sub{
	position:absolute;
	top:37px;
	left:0px;
	width:120px;
	height:0px;
	overflow:hidden;
}

div.listing_sub{
	position:relative;
	top:0px;
	left:0px;
	width:120px;
	float:left;
	height:18px;
	background-color:#FFF;
	border-bottom:1px dotted #CCC;
	padding:3px;
}
/*menu*/

#site_menu{
	width:978px;
	height:30px;
	position:absolute;
	top:129px;
	left:0px;
	overflow:visible;
	z-index:2;
	}
div.navigation_div{
	position:relative;
	float:left;
	cursor:pointer;
	height:37px;
	top:-1px;
	overflow:hidden;
	text-align:left;
	vertical-align:middle;
	}

a, a:visited{
	color:#444444;
	text-decoration:underline;
}
a:hover{
	color:#78acaa;
	text-decoration:none;
}
a.sub, a.sub:visited{
	color:#78acaa;
	text-decoration:none;
}
a.sub:hover{
	color:#444444;
	text-decoration:none;
}

#menu1{
}
#menu2{
}
#menu3{
}
#menu4{
}
#menu5{
}
#menu6{
}
#menu7{
	position:absolute;
	left:754px;
}
#menu8{
	position:absolute;
	left:850px;
}

div.navigation_div_active{
	position:relative;
	float:left;
	cursor:pointer;
	height:37px;
	top:0px;
	overflow:hidden;
	text-align:left;
	vertical-align:middle;
	}

#div_logo{
	width:110px;
	height:126px;
	position:relative;
	top:-15px;
	left:2px;
	z-index:50;
	float:right;
}
#div_logo_txt{
	width:221px;
	height:126px;
	position:relative;
	top:-9px;
	left:2px;
	z-index:50;
	float:right;
}

img{
	border:0px solid;
}

/*content*/
#content{
	position:absolute;
	width:978px;
	height:1000px;
	top:166px;
	left:0px;
	z-index:1;
}


#inner_content_menu{
	width:978px;
	height:286px;
	position:absolute;
	overflow:hidden;
	top:166px;
	left:0px;
	z-index:1;
	background-image:url(../img/assets/bg_slide.jpg);
	background-repeat:no-repeat;
/**/	background-color:#fff;
}

#inner_content_menu_slide{
	width:978px;
	height:286px;
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	z-index:1;
}
#inner_content{
	width:978px;
	height:450px;
	position:absolute;
	top:297px;
	left:0px;
	z-index:1;
	text-align:left;
	background-image:url(../img/assets/frame/border.jpg);
	background-position:top center;
	background-repeat:no-repeat;
/*	background-color:#CCC;*/
}

div.tab{
	position:relative;
	left:0xp;
	top:26px;
	float:left;
	width:240px;
	height:106px;
	z-index:5;
	cursor:pointer;
}
#tab_0{
	background-image:url(../img/assets/tabs/tab_home.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_1{
	background-image:url(../img/assets/tabs/tab_diensten.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_2{
	background-image:url(../img/assets/tabs/tab_activiteiten.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_3{
	background-image:url(../img/assets/tabs/tab_referenties.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_4{
	background-image:url(../img/assets/tabs/tab_visie.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_5{
	background-image:url(../img/assets/tabs/tab_partners.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_6{
	background-image:url(../img/assets/tabs/tab_team.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_7{
	background-image:url(../img/assets/tabs/tab_login.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#tab_8{
	background-image:url(../img/assets/tabs/tab_contact.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

div.tab_content_header{
	position:absolute;
	left:0px;
	top:130px;
	width:961px;
	height:14px;
	background-image:url(../img/assets/frame/tab_content_header.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div.tab_content_bg{
	position:absolute;
	left:0px;
	top:143px;
	float:left;
	width:961px;
	height:356px;
	background-image:url(../img/assets/frame/tab_content_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
div.tab_content_bg_clean{
	position:absolute;
	left:0px;
	top:143px;
	float:left;
	width:961px;
	height:356px;
	background-image:url(../img/assets/frame/tab_content_bg_clean.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

div.tab_content_footer{
	position:absolute;
	left:0px;
	top:497px;
	width:961px;
	height:8px;
	background-image:url(../img/assets/frame/tab_content_footer.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div.tab_content{
	position:absolute;
	left:18px;
	top:38px;
	width:200px;
	text-align:left;
}
div.tab_content_content{
	position:absolute;
	left:0px;
	top:147px;
	width:961px;
	height:356px;
	display:none;
}
div.tab_image{
	position:absolute;
	left:1px;
	top:0px;
	width:479px;
	height:356px;
	overflow:hidden;
	font-size:12px;
}
div.tab_txt{
	position:absolute;
	left:498px;
	top:0px;
	width:450px;
	height:356px;
	font-size:12px;
}
div.tab_listing{
	position:absolute;
	left:250px;
	top:0px;
	width:700px;
	height:356px;
}

div.second_bar{
	position:absolute;
	left:0px;
	top:520px;
}
div.partners_content_header{
	position:absolute;
	left:0px;
	top:0px;
	width:961px;
	height:14px;
	background-image:url(../img/assets/frame/tab_content_header.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div.partners_content_bg{
	position:absolute;
	left:0px;
	top:14px;
	float:left;
	width:961px;
	height:170px;
	background-image:url(../img/assets/frame/tab_content_bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

div.partners_content_footer{
	position:absolute;
	left:0px;
	top:184px;
	width:961px;
	height:8px;
	background-image:url(../img/assets/frame/tab_content_footer.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

div.footer_content_header{
	position:absolute;
	left:0px;
	top:725px;
	width:961px;
	height:14px;
	background-image:url(../img/assets/frame/tab_content_header.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
div.footer_content_bg{
	position:absolute;
	left:0px;
	top:739px;
	float:left;
	width:961px;
	height:30px;
	background-image:url(../img/assets/frame/tab_content_bg_clean.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

h1{
	color:#cdcc17;
	font-size:16px;
}

h2{
	color:#cdcc17;
	font-size:13px;
}


div.page_nav{
	width:65px;
	position:absolute;
	top:15px;
	left:590px;
}

div.listing_item{
	width:620px;
	height:95px;	
}
div.listing_item_small{
	width:150px;
	height:140px;
	float:left;
}
div.listing_item_big{
	width:155px;
	height:183px;
	float:left;
	border:1px solid #e6e6e6;
	margin-right:10px;
	margin-bottom:5px;
}
div.listing_item_big_referenties{
	width:445px;
	height:140px;
	float:left;
	border:1px solid #e6e6e6;
	margin-right:10px;
	margin-bottom:5px;
}

div.page_nav{
	position:relative;
	top:0px;
	left:0px;
	width:14px;
	height:14px;
	text-align:center;
	vertical-align:middle;
	float:right;
	border:1px solid #e6e6e6;
	font-size:11px;
}

a.page_nav, a.page_nav:visited{
	color:#78acaa;
	text-decoration:none;
}
a.page_nav:hover{
	color:#444444;
	text-decoration:none;
}

p{
margin-top:7px;	
margin-bottom:7px;	
}

td{
	vertical-align:top;
	text-align:left;
}

td.listing_header{
	text-align:left;
	height:20px;
	color:#78acaa;
	font-weight:bold;
	font-size:13px;
	padding-left:10px;
}
td.listing_image{
	width:140px;
	text-align:center;
	vertical-align:middle;
	height:140px;
	padding:3px;
}
td.listing_image_info{
	text-align:center;
	vertical-align:top;
	height:30px;
	padding-top:6px;
	color:#78acaa;
	font-size:11px;
}
td.listing_inl{
	text-align:left;
	height:60px;
	font-weight:bold;
	vertical-align:top;
	padding-left:10px;
	font-size:12px;
	
}
td.listing_leesmeer{
	width:78px;
	vertical-align:bottom;		
}

img.extern{
	cursor:pointer;
}


/*tip*/
.tip{
	position: absolute;
	left:0px;
	top:0px;
	z-index:200;
	overflow:visible;
	width:100%;
	} 
	
.LogoOver{
	width:50px;
	height:50px;
	position: absolute;
	left:0px;
	top:0px;
	z-index:200;
	background-image:url(../img/assets/loading.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#111111;
	text-align:left;
}

	
.tip-title {
	width:100%;
	font-weight: bold;	
	position: absolute;
	}


 
.tip-text {
	display:none;
	height:0px;
	overflow:hidden;
}

.tip-top        { height:5px; width:200px; }  
.tip-bottom     { width:200px; height:5px; }  
