/*////////////////////////////////////////////////////////////
/////////////////////// CURSUSINFO TABS //////////////////////
////////////////////////////////////////////////////////////*/


.cursusmenu{
float:left;
}

.cursustabblad_verborgen{
display:none;
}

.cursustabblad_latenzien{
clear:both;
display:block;
border:1px solid #999999;
padding:10px;
float:left;
width:95%;
}

a:link.cursus_tab,
a:active.cursus_tab,
a:visited.cursus_tab,
a:link.cursus_tab_active,
a:active.cursus_tab_active,
a:visited.cursus_tab_active{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

a:hover.cursus_tab{
text-decoration:none;
}

a.cursus_tab,a.cursus_tab_active{
display:block;
cursor:pointer;
}

a.cursus_tab span.cursus_tab_middle{
background-image:url('/images/website/cursustab_middle_light.png');
background-repeat:repeat-x;
height:21px;
float:left;
}

a.cursus_tab span.cursus_tab_left{
background-image:url('/images/website/cursustab_left_light.png');
background-repeat:no-repeat;
height:21px;
width:8px;
float:left;
}

a.cursus_tab span.cursus_tab_right{
background-image:url('/images/website/cursustab_right_light.png');
background-repeat:no-repeat;
height:21px;
width:8px;
float:left;
margin-right:10px;
}

a.cursus_tab_active span.cursus_tab_middle{
background-image:url('/images/website/cursustab_middle.png');
background-repeat:repeat-x;
height:21px;
float:left;
}

a.cursus_tab_active span.cursus_tab_left{
background-image:url('/images/website/cursustab_left.png');
background-repeat:no-repeat;
height:21px;
width:8px;
float:left;
}

a.cursus_tab_active span.cursus_tab_right{
background-image:url('/images/website/cursustab_right.png');
background-repeat:no-repeat;
height:21px;
width:8px;
float:left;
margin-right:10px;
}

.cursus_icons{
float:right;
}

.cursus_icons a{
margin:5px;
}

.cursus_icons a img{
border:none;
}

.cursus_infoblok{
margin-bottom:10px;
padding:10px;
border:1px solid #DFDFDF;
}			

.cursus_infoblok h3 {
margin:0px;
margin-bottom:12px;
padding:0px;
}