/*css document Videoboard vervolg*/

.header-bar {
background:#223355;
height:100px;
width:558px;
float:left;
}

#add-box {
position: absolute;
right: 20px;
top: 20px;
width: 220px;
color: #5096CE;
}
#add-box a,
#add-box a:visited {
color: #5096CE;
}


.header-bar p {
color:#97be0d;
overflow:hidden;
}

#left-column {
overflow:visible;
}

.header-bar a {color:#97be0d;}

#box-holder {
background-image:none;
background:green;
float:left;
display:block;
background:#97be0d;
}

#box-holder-white {
background-image:none;
background:green;
float:left;
display:block;
background:#ffffff;
}

.mainbox {

}
.contentbox{
margin:0;
}

/*---opmaak table voor cv gegevens--*/
table#candidate {
text-align:left;
width:220px;
display:inline;/*voorkomt dubbele margins in ie6*/
margin:0px 20px 20px 25px;
padding:0;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0e3c35;
}

table#candidate th {
width:110px;
font-weight:bold;
vertical-align:top;
}

table#candidate td{
font-weight:normal;
}

/*---opmaak table voor cv gegevens--*/
table#candidate_wide {
text-align:left;
width:440px;
display:inline;/*voorkomt dubbele margins in ie6*/
margin:0px 20px 20px 25px;
padding:0;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0e3c35;
}

table#candidate_wide th {
width:110px;
font-weight:bold;
vertical-align:top;
}

table#candidate_wide td{
font-weight:normal;
}

table#candidate_4x4 {
text-align:left;
width:265px;
display:inline;/*voorkomt dubbele margins in ie6*/
margin:0px 0px 0px 0px;
padding:0;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#0e3c35;
}

table#candidate_4x4 th {
width:110px;
font-weight:bold;
vertical-align:top;
}

table#candidate_4x4 td{
font-weight:normal;
}



.contentbox {
float:left;
background:#c7c7c7;
width:558px;
margin-right: -3px;
}

.contentbox_green {
float:left;
background:#5096ce;
width:558px;
margin-right: -3px;
}

.thumb-holder {
margin-bottom:-9px;
}

.thumb {
display:block;
width:134px;
height:96px;
float:left;
border:none;
padding:10px 0px 9px 8px;
}

.bottom-bar {
background:#5096ce;
height:60px;
width:558px;
float:left;
margin-right:-2px;/*voorkom ie6 duplicate symbols mbt html comments*/
}

/*pagination*/

#pagination {
padding:20px 20px 20px 0px;
float:right
}

#pagination a {
text-decoration:none;
}

#pagination a.active-page {
color:#fff;
}

#pagination a:hover {
color:#fff;
}


/*---typography general----*/

.header-bar h1 {
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-weight:bold;
margin:36px 20px 20px 32px;
padding:0
}


h2 {
color:#0e3c35;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
margin:0;
padding:0
}

.banner {
border:1px solid #e0e0e0;
}
