@charset "UTF-8";
/* CSS Document */

/**
------------------------------------------------------------------------------------------------------
@project   : BRAINT
@version   : 0.01
@author    : div
------------------------------------------------------------------------------------------------------
*
* BODY
* NOTE: Set the font size in % for a consistent change in size according to user settings
*/
*{
	margin:0;
	padding:0;
}

body, html{
	margin:0;
	padding:0;
	width:100%;
	font:100% lucida sans, arial, sans-serif;
}


/**
 * LINE-HEIGHT (LEADING)
 * Default line-height based on font-size rather than "computed-value"
 */
 
body * {
	line-height:1.4em;
}


/**
 * -------------------------------------------------------------------------
 *
 * COMMON ELEMENTS
 *
 * -------------------------------------------------------------------------
 */


/**
 * HEAD
 */
h1, h2, h3, h4, h5{
	margin:0;
	padding:0;
}


/* Base font sizes */
h1{
	font:197% lucida sans, arial, sans-serif;
} /* 26px equiv */
h2{
	font:182% lucida sans, arial, sans-serif;
} /* 24px equiv */
h3{
	font:167% lucida sans, arial, sans-serif;
} /* 22px equiv */
h4{
	font:152% lucida sans, arial, sans-serif;
} /* 20px equiv */
h5{
	font:136% lucida sans, arial, sans-serif;
} /* 18px equiv */

p{
	font:75% lucida sans, arial, sans-serif;
} /* 10px equiv */

/**
 * P, TABLE, TH, TR, TD
 */
p, table, th, tr, td, form{
	margin:0;
	padding:0;
	border:0;
}


/**
 * A
 */
a{
	color:#000;
}


/**
 * A:HOVER
 */
a:hover{
	color:#000;
}


/**
 * IMAGE
 * Remove border from image, rollover border for image a tags
 */
img{
	border:0;
}


/**
 * FORM ELEMENTS
 * 99% for safari; 100% is too large
 */
select, input, textarea{
	font:99% sans-serif;
}


/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code{
	font:115% monospace;
}


.cleaner{
	clear:both;
}

.hide{
	position:absolute;
	left:-9999px;
}

.comment{
	font-size:70%;
	font-style: italic;
}

.btn_bsc{
	display:block;
	margin: 5px 5px 5px 0px;
	width:115px;
	height:20px;
	background: url(../_images/btn_bsc.gif)top center no-repeat; 
}

.btn_bsc p, .btn_bsc{
	color:#514F4E;
	text-align: center;
	text-decoration: none;
}

.btn_bsc p.green_dark{
	color:#006139;
}

.btn_bsc p.green_light{
	color:#6F7808;
}

.btn_bsc{
	padding-top:4px;
}

.btn_bsc:hover{
	background: url(../_images/btn_bsc_mo.gif)top center no-repeat; 
}

.bullet_list{
	background: url(../_images/bullet_pink.gif) left top no-repeat;
	padding-left:13px;
	padding-bottom:5px;
}


/**
* ---------HEADERS---------
*/

h1{
	padding:6px 0px 0px 0px;
	font-size:120%;
	font-weight:normal;
	color:#514f4e;
}

h2{
	padding:3px 0px 3px 0px;
	font-size:100%;
	line-height:18px;
	font-weight:normal;
	color:#514f4e;
}

h3{
	padding:3px 0px 3px 0px;
	font-size:85%;
	line-height:18px;
	font-weight:normal;
	color:#514f4e;
}

/*---divide_lght_grn bar ----*/

.divide{
	width:575px;
	height:36px;
	padding:5px 0px 5px 0px;
}

.wide .divide{
	width:910px;
}

.divide_left{
	float:left;
	position:relative;
	left:-10px;
	width:10px;
	height:36px;
	background:url(../_images/divide_left.gif);
}

.divide_right{
	position:relative;
	left:-10px;
	float:right;
	width: 10px;
	height:36px;
	background:url(../_images/divide_right.gif);
}

.divide_middle{
	position:relative;
	left:-10px;
	float:left;
	height:36px;
	background: #ededed;
	width:555px;
}

.wide .divide_middle{
	width:890px;
}

.divide_middle .right{
	margin-right:10px;
}

.divide_column{
	border-left:#dcdcdb 1px solid;
	float:left;
	height:36px;
	text-align: center;
}

.clmn_last{
	border-right:#dcdcdb 1px solid;
}

.clmn_active{
	background:url(../_images/divide_bar_arrow.gif) bottom center no-repeat;
	height:52px;
	border:none;
}

.divide_column p{
	color:#666666;
	padding-top:10px;
	font-weight:bold;
	font-size:72%;
}

.drk_grn_left{
	background:url(../_images/divide_drk_grn_left.gif);
}

.drk_grn_right{
	background:url(../_images/divide_drk_grn_right.gif);
}

.drk_grn_middle{
	background: #cbeadb;
}

.lght_grn_left{
	background:url(../_images/divide_lght_grn_left.gif);
}

.lght_grn_right{
	background:url(../_images/divide_lght_grn_right.gif);
}

.lght_grn_middle{
	background: #eceed1;
}

.divide h3{
	padding:8px 0px 0px 5px;
}

.drk_left{
	background:url(../_images/divide_drk_left.gif);
}

.drk_right{
	background:url(../_images/divide_drk_right.gif);
}

.drk_middle{
	background: #dcdcdb;
}

.divide_middle table p{
	padding-top:5px;
	color:#514F4E;
}

/*-------FORMS ------*/

.general_content label, .general_content input{
	display:block;
	float:left;
	-x-system-font:none;
	font-family:lucida sans,arial,sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-top:15px;
}

.general_content input{
	border:#cccccc 1px solid;
	padding: 1px 0px 1px 0px;
}

.general_content label{
	width: 180px;
}

.general_content .plaatslabel{
	text-align: right;
	width: 42px;
	margin:15px 12px 0px 12px;
}

.general_content .form_button{
	border:none;
}

.divide_middle input{
	border: none;
	margin-top:6px;
	margin-right: 4px;
}

/**
* ---------SLIDERTABS------------
*/

#home_tab1_link a, #home_tab2_link a {
	background:transparent url(../_images/page_tab1.gif) no-repeat scroll left top;
	display:block;
	height:42px;
	margin-top:0;
	overflow:hidden;
	padding:0;
	text-indent:-1500px;
}

#home_tab2_link a {
	background:transparent url(../_images/page_tab2.gif) no-repeat scroll left top;
}

.home_tab1_slide1, .home_tab2_slide1{
	position:relative;
	top:-12px;
	height: 46px;
	background:transparent url(../_images/tab_middel_dnk_gr.gif) no-repeat scroll left top;
}

.home_tab2_slide1{
	background:transparent url(../_images/tab_middel_lcht_gr.gif) no-repeat scroll left top;
}

.home_tab1_slide2, .home_tab2_slide2{
	position:relative;
	top:-12px;
	height: 34px;
	background:transparent url(../_images/tab_onder_dnk_gr.gif) no-repeat scroll left top;
}

.home_tab2_slide2{
	background:transparent url(../_images/tab_onder_lcht_gr.gif) no-repeat scroll left top;
}

.home_tab1_slide1 a, .home_tab1_slide2 a, .home_tab2_slide1 a, .home_tab2_slide2 a{
	color:#CBEADB;
	text-decoration: none;
	font-size:140%;
	font-style: italic;
	display:block;
}

.home_tab2_slide1 a{
	color:#ECEED1;
}

.home_tab1_slide2 a{
	color:#006139;
}

.home_tab2_slide2 a{
	color:#6F7808;
}


.home_tab1_slide1 a:hover{
	color:#005028;
}

.home_tab1_slide2 a:hover{
	color:#003006;
}

.home_tab2_slide1 a:hover{
	color:#4d5606;
}

.home_tab2_slide2 a:hover{
	color:#003006;
}

.home_tab1_slide1 a, .home_tab2_slide1 a{
	padding-top:18px;
}

.home_tab1_slide2 a, .home_tab2_slide2 a{
	padding-top:5px;
}

#slider, #slider2{
	height:42px;
}

.vertical_slide_cl{

height:auto;

}

.home_tab1_slide2, .home_tab2_slide2, .home_tab2_slide1, .home_tab1_slide1{
	z-index:1995;
}

/**
* ---------SLIDERTABS HALF------------
*/

#home_h_tab1_link a, #home_h_tab2_link a {
	background:transparent url(../_images/page_tab1.gif) no-repeat scroll left top;
	display:block;
	height:42px;
	margin-top:0;
	overflow:hidden;
	padding:0;
	text-indent:-1500px;
}

#home_h_tab2_link a {
	background:transparent url(../_images/page_tab2.gif) no-repeat scroll left top;
}

.home_h_tab1_slide1, .home_h_tab2_slide1{
	position:relative;
	top:-12px;
	height: 34px;
	background:transparent url(../_images/tab_middel_dnk_h_gr.gif) no-repeat scroll left top;
	z-index:2000;
}

#home_h_tab1_link .home_h_tab1_slide1 a, #home_h_tab2_link .home_h_tab2_slide1 a{
	background:none;
	text-indent:0;
	display:block;
	padding-top:18px;
}

.home_h_tab2_slide1{
	background:transparent url(../_images/tab_middel_lcht_h_gr.gif) no-repeat scroll left top;
}

.home_h_tab1_slide2, .home_h_tab2_slide2{
	position:relative;
	top:-17px;
	height: 46px;
	background:transparent url(../_images/tab_onder_dnk_h_gr.gif) no-repeat scroll left top;
}

.home_h_tab2_slide2{
	background:transparent url(../_images/tab_onder_lcht_h_gr.gif) no-repeat scroll left top;
}

.home_h_tab1_slide1 a, .home_h_tab1_slide2 a, .home_h_tab2_slide1 a, .home_h_tab2_slide2 a{
	color:#CBEADB;
	text-decoration: none;
	font-size:140%;
	font-style: italic;
	display:block;
}

.home_h_tab2_slide1 a{
	color:#ECEED1;
}

.home_h_tab2_slide2 a{
	color:#6f7808;
}

.home_h_tab1_slide1 a:hover{
	color:#005028;
}

.home_h_tab1_slide2 a{
	color:#006139;
}

.home_h_tab1_slide1 a:hover, .home_h_tab1_slide2 a:hover{
	color:#003006;
}

.home_h_tab2_slide1 a:hover, .home_h_tab2_slide2 a:hover{
	color:#4d5606;
}

.home_h_tab1_slide1 a, .home_h_tab2_slide1 a{
	padding-top:18px;
}

.home_h_tab1_slide2 a, .home_h_tab2_slide2 a{
	margin-top: 5px;
	padding-top:17px;
}

/**
*---------SLIDERTABS HEEL---------
*/

.tab1_slide1_heel{
	background:transparent url(../_images/tab_middel_dnk_he_gr.gif) no-repeat scroll left top;
}

.tab2_slide1_heel{
	background:transparent url(../_images/tab_middel_lcht_he_gr.gif) no-repeat scroll left top;
}

.tab1_slide2_heel{
	background:transparent url(../_images/tab_onder_dnk_he_gr.gif) no-repeat scroll left top;
}

.tab2_slide2_heel{
	background:transparent url(../_images/tab_onder_lcht_he_gr.gif) no-repeat scroll left top;
}

/**
* ---------DIVS------------
*/
#slider3{
	height:28px;
	width:120px;
	overflow:visible;
	float: left;
}

.login_slide{
	position: relative;
	left:-170px;
	width:290px;
	height:166px;
	background: transparent url(../_images/inlog_bg.gif) no-repeat scroll center top; 
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;	
}

.login_slide p, .login_slide a, .login_slide img, .login_slide input{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.login_slide form{
	margin-left:14px;
	margin-top:30px;
}

.login_slide input{
	font-size: 75%;
	margin-left: 6px;
	margin-top: 36px;
}

#login_slide_wrap{
	visibility: hidden;
}


html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
	width:100%;
}

#header{
	height:220px;
}


#header_top{
	width:100%;
	height:220px;
	z-index:900;
	background:url(../_images/header_home.jpg) no-repeat bottom center #504f4b;
}

#header_top.coaching{
	background:url(../_images/header_home_pc.jpg) no-repeat bottom center #504f4b;
}

#header_top.zelfstudie{
	background:url(../_images/header_home_zs.jpg) no-repeat bottom center #504f4b;
}

#header_top.cito{
	background:url(../_images/header_home_cito.jpg) no-repeat bottom center #504f4b;
}

#header_bot{
	width:100%;
	background-color:#eeeeee;
	height:180px;
	background:url(../_images/header_bg.gif);
}

#footer {
	position: relative;
	margin-top: -280px;
	height: 280px;
	clear:both;
	background:url(../_images/footer_bg.jpg) repeat-x top left;
	width:100%;
}

#footer_bot{
	width:100%;
	background-color:#504f4b;
	height:80px;
}

#header_center_top, #header_center_bot, #footer_center_top, #footer_center_bot, #main{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#general_form img{
	padding-top:10px;
}


/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#taalgidsvlaggen{
height:50px;
margin-top:8px;
width:290px;
}

#taalgidsvlaggen img{
	margin-top: 10px;
}

/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */

/** centered objects **/

#main {
	padding-bottom: 280px;
	height:auto;
}

#header_center_top{
	height:40px;
}
#header_center_bot{
	height:180px;
	width:1130px;
	background:url(../_images/header_home.jpg) no-repeat bottom center;
	
}
#header_center_bot img{
	margin:0;
	padding:0;
}

#footer_center_top{
	height:190px;
}
#footer_center_bot{
	height:80px;
}

/**  menu tabs **/
.header_tab_push{
	height:12px;
	width:900px;
}

.header_tab, .header_tab_empty{
	height:28px;
	width:120px;
	background:url(../_images/tab.jpg) no-repeat;
	float:left;
}

.header_tab p{
	text-align:center;
	font-size:65%;
	color:#FFFFFF;
	padding-top:6px;
}

.header_tab a{
	color:#FFFFFF;
}

.header_tab a:hover{
	color:#444444;
}


.header_tab .menuFoldout p{
	padding-top:0px;
}

.header_tab_empty{
	background:none;
}

.tab_active{
	background:url(../_images/tab_act.jpg);
}

.tab_active p, #tab_login a{
	color:#504f4b;
}

/* --------TAALTEST ----------- */

#taaltest{
	background: url(../_images/taaltest_bg.gif) top center repeat-x;
	width:100%;
}


/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#taalgids{
	background: url(../_images/taalgids_bg.gif) top center repeat-x;
	width:100%;
}
/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */


.taaltest_bloc{
	background: url(../_images/taalgids_blocnote.gif) top center no-repeat;
	width:275px;
	height:360px;
	clear:both;
}


/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#taalgids .taaltest_bloc{
	background: url(../_images/taalgids_blocnote_lang.gif) top center no-repeat;
	width:305px;
	height:auto;
	clear:both;
}

.taaltest_bloc_bottom{
	background: url(../_images/taalgids_blocnote.gif) bottom center no-repeat;
	height:20px;
	width:305px;
}
/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */

.taaltest_bloc h2{
	padding:50px 0px 20px 70px;
	color:#027fbb;
}

/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#taalgids .taaltest_bloc h2{
	padding:50px 0px 20px 70px;
	color:#D52c89;
}
/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */


.taaltest_bloc table{
	margin-left:70px;
}

.taaltest_bloc table td, .taaltest_lijst table td{
	height:24px;
}

.taaltest_bloc a, .taaltest_lijst2 a{
	color:#92918f;
	text-decoration: none;
}

.taaltest_bloc p, .taaltest_lijst2 p{
	color:#027fbb;
	margin-left:5px;
}

.taaltest_bloc a:hover, .taaltest_lijst2 a:hover{
	color:#027fbb;
	text-decoration: none;
}

/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#taalgids .taaltest_bloc p, #taalgids .taaltest_lijst2 p{
	color:#D52C89;
	margin-left:5px;
}

#taalgids .taaltest_bloc a:hover, taalgids .taaltest_lijst2 a:hover{
	color:#D52C89;
	text-decoration: none;
}
/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */

.taaltest_lijst{
	padding:5px 0px 10px 5px;
}

.taaltest_lijst{
	color:#514F4E;
}


.tt_lijst3 a{
	color:#027fbb;
}

.tt_lijst3 a:hover{
	font-weight:bold;
}

.column_1{
	float:left;
}

.column_2_3{
	height:133px;
	width:595px;
	float:left;
}

.taaltest_lijst ul{
	padding:20px 0px 0px 20px;
	list-style: decimal;
}

.taaltest_lijst li, .opr_submit{
	color:#514F4E;
	font-size:80%;
	height:24px;
}

.taaltoets_opdr{
	line-height:24px;
}

.opr_submit{
	margin:7px;
}

/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */

.p2{
	font-size:72%;
	padding-left:15px;

}


/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */

/**
* ---------FOLDOUTMENU-----------
*/

.menuFoldout{
	visibility: hidden;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width:150px;
	height:auto;
	overflow:visible;
	background: url(../_images/foldout_bottom_bg.gif) repeat-x bottom center;
	padding-bottom:2px;
}

.header_tab a{
	height:22px;
	display:block;
	text-decoration: none;
}

.tab_active a{
	color:#444444;
}

.foldoutItem{
	width:150px;
	height:22px;
}

.foldoutItem a{
	display:block;
	height:22px;
	width:150px;
	text-decoration: none;
	color:#ffffff;
	background: #bbbbbb url(../_images/foldout_bg.gif) center left;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	
}

.foldoutItem a:hover{
	background: url(../_images/foldout_mo_bg.gif) no-repeat top left;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	color:#ffffff;
	
}


.foldoutItem span{
	display:block;
	padding-top: 4px;
	padding-left: 8px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	
}

.foldoutItem p{
	text-align:left;
	
}

/** footer **/

.menu_footer_link{
	color:#ffffff;
	float:left;
	padding:5px 20px 0px 0px;
	font-size:70%;
}

.menu_footer_link a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#menu_footer_copyright{
	float:right;
	padding-right:3px;
}

#tab_login{
	background:url(../_images/tab_login.jpg);
}

.header_tab_pad{
	height:28px;
	width:10px;
	float:left;
}

/** home columns & tabs **/

#home_column1{
	height:auto;
	width:290px;
	float:left;
}

#home_column2{
	height:auto;
	width:290px;
	float:left;
}

#home_column3{
	height:auto;
	width:290px;
	float:left;
}
.column_pad{
	height:20px;
	width:15px;
	float:left;
	background: transparent;
}
.column_pad_2{
	height:15px;
	background: transparent;
}
#home_tab1, #home_h_tab1{
	height:375px;
	width:290px;
	background: transparent url(../_images/home_tab1.jpg) top left no-repeat;
	float:left;
	z-index: 2000;
}

/** nieuw 29-7-2010 **/



#home_tab_bedrijven_passief a{
	height:50px;
	width:290px;
	background: transparent url(../_images/tab_bedrijven_passief.jpg) top left no-repeat;
	float:left;
	z-index: 2000;
}

#home_tab_bedrijven_actief a{
	height:50px;
	width:290px;
	background: transparent url(../_images/tab_bedrijven_actief.jpg) top left no-repeat;
	float:left;
	z-index: 2000;
}

#home_tab_particulieren_actief a{
	height:50px;
	width:290px;
	background: transparent url(../_images/tab_particulieren_actief.jpg) top left no-repeat;
	float:left;
	z-index: 2000;
}

#home_tab_particulieren_passief a{
	height:50px;
	width:290px;
	background: transparent url(../_images/tab_particulieren_passief.jpg) top left no-repeat;
	float:left;
	z-index: 2000;
}


/** einde nieuw 29-7-2010 **/

#home_tab2, #home_h_tab2{
	height:375px;
	width:290px;
	background: transparent url(../_images/home_tab2.jpg) top left no-repeat;
	float:left;
}


.general #home_tab1, .coaching #home_tab1, .zelfstudie #home_tab1, .cito #home_tab1{
	height:auto;
	background:url(../_images/page_tab1_bg.gif) top left no-repeat;
}

.general #home_tab2, .coaching #home_tab2, .zelfstudie #home_tab2, .cito #home_tab2{
	height:auto;
	background:url(../_images/page_tab2_bg.gif) top left no-repeat;
}

#home_h_tab1{
	height:110px;
	background:url(../_images/page_tab1_h_bg.gif) top left no-repeat;
}

#home_h_tab2{
	height:110px;
	background:url(../_images/page_tab2_h_bg.gif) top left no-repeat;
}


/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#home_tab3, #tab_3_taaltest, #tab_3_taalgids{
	height:auto;
	width:290px;
	background:url(../_images/home_tab3.jpg) top left no-repeat;
	float:left;
}
/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */


.general #home_tab3, .coaching #home_tab3, .zelfstudie #home_tab3, .cito #home_tab3{
	background:url(../_images/page_tab3.jpg) top left no-repeat;
}

#home_tabs_bot{
	height:20px;
	width:900px;
	background:none;
	clear:both;
}

.home_tab_top{
	height:140px;
}

.general .home_tab_top_3, .general .home_tab_3_sub, .cito .home_tab_top_3, .cito .home_tab_3_sub, .coaching .home_tab_top_3, .coaching .home_tab_3_sub, .zelfstudie .home_tab_top_3, .zelfstudie .home_tab_3_sub{
	background:url(../_images/page_tab3_top.jpg) bottom left no-repeat;
}

.home_tab_3_sub{
	height:155px;
	overflow:hidden;
}

.home_tab_top_3{
	height:auto;
	padding-bottom:20px;
}

.tab3_follow_up .home_tab_top_3, .tab3_follow_up .home_tab_3_sub{
	height:auto;
	padding-bottom:15px;
}


.home_tab h1{
	padding:6px 40px 0px 16px;
	font-size:120%;
	font-weight:normal;
	color:#FFFFFF;
}

.home_tab h2{
	padding:0px 40px 10px 16px;
	font-size:75%;
	line-height:18px;
	font-weight:normal;
	color:#8efb84;
}

.home_tab .home_tab_3_sub2 h2{
	padding-bottom:0px;
}

.home_tab .home_tab_3_sub2 p{
	font-family: lucida sans, arial, sans-serif;
	padding-bottom:10px;
}

.tab3_follow_up .home_tab_3_sub2 h2{
	padding:0px 40px 2px 16px;
}

.coaching .tab3_follow_up h2, .cito .tab3_follow_up h2, .general .tab3_follow_up h2, .zelfstudie .tab3_follow_up h2{
	color:#d82d8b;
	font-size:80%;
	padding-top:5px;
}

.home_tab p, .home_h_tab p, .home_tab li{
	font-size:70%;
	padding:0px 10px 0px 16px;
}

.home_tab p, .home_h_tab p{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.stappen p{
	font:70% lucida sans, arial, sans-serif;
}

.stappen p .grey{
	color:#999999;
}

.stappen{
	margin-top:11px;
}

.stappen_nrs{
	margin-left:16px;
	margin-top:2px;
}

.stappen{
	height:20px;
	visibility:hidden;
	margin:0;
	padding:0px 0px 0px 0px;
}

#stap2b, #stap2p{
	position:relative;
	top:-20px;
}

#stap3b, #stap3p{
	position:relative;
	top:-40px;
}

#stap4b, #stap4p{
	position:relative;
	top:-60px;
}

#stap5b, #stap5p{
	position:relative;
	top:-80px;
}

.stappen_nrs a{
	text-decoration: none;
}

.stappen_pad{
	height:8px;
	width:200px;
}

#stappen_wrap_all1, #stappen_wrap_all2{
	height:100px;
	overflow:hidden;
	}

#stappen_wrap_all2{
	visibility: hidden;
	position: relative;
	top:-99px;
}

.stapkiezer{
	padding-left:20px;
	padding-top:15px;
}

.stapkiezer label{
	margin-top:-4px;
	color:#999999;
	font-size:70%;
	line-height: 2em;
}

.home_tab ul{
	padding-top: 8px;
}

#home_tab1 ul{
	color:#006139;
}

#home_tab2 ul{
	color:#6f7808;
}

.home_tab ul{
	list-style:inside;
}

.home_tab h2.tab_army_green{
	color:#ebfd2d;
}

.home_tab h2.grey{
	color:#999999;
}

.home_tab h2 .white{
	color:#FFFFFF;
	font-size:95%;
}

.home_tab .direct_beg_btn{
	margin-left:14px;
}

.home_tab_mid{
	height:170px;
}

.home_tab_bot{
	height:65px;
}

#home_tab1 .home_tab_bot h2, #home_tab2 .home_tab_bot h2{
	text-align:center;
	color:#006139;
	font-size:70%;
	padding:0;
}

#home_tab2 .home_tab_bot h2{
	color:#6f7808;	
}

.home_tab_bot_btns img{
	margin-left:10px;
	margin-top:5px;
}

.home_tab_3_sub1{
	height:70px;
	overflow:hidden;
}

.home_tab_3_bot{
	height:15px;
	width:290px;
	background:url(../_images/tab3_bottom.jpg) top left no-repeat;
}

.home_tab_3_sub2 h2.blue, .home_tab_3_sub3 h2.blue{
	color:#007fbb;
}

.home_tab_3_sub2 img{
	margin-left:10px;
}

.home_tab_3_sub3{
	height:308px;
	background:url(../_images/home_tab3_note.jpg) top left no-repeat;
	padding-left:5px;
}

#tabs_1_2{
	float:left;
}

.general_content{
	clear: both;
	padding:15px;
	width:565px;
	padding-top:10px;
}

.wide{
	width:900px;
}

.home_nieuws h2{
	padding-top:20px;
	font-size:100%;
	color:#000000;
}

.nieuws_item {
	background:url(../_images/nieuws_bg.jpg);
	font-family:lucida sans, arial, sans-serif;
	margin-top:10px;
	margin-bottom:40px;

}

.nieuws_item p{
	font-family:lucida sans, arial, sans-serif;
}

.nieuws_item img, .news_img{
	float:left;
	margin: 0px 8px 8px 0px;
}

.home_tab_3_sub4{
	margin-top:0px;
	height:40px;
}

.voorwaarden{
	float:left;
}

.voorwaarden p{
	font-size:70%;

}

.voorwaarden a{
	font-family:lucida sans, arial, sans-serif;
	text-decoration:none;
}

.newshead{
	margin-bottom: 5px;
}

.betaal_iconen{
	float:right;
	margin: 0px 5px 0px 5px;
}

.betaal_iconen img{
	float:left
}

#footer_center_top{
	padding-top:10px;
	font-size:90%;
}

.bottom_menu_list{
	background:url(../_images/menu_bot_bg.gif) top left repeat-y;
	padding: 0px 14px 0px 8px;
	height:100px;
	float:left;
}

.bottom_menu_list p{
	padding-top:3px;
}

.menu_bottom_head{
	margin-bottom:10px;
	font-size:72%;
}

.menu_bottom_link a{
	font-family:lucida sans, arial, sans-serif;
	text-decoration:none;
}

#menu_personal_coach{
	background-image:none;
	border-left:3px solid #006139;
}

#menu_zelfstudie{
	background-image:none;
	border-left:3px solid #6f7808;
}

#home_banner_carousel{
	height:115px;
	width:900px;
	background:none;
	clear:both;
	padding-top:15px;
}

#home_carousel{
	width:288px;
	height:113px;
	float:right;
	border:1px solid #eeeeee;
	overflow:hidden;
}

#home_banner{
	width:595px;
	float:left;
}

#home_bedrijvenlijst{
	width:900px;
	border:1px solid #eeeeee;
	height:110px;
}

.logos-item{
	width:124px;
	padding-left:4px;
	text-align: center;
	float:left;
}

#tab_3_taaltest{
	background:transparent url(../_images/taaltest_top.gif) no-repeat scroll left top;
	width:290px;
	height:133px;
}

/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */
#tab_3_taalgids{
	background:transparent url(../_images/taalgids_top.gif) no-repeat scroll left top;
	width:290px;
	height:133px;
}
/* TOEGEVOEGD/AANGEPAST VOOR TAALGIDS */

/* ----general------- */

.blue{
	color:#027FBB;
}

.georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.green_dark{
	color:#006139;
}

.green_light{
	color:#6f7808;
}

.grey_light{
	color:#999999;
}

.pink{
	color:#d82d8b;
}

.right, input.right{
	float:right;
}

.left{
	float:left;
}

.centered{
	text-align:center;
}