@charset "utf-8";
/* CSS Document */

/*
Created by :
Mindwarp Internet Solutions.
visit us at http://www.mindwarp.nl

	1. algemeen
	2. buttons
	3. forms
	4. navColumn
	5. content
	6. sitemap
	7. 
	8. 
	9. 
	10. 
*/

/* --------- 1. algemeen --------- */
body, html {
	background:url(../images/common/bg_header_repeat.jpg) repeat-x top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #6f6f6f;
	}
	
html {
	overflow-y: scroll;
	}
		
a {
	color: #6f6f6f;
	text-decoration: underline;
	}

a:hover { text-decoration: none;}

h1 {
	font-size: 21px;
	color: #999999;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: 23px;
	}
	
h2 {
	font-size: 17px;
	color: #0f84ce;
	margin-bottom: 3px;
	margin-top: 10px;
	margin-left: 0px;
	}
		
p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 10px;
	}

div#header {
	background: url(../images/common/header.jpg) no-repeat top center;
	width: 100%;
	height: 225px;
	margin-top: 35px;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1;
	}

div#mainContainer {
	width: 970px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display:table;

	/*height: 100%;
	margin-bottom: -152px;*/
	}
	
div#topBar {
	height: 35px;
	background-color: #FFF;
	}
		
div#syswide {
	font-size: 11px;
	color: #848484;
	margin-top: 9px;
	float: right;
	}
	
div#syswide a {
	color: #848484;
	text-decoration: none;
	padding-right: 5px;
	}

div#syswide a:hover {
	color: #848484;
	text-decoration: underline;
	}
	
div#contentColumn {
	width: 755px;
	float: left;
	display: table;
	min-height: 400px;
	}

div#navColumn {
	width: 215px;
	float: left;
	display: table;
	margin-top: 50px;
	margin-bottom: 50px;
	}
	
div#footer {
	background: url(../images/common/bg_footer_repeat.jpg) repeat-x;
	width: 100%;
	height: 152px;
	position: relative;
	z-index: 1;

	/*display: table;*/
	}
	
#footer a {
	color: #b4d6ec;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

div#footerImage {
	background: url(../images/common/footer.jpg) no-repeat top center;
	width: 100%;
	height: 152px;
	left: 0px;
	bottom: 0px;
	position: relative;
	z-index: 2;
	}

div#footerLinks {
	width: 970px;
	margin: 0 auto;
	color: #b4d6ec;
	font-size: 10px;
	position: relative;
	z-index: 3;
	margin-top: -40px;
	}

div.footerLinksLeft { float: left; margin-left: 20px;}
div.footerLinksRight { float: right;}

div.footerLinksRight a {
	margin-left: 2px;
	margin-right: 4px;
	}
/* --------- END 1. algemeen --------- */


/* --------- 2. buttons --------- */
.btArrowSmall {
	background: url(../images/buttons/bt_arrow_small.png) no-repeat;
	width: 25px;
	height: 25px;
	background-position: top;
	display: block;
	float: left;
	cursor: pointer;
	margin-top: -1px;
	}
	
.btArrowSmall:hover{ background-position: bottom;}

.btSearch {
	background: url(../images/buttons/bt_search.png) no-repeat;
	width: 35px;
	height: 35px;
	background-position: top;
	display: block;
	float: left;
	margin-top: 3px;
	cursor: pointer;
	}
	
.btSearch:hover{ background-position: bottom;}

.btRegular {
	background: transparent url(../images/buttons/bt_regular_rightside.png) no-repeat;
	background-position: top right;
	background-attachment: scroll;
	color: #FFFFFF;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 35px;
	padding-right: 37px; /* sliding doors padding; deze waarde moet gelijk zijn aan de width van de img aan de rightside */
	text-decoration: none;
	border: 0px none;
	cursor: pointer;
	margin-right: -3px;
	}

.btRegular span {
	background: transparent url(../images/buttons/bt_regular_leftside.png) no-repeat;
	display: block;
	height: 27px;
	padding: 8px 0 0 17px;
	} 

.btRegular:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none; /* hide dotted outline in Firefox */
	text-decoration: none;
	}

.btRegular:hover span { background-position: bottom left;}

.btArrow {
	background: url(../images/buttons/bt_arrow.png) no-repeat;
	height: 35px;
	width: 35px;
	border: none;
	background-position: top;
	display: block;
	}
	
.btArrow:hover { background-position: bottom;}

/* --------- END 2. buttons --------- */


/* --------- 3. forms --------- */	
form *.mandatory{
	display: block;
	float: left;
	padding-right: 16px;
	background-image: url(../images/icons/mandatory.png);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
fieldset {
	border: none;
	}
	
fieldset li {
	list-style-type: none;
	}
	
fieldset ol {
	margin: 0;
	padding: 0;
	}
	
fieldset dd {
	margin: 0;
	padding: 0;
	}
	
form.nieuwsbrief {
	float: left;
	margin-top: 6px;
	margin-left: 20px;
	color: #4c4c4c;
	}
	
form.nieuwsbrief label {
	float: left;
	margin-top: 3px;
	font-size: 15px;
	}
	
form.nieuwsbrief input {
	border: 1px solid #939393;
	margin: 0 5px 0 10px;
	padding: 3px 3px 3px 3px;
	float: left;
	color: #939393;
	}
	
form.search {
	background: url(../images/common/search_bg_top.png) no-repeat;
	height: 95px;
	padding: 15px 0 0 15px;
	margin: 0;
	}
	
form.search label{
	font-size: 16px;
	color: #4c4c4c;
	}
	
form.search input {
	border: 1px solid #939393;
	width: 135px;
	font-size: 16px;
	height: 21px;
	color: #939393;
	padding: 4px 5px 3px 5px;
	margin: 5px 7px 0 0;
	float: left;
	}
	
form.login {
	height: 150px;
	width: 185px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
	padding: 15px;
	}
	
form.login fieldset {
	margin: 0;
	padding: 0;	
	}

form.login dl {
	margin: 0;
	padding: 0;
	}

form.login dd {
	margin-bottom: 8px;
	}

form.login legend {
	font-size: 16px;
	color: #4c4c4c;
	margin-left: -7px;
	margin-bottom: 10px;
	padding: 0;
	}
	
form.login input{
	border: 1px solid #939393;
	width: 140px;
	font-size: 12px;
	height: 17px;
	color: #939393;
	padding: 3px 3px 3px 3px;
	margin: 0 7px 0 0;
	float: left;
	}
	
form.verzilverenForm {
	background: url(../images/common/bg_verzilveren_kader.jpg) repeat-x;
	border: 1px solid #e7e7e7;
	height: 333px;
	width: 698px;
	overflow: hidden;
	}
	
form.verzilverenForm fieldset {
	width: 545px;
	border: none;
	margin-left: 70px;
	padding-top: 40px;
	}
		
form.verzilverenForm dd{
	width: 250px;
	float: left;
	margin: 3px 40px 40px 0;
	}
	
form.verzilverenForm input {
	width: 230px;
	border: 1px solid #939393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	height: 40px;
	color: #939393;
	padding: 8px 10px 2px 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
form.accountInlogForm {
	background: url(../images/common/bg_account_inlogkader.jpg) repeat-x;
	border: 1px solid #e7e7e7;
	height: 195px;
	width: 698px;
	}
	
.accountInlogForm fieldset {
	border: none;
	padding-top: 25px;
	margin: auto;
	width: 300px;
	}

.accountInlogForm legend {
	color: #6f6f6f;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	}
	
.accountInlogForm dt{
	width: 85px;
	float: left;
	margin-top: 4px;
	}

.accountInlogForm dd {
	width: 150px;
	margin-bottom: 10px;
	}
	
.accountInlogForm input {
	width: 203px;
	border: 1px solid #939393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
	color: #939393;
	padding: 3px 5px 2px 5px;
	}

fieldset.radiobuttons {
	padding: 0;
	margin-bottom: 20px;
	}
	
.radiobuttons dl {
	margin: 0;
	}

.radiobuttons li {
	margin-bottom: 20px;
	}

.radiobuttons input {
	float: left;
	}
	
.radiobuttons label {
	display: inline-block;
	margin-top: 2px;
	margin-left: 3px;
	}
	
fieldset.formVertical {
	float: left;
	width: 325px;
	margin-right: 45px;
	border: none;
	padding: 0;
	margin-bottom: 30px;
	}
	
.formVertical dd{
	margin: 2px 0 10px 0;
	}
	
.formVertical input {
	width: 312px;
	border: 1px solid #939393;
	height: 17px;
	color: #939393;
	padding: 3px 5px 2px 5px;
	}
	
.formVertical textarea {
	width: 312px;
	height: 76px;
	border: 1px solid #939393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939393;
	padding: 3px 5px 2px 5px;
	}
	
.formVertical select {
	width: 325px;
	color: #6f6f6f;
	}
	
fieldset.formHorizontal {
	width: 600px;
	border: none;
	margin: 0;
	padding: 0;
	}
	
fieldset.formHorizontal dt, dd {
	float: left;
	}

fieldset.formHorizontal dt{
	width: 150px;
	margin: 3px 10px 0 0;
	}

fieldset.formHorizontal dd{
	width: 350px;
	margin-bottom: 10px;
	}
	
fieldset.formHorizontal input {
	width: 200px;
	border: 1px solid #939393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
	color: #939393;
	padding: 3px 5px 2px 5px;
	}
	
fieldset.formHorizontal textarea {
	width: 300px;
	height: 70px;
	border: 1px solid #939393;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939393;
	padding: 3px 5px 2px 5px;
	}
	
label, input[type=checkbox], input[type=radio]
{
	cursor: pointer;
}



input.datePickerInput
{
	width: 75px;
}
/* --------- END 3. forms --------- */



/* --------- 4. navColumn --------- */
div#nav {
	background: url(../images/common/nav_bg.gif) repeat-y;
	min-height: 255px;
	width: 215px;
	padding-bottom: 25px;
	}
	
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
div#nav ul li {
	background: url(../images/common/nav_li_line.gif) no-repeat bottom;
	}
	
div#nav ul li a{
	font-size: 15px;
	text-decoration: none;
	color: #0f84ce;
	display: block;
	padding: 0 10px 4px 40px;
	line-height: 25px;
	text-transform: capitalize;
	}

div#nav ul li a:hover{
	background: url(../images/common/nav_arrow_hover.png) no-repeat;
	background-position: 20px 6px;
	color: #0e6aa4;
	}
	
#navSelected {
	background: url(../images/common/nav_arrow_selected.png) no-repeat;
	background-position: 20px 6px;
	}
	
div#navCategories {
	background: url(../images/common/nav_categories_title.gif) no-repeat top;
	min-height: 200px;
	float: left;
	}
	
div#navCategories ul {
	background: url(../images/common/nav_categories_ul_bg.gif) repeat-y;
	list-style-type: none;
	margin: 38px 0 0 0;
	padding: 30px 0 0 30px;
	}
	
div#navCategories ul li {
	margin:0;
	padding:0;
	}
		
div#navCategories ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #717171;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
	}
	
div#navCategories ul li a:hover{
	text-decoration: underline;
	color: #717171;
	}
	
div#navCategories ul li a.navCategoriesSelected {
	text-decoration: underline;
	color: #616161;
	}

.categorieIcon {
	border: none;
	float: left;
	}
	
div.navCategoriesText {
	width: 135px;
	margin-left: 35px;
	}
/* --------- END 4. navColumn --------- */


/* --------- 5. content --------- */
div.contentSpacer {
	height: 200px;
	}
	
div.contentIntroContainer {
	background: url(../images/common/intro_container_shape.gif) no-repeat top;
	width: 720px;
	display: table;
	padding-top: 70px;
	padding-left: 35px;
	}

div.extraContent {
	width: 720px;
	display: table;
	padding-left: 35px;
}

div.contentContainer {
	width: 700px;
	display: table;
	margin-bottom: 30px;
	margin-left: 20px;
	}
	
div.contentHeadImage {
	width: 290px;
	margin-left: 20px;
	float: right;
	}

div.contentTitle {
	margin-bottom: 20px;
	margin-left: -20px;
	}
	
div.evenementContainer {
	width: 700px;
	display: table;
	margin-bottom: 15px;
	margin-left: 20px;
	}
	
.evenementContainer h2 {
	font-size: 17px;
	color: #0f84ce;
	margin-bottom: 3px;
	margin-top: 10px;
	margin-left: 125px;
	}
		

.evenementContainer p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 125px;
	}
		
div.evenementContainerFooter {
	background: url(../images/common/line_cracked_right.gif) no-repeat;
	width: 720;
	height: 42px;
	margin-bottom: 30px;
	margin-left: 35px;
	}
	
div.evenementBoxSmall {
	background: url(../images/common/bg_evenement_box_small.jpg) repeat-x;
	width: 310px;
	min-height: 125px;
	background-color: #ededed;
	border: 1px solid #e7e7e7;
	padding-right: 15px;
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
	overflow:hidden;
	}
		
div.evenementBoxLong {
	background: url(../images/common/bg_evenement_box_small.jpg) repeat-x;
	width: 682px;
	min-height: 125px;
	background-color: #ededed;
	border: 1px solid #e7e7e7;
	padding-right: 15px;
	margin-bottom: 25px;
	float: left;
	overflow:hidden;
	}

div.evenementBoxLarge {
	background: url(../images/common/bg_evenement_box_large.jpg) repeat-x;
	width: 310px;
	min-height: 230px;
	background-color: #ededed;
	border: 1px solid #e7e7e7;
	padding-right: 15px;
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
	overflow:hidden;
	}
	
div.evenementBoxVeiling {
	background: url(../images/common/bg_evenement_box_small.jpg) repeat-x;
	width: 310px;
	height: 300px;
	background-color: #ededed;
	border: 1px solid #e7e7e7;
	padding-right: 15px;
	margin-right: 45px;
	margin-bottom: 25px;
	float: left;
	overflow:hidden;
	}

div.evenementBoxVeiling h2{
	height: 53px;
	overflow: hidden;
	}

div.evenementBoxVeiling p{
	height: 75px;
	overflow: hidden;
}

.evenementBoxImg {
	margin: 12px;
	position: absolute;
	z-index: 1;
	}

.evenementBoxImgOverlay {
	margin: 12px;
	position: absolute;
	z-index: 2;
	}

.evenementBoxBt {
	background: url(../images/buttons/bt_arrow.png) no-repeat;
	height: 35px;
	width: 35px;
	border: none;
	background-position: top;
	display: block;
	float: right;
	}
	
.evenementBoxBt:hover {
	background-position: bottom;
	}

div.infoBox {
	width: 333px;
	float: left;
	margin: 0 34px 0 0;
	}

div.infoBoxContent {
	width: 333px;
	height: 280px;
	}
	
div.infoBox h1{
	font-size: 20px;
	color: #0e6aa4;
	margin: 10px 0 3px 0;
	}
	
div.infoBox p{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 0px;
	}

.infoBox img{
	float: right;
	margin: 5px 0 0 15px;
	}

div.infoBoxFooter {
	background: url(../images/common/info_box_footer.gif) no-repeat bottom;
	width: 333px;
	height: 50px;
	margin-right: 20px;
	}
	
div.infoBoxFooter span {
	float: right;
	margin: 7px 22px 0 0;
	}

div.evenementLeftColumn {
	width: 430px;
	margin-right: 35px;
	float: left;
	}
	
div.evenementRightColumn {
	width: 232px;
	float: left;
	}
	
div.lineCrackedSmallEvenement {
	background: url(../images/common/line_cracked_small_evenement.gif) no-repeat bottom;
	height: 45px;
	margin-bottom: 30px;
	}
	
div.pakkettenContainer {
	width: 370px;
	background-color: #f5f5f5;
	margin: 30px 0 15px 0;
	padding: 30px;
	}
	
div.pakkettenContainer p{
	background: url(../images/common/bullet_pakketopsomming.png) no-repeat;
	background-position: 0 0.4em;
	padding-left: 15px;
	margin-bottom: 15px;
	}
	
.evenementImg {
	}

.evenementImgOverlay {
	position: absolute;
	left: 0;
	margin-bottom: 20px;	
	}

.evenementImgOverlayTop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	margin-bottom: 20px;	
	background: url(../images/common/img_overlay_evenement_top.png) no-repeat;
}

.evenementImgOverlayBottom {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 11px;
	z-index: 3;	
	background: url(../images/common/img_overlay_evenement_bottom.png) no-repeat;
}
	
.evenementImgBlock {	
	 position:relative;  
	 display:block; 	
	 float:left;
	 width: 100%;
	 margin: 0px 0px 10px 0px;
	 background-color: #FFFFFF;
}
		
div.infoKaderHeader {
	background: url(../images/common/bg_evenement_info_kader_header.jpg) no-repeat;
	height: 47px;	
	width: 100%;
	position:relative;  
	 display:block; 	
	 float:left;
	 
	}
	
div.infoKader {
	background-color: #0f84ce;
	padding: 0 15px 15px 15px;
	width: 202px;
	position:relative;  
	 display:block; 	
	 float:left;
	}
	
div.infoKader h2 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	margin-left: 0;
	margin-top: 0px;
	}
	
	
div.infoKader p {
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 25px;
	}
	
div.infoKaderFooter {
	background: url(../images/common/bg_evenement_info_kader_footer.jpg) no-repeat;
	height: 10px;
	width: 100%;	
	padding-bottom: 10px;
	position:relative;  
	 display:block; 	
	 float:left;
	}
	
div#stappentraject {
	height: 60px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 30px;
	}
	
div#stappentraject span {
	float: left;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: 35px;
	}
	
.stap {
	float: left;
	margin-right: 25px;
	}
	
	
div.bestelImgContainer {
	float: right;
	width: 235px;
	}

.bestelImg {
	position: absolute;
	z-index: 1;
	}

.bestelImgOverlay {
	position: absolute;
	z-index: 2;
	}
	
.formDevider {
	float: left;
	margin-left: 22px;
	margin-right: 22px;
	}

.betalingsoverzicht {
	line-height: 20px;
	}
	
.betalingsoverzicht .arrangement {
	font-size: 14px; 
	font-weight: bold;
	}

.betalingsoverzicht .pakket {
	font-size: 12px; 	
	font-weight: bold;
}


.betalingsoverzicht .tarief {
	font-weight: bold;
}

.betalingsoverzicht .sum {
	font-size: 11px; 	
	font-weight: normal;
}

.betalingsoverzicht td {
	vertical-align: bottom;
}
	
.pakket {
	font-weight: bold;
	}
	
.pakket td{
	border-bottom: 1px solid #d1d1d1;
	}

.subtotaal {
	font-weight: bold;
	height: 40px;
	vertical-align: top;
	padding-top: 5px;
	}

.subtotaal td{
	border-top: 1px solid #d1d1d1;
	}

.totaalbedrag {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	}
	
.totaalbedrag td{
	border-top: 1px solid #6f6f6f;
	}
	
div#subNav {
	height: 40px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
	}

div#subNav a {
	background: url(../images/common/sub_nav_arrow_hover.png) no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
	font-size: 16px;
	color: #0e6aa4;
	text-decoration: underline;
	margin-right: 35px;
	}
	
div#subNav a:hover {
	background: url(../images/common/sub_nav_arrow_selected.png) no-repeat;
	background-position: 0px 3px;
	}
	
#subNav a.subNavSelected {
	background: url(../images/common/sub_nav_arrow_selected.png) no-repeat;
	background-position: 0px 3px;
	font-weight: bold;
	}
	
	
div.gegevensColumnLeft {
	float: left;
	width: 150px;
	margin-right: 20px;
	}

div.gegevensColumnRight {
	float: left;
	width: 500px;
	font-weight: bold;
	}
	
.mijnBonnenTable {
	text-align: left;
	}

.mijnBonnenTable caption{
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d1d1;
	}

.mijnBonnenTable thead {
	height: 40px;
	text-align: left;
	vertical-align: bottom;
	}

.mijnBonnenTable td {
	vertical-align: top;
	}
/* --------- END 5. content --------- */


/* --------- 6. sitemap --------- */
.sitemap {
	list-style-type:none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 30px;
	}
	
.sitemap a {
	color: #0f84ce;
	}
	
.sitemap a:hover {
	color: #0e6aa4;
	}

.niveau1 { margin: 15px 0px 5px -30px; padding: 0px; margin-bottom: 5px; font-size: 14px;}
.niveau2 { 
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	background: url(../images/common/bullet_sitemap.png) no-repeat;
	background-position: 0 0.4em;
	padding-left: 10px;
	font-size: 13px;
	}
.niveau3 { margin: 0px 0px 0px 10px; padding: 0px; font-size: 12px;}
.niveau4 { margin-left:35px; padding: 0px; font-size: 11px;}
/* --------- END 6. sitemap --------- */

/* --------- 7. fancybox --------- */
a.popupImage
{
	cursor: hand;	
}

a.popupImage:hover img
{
	/*
	border: 1px solid #0f84ce;
	*/
}

a.popupImage img
{
	border: 1px solid #FFFFFF;
}
/* --------- END 7. fancybox --------- */


.searchResult {
	background-color: #FFFF00;
}

.searchLink
{
	font-size: 10px;	
}

.introTekst
{
	margin-bottom: 30px;
	font-weight: bold;
}


.veiling {
	width: 310px;
	height: 75px;
	padding: 0;
	margin-right: -5px;
	float: right;
	display:block;
	}
	
.evenementBoxBtBod {
	background: url(../images/buttons/bt_arrow.png) no-repeat;
	background-position: top right; 
	padding-right: 40px;
	margin: 20px 0;
	height: 35px;
	line-height: 35px;
	border: none;
	float: right;
	color: #0b74b6;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	}
	
.evenementBoxBtBod:hover {
	background-position: bottom right;
	color: #0f84ce;
	}
	
.hoogsteBod {
	width: 109px;
	height: 55px;
	background-image: url(../../_resources/images/veiling/bg_bod.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	float: left;
	font-size: 10px;
	}
	
.hoogsteBod span {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	color: #0b74b6;
	}
	
.veilingSluit {
	width: 200px;
	height: 55px;
	float: left;
	margin: 15px 0 0 0;
	}
	
.veilingSluit .intro {
	float: left;
	padding: 0 0 0 8px;
	font-size: 10px;
	line-height: 37px;
	}
	
.timer {
	width: 36px;
	height: 37px;
	padding-top: 5px;
	float: left;
	text-align: center;
	background-image: url(../images/veiling/bg_timer.png);
	color: #0f84ce;
	font-size: 9px;
	line-height: 15px;
	}
	
.timer span{
	font-size: 18px;
	font-weight: bold;
	color: #0e6aa4;
	}
	
div.infoKaderVeilingHeader {
	background: url(../images/common/bg_evenement_veiling_info_kader_header.jpg) no-repeat;
	height: 47px;	
	width: 100%;
	position:relative;  
	 display:block; 	
	 float:left;
	 
	}
	
div.infoKaderVeiling {
	background-color: #0f84ce;
	padding: 0 15px 15px 15px;
	width: 202px;
	position:relative;  
	display:block; 	
	float:left;
	}
	
div.infoKaderVeiling h2 {
	font-size: 14px;
	color: #FFFFFF;
	padding-bottom: 2px;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	margin-left: 0;
	margin-top: 0px;
	}
	
	
div.infoKaderVeiling p {
	width: 80px;
	margin: 20px 0 0 0;
	float: left;
	font-size: 11px;
	color: #b4e2ff;
	margin-bottom: 25px;
	}
	
div.infoKaderVeiling td{
	color: #b4e2ff;
	}
	
div.infoKaderVeiling .currentBod {
	color: #FFF;
	font-weight: bold;
	}

