html {
    overflow: -moz-scrollbars-vertical;
	overflow: scroll;
	overflow-x: hidden;
}

body{
	background-image: url(../images/interface/wrapper_back_gradient.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ebebeb;
	color: #4b4b4b;
	margin: 0;
	font-family: Arial;
	top: 0;
	left: 0;
}

body form{
	margin: 0;
	padding: 0;
}

.clearBoth{
	clear: both;
}

.justify{
	text-align: justify;
}

.center{
	text-align: center;
}

.txtAlignLeft{
	text-align: left;
}

.alignLeft{
	float: left;
}

.alignRight{
	float: right;
}

.error{
	color: #cb020e;
	font-weight: bold;
}

.success{
	color: #2d9a01;
	font-weight: bold;
}

.upperCase{
	text-transform: capitalize;
	font-weight: bold;
}

.noBorder{
	border: 0px !important;
}

input[type="checkbox"], input[type="radio"]{ 
    background: transparent; 
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
} 

a:active,
a:focus {
	outline: 0;
	-moz-outline-style: none;
}

#wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

h1{
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #0057de;
}

/********************* HEADER *********************/

#logo{
	width: 279px;
	height: 68px;
	margin: 38px 0 0 16px;
	padding: 0;
	position: absolute;
}

#fullsizeBanner{
	width: 468px;
	height: 60px;
	margin: 39px 0 0 495px;
	padding: 0;
	position: absolute;
	border: 1px solid #ffffff;
	/*background-image: url(../images/interface/fullsize_banner.png);
	background-repeat: no-repeat;*/
}

.fullsizeBannerInline {
	width: 468px;
	height: 60px;
	margin: 10px 21px;
	padding: 0;
    padding: 10px 21px 10px 21px !ie7;
}

#topMenu{
	margin: 4px 16px;
	padding: 0;	
	float: right;
	font-size: 11px;
	color: #ffffff;
}

#topMenu a{
	color: #ffffff;
}

#topMenu ul{
	margin: 0;
	padding: 0;	
}

#topMenu ul li{
	float: left;
	margin-left: 7px;
	list-style: none;
}

#header{
	width: 980px;
	height: 116px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/header_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/********************* MAINMENU *********************/

#mainMenu{
	width: 980px;
	height: 30px;
	margin: 5px 0 5px 0;
	padding: 0;
	background-image: url(../images/interface/mm_btns.png);
	background-repeat: repeat-x;
}

#mainMenu ul{
	width: 980px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/mm_back_right.png);
	background-repeat: no-repeat;
	background-position: right;
}

#mainMenu ul .mmBtnFirst{
	margin: 0;
	padding: 0 10px 0 13px;
	background-image: url(../images/interface/mm_btn_first.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

#mainMenu ul .mmBtnFirst-active{
	margin: 0;
	padding: 0 10px 0 13px;
	background-image: url(../images/interface/mm_btn_first-active.png);
	background-repeat: no-repeat;
	background-position: left;
	cursor: pointer;
}

#mainMenu ul .mmBtnFirst-active a{
	color: #ffffff;
}

#mainMenu ul .mmBtns{
	margin: 0;
	padding: 0 10px 0 10px;
	background-image: url(../images/interface/mm_btns.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

#mainMenu ul .mmBtns-active{
	margin: 0;
	padding: 0 10px 0 10px;
	background-image: url(../images/interface/mm_btns-active.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

#mainMenu ul .mmBtns-active a{
	color: #ffffff;
}

#mainMenu ul .mmDevider{
	width: 2px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/mm_devider.png);
	background-repeat: no-repeat;
}

#mainMenu ul li{
	height: 30px;
	line-height: 28px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4b;
}

#mainMenu ul li a{
	color: #4b4b4b;
	text-decoration: none;
}

/********************* MIDDLE *********************/

#containerMiddle{
	width: 980px;
	margin: 0 0 -10px 0;
	padding: 0;
	background-image: url(../images/interface/container_middle_back.png);
	background-repeat: repeat-y;
}

#containerLeftTop{
	width: 710px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background-image: url(../images/interface/container_left_top_back.png);
	background-repeat: no-repeat;
	background-position: top;
}

#containerLeftBottom{
	width: 710px;
	height: 10px;
	margin: 0 0 0px 0;
	padding: 0;
	background-image: url(../images/interface/container_left_bottom_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#left{
	width: 120px;
	margin: 3px 0 0 0;
	padding: 0 10px 10px 10px;
	float: left;
	background-image: url(../images/interface/left_top_back.png);
	background-repeat: no-repeat;
	background-position: top;
}

#search{
	width: 120px;
	height: 64px;
	margin: 0;
	padding: 9px 0 1px 5px;
	position: relative;
}

#search img{
	margin-left: 1px;
}

#searchInput{
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	background-image: url(../images/interface/search_input_back.png);
	background-repeat: no-repeat;
}

#searchInput input{
	border: 0;
	color: #b2b2b2;
	width: 101px;
	width: 98px !ie7;
	height: 16px;
	margin: 1px 0 0 5px;
	margin: 0px 0 0 5px !ie7;
	font-size: 0.8em;
}

#skyscraper{
	width: 120px;
	height: 600px;
	margin: 0;
	padding: 0;
	background-color: #ebebeb;
}

/********************* MAINCONTENT *********************/

#containerContent{
	width: 569px;
	margin: 3px 0 33px 0;
	padding: 0;
	float: left;
}

#breadCrumbs{
	margin: 0;
	padding: 0;
	position: relative;
	/*background-image: url(../images/interface/breadcrumbs_back.png);
	background-repeat: no-repeat;
	background-position: top;*/
}

#breadCrumbsEcards{
	width: 550px;
	height: 24px;
	margin: 0 0 10px 11px;
	padding: 0;
	position: relative;
	background-image: url(../images/interface/breadcrumbs_back.png);
	background-repeat: no-repeat;
	background-position: top;
}

#breadCrumbs p,
#breadCrumbsEcards p{
	margin: 0;
	padding: 0 0 5px 10px;
	font-size: 9px;
	color: #4b4b4b;
}

#breadCrumbs p a,
#breadCrumbsEcards p a{
	color: #4b4b4b;
}

#mainContent{
	margin: 0;
	padding: 0 30px 0 30px;
	position: relative;
	font-size: 12px;
}

.ecards{
	padding: 0 20px 0 20px !important;
}

/********************* HOME **********************/
.home h4{
	color: #0057de;
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#lastNewsHome{
	padding-left: 0px;
}

#lastNewsHome li{
	list-style: none;
	background-image: url("../images/interface/bullet_blue.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	height: 16px;
}

#lastNewsHome li a{
	color: #4B4B4B;
}

#lastNewsHome li a:hover{
	color: #0057de;
}

.homeLeesVerder{
	float: right;
	margin-top: 10px;
}

.homeArticle{
	width: 419px;
	float: left;
	padding-left: 10px;
}

.homeLead{
	height: 130px;
}

.homeSmallImage{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/********************* VIDEOS *********************/
#videoSturen{
	margin: 25px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dashed #c7c7c7;
	font-size: 10px;
	color: #8e8e8e;
}

.movieSub{
	float: right;
}

.movieSmallImage{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movieTitle{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #4b4b4b;
	text-decoration: none;
	height: 70px;
}

.movieTitle-active{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0057DE;
	text-decoration: none;
	height: 70px;
}

.movieDash{
	width: 226px;
	height: 80px;
	border: 1px dashed #C7C7C7;
	padding: 10px;
}

.smallMovieContainer{
	width: 248px;
	height: 102px;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
	overflow: hidden;
	float: left;
	padding: 0;
}

.smallMovieContainer-active{
	width: 248px;
	height: 102px;
	margin-bottom: 5px;
	border: 2px solid #0057de;
	overflow: hidden;
	float: left;
	padding: 0;
	cursor: pointer;
}

/********************* DAG IN DAG UIT *********************/

#diduDate{
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 70px;
	float: left;
	font-size: 80px;
	font-weight: bolder;
	border-right: 2px solid #4b4b4b;
}

#diduDay{
	margin: 0;
	padding: 0;
	/*line-height: ;*/
	float: left;
	font-size: 20px;
	color: #8e8e8e;
}

#diduYear{
	margin: 0;
	padding: 0;
	float: right;
	font-size: 20px;
	font-weight: bold;
}

#diduMonth{
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	color: #4b4b4b !important;
}

.dagindaguit h1{
	margin: 20px 0 13px 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #0057de;
}

.dagindaguit p{
	line-height: 18px;
}

#mainContent #diduTextLok{
	font-style: italic;
	font-weight: bold;
}

#diduSubtitleBar{
	height: 20px;
	line-height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

#dagText{
	line-height: 1.5em;
	width: 450px;
	margin: 10px 0 20px 0;
	padding: 20px 30px;
	background-color: #f1f1f1;
}

#bijbelText{
	line-height: 1.5em;
	width: 450px;
	margin: 10px 0 20px 0;
	padding: 20px 30px;
	background-color: #f1f1f1;
	display: none;
}

.bijbelVersNr{
	color: #0057de;
	font-size:0.75em;
	font-style:normal;
	font-variant:normal;
	line-height:1em;
	vertical-align:30%;
}

#bronVermelding{
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dashed #c7c7c7;
	font-size: 10px;
	color: #8e8e8e;
}

#bijbelBronVermelding{
	font-size: 10px;
	color: #8e8e8e;
	line-height: 1.2em;
}

#bronVermelding a{
	color: #8e8e8e;
}

#bronVermelding tr{
	margin: 0;
	padding: 0;	
}

#bronVermelding td{
	margin: 0;
	padding: 0;	
}

.highLight{
	font-weight: bold;
	background-color: #ffffff;
}

/********************* NIEUWS CARROUSEL *********************/

#carrouselContainer{
	width: 490px;
	margin: -8px 0 20px 0;
	padding: 10px;
	background-color: #ebebeb;
}

#carrouselContainer h1,
#carrouselContainer h1 a{
	font-size: 20px;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	text-decoration: none;
	line-height: 20px;
}

#carrouselContainer h2,
#carrouselContainer h2 a{
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	text-decoration: none;
}

#carrouselContainer h1 a:hover,
#carrouselContainer h2 a:hover,
.carrouselContainer h2 .active{
	color: #0057de;
}

.hoofdArtikel{
	width: 225px;
	height: 343px;
	margin: 0;
	padding: 10px 20px 10px 10px;
	float: left;
}

.nieuwsMedImage{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	height: 150px;
	width: 225px;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
}

.nieuwsSmallImage{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	width: 80px;
	height: 80px;
	float: left;
	margin: 0;
	padding: 0;
}

.subArtikelFirstBorder{
	width: 234px;
	height: 90px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-left: 1px dashed #c7c7c7;
	float: right;
}

.subArtikelFirstBorder-active{
	width: 234px;
	height: 90px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-left: 1px dashed #ffffff;
	float: right;
}

.subArtikelBorder{
	width: 234px;
	height: 90px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	border-left: 1px dashed #c7c7c7;
	border-top: 1px dashed #c7c7c7;
	float: right;
}

.subArtikel{
	width: 228px;
	height: 84px;
	margin: 1px;
	padding: 0;
	border: 2px solid #ffffff;
}

.subArtikel-active{
	width: 228px;
	height: 84px;
	margin: 1px;
	padding: 0;
	border: 2px solid #0057de;
	cursor: pointer;
}

.subArtikel .nieuwsSmallImage,
.subArtikel-active .nieuwsSmallImage{
	margin: 2px 5px 0 2px;
	padding: 0;
	float: left;
}

.subTitleContainer{
	width: 136px;
	margin: 4px 5px 0 0;
	padding: 0;
	float: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #4b4b4b;
	text-decoration: none;
}

.subTitleContainer-active{
	width: 136px;
	margin: 4px 5px 0 0;
	padding: 0;
	float: left;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #0057de;
	text-decoration: none;
}

/********************* NIEUWS VANDAAG *********************/

.nieuwsVandaag{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	color: #0057de;
}

.artikelDatumKl{
	font-size: 10px;
	font-weight: bold;
	color: #0057de;
}

.nieuwsLead{
	margin: 0 0 10px 0; 
	padding: 0;
	line-height: 17px;
}

h3,
h3 a{
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #4b4b4b;
	text-decoration: none;
}

h3 a:hover{
	color: #0057de;
}

/********************* ZOEKRESULTATEN NIEUWS *********************/

#nieuwsZoekResultaten{
	margin: 0;
	padding: 0;
}

#nieuwsZoekResultaten .alignLeft{
	width: 415px;
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
	background-image: url(../images/interface/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#nieuwsZoekResultaten .alignRight{
	width: 65px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 5px;
}

#nieuwsZoekResultaten ul{
	margin: 0;
	padding: 0;
}

#nieuwsZoekResultaten .oneven{
	margin: 0;
	padding: 0 0 0 4px;
	line-height: 18px;
	vertical-align: middle;
	list-style: none;
	background-color: #ededed;
}

#nieuwsZoekResultaten .even{
	margin: 0;
	padding: 0 0 0 4px;
	line-height: 18px;
	vertical-align: middle;
	list-style: none;
}

#nieuwsZoekResultaten .oneven-active{
	margin: 0;
	padding: 0 0 0 4px;
	line-height: 18px;
	vertical-align: middle;
	list-style: none;
	font-weight: bold;
	background-color: #ededed;
	color: #0057de;
}

#nieuwsZoekResultaten .even-active{
	margin: 0;
	padding: 0 0 0 4px;
	line-height: 18px;
	vertical-align: middle;
	list-style: none;
	font-weight: bold;
	color: #0057de;
}

/********************* NIEWS DETAILPAGINA *********************/

#nieuwsDetailPagina{
	margin: 0;
	padding: 0;
}

#nieuwsDetailPagina h2{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	color: #0057de;
	z-index: 1;
}

#nieuwsDetailPagina h3{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #0057de;
}

#subKop{
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 10px;
	z-index: 999;
}

#subKop .artikelDatum{
	
}

#subKop .trefwoorden a{
	color: #4b4b4b;
	text-decoration: none;
}

#subKop .trefwoorden a:hover{
	color: #0057de;
	text-decoration: underline;
}

.nieuwsLargeImage{
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	height: 150px;
	width: 225px;
	float: right;
	padding: 0;
	margin: 0 0 10px 0;
	margin-left: 20px;
	margin-left: 20px !ie7;
}

#fullsizeBannerDetail{
	width: 468px;
	height: 60px;
	margin: 30px auto;
	padding: 0;
	/*border: 1px solid #4b4b4b;*/
}

#largerectangleBannerDetail{
	width: 336px;
	height: 280px;
	margin: 30px auto;
	padding: 0;
	/*border: 1px solid #4b4b4b;*/
}

#leadTekst{
	margin: 0;
	padding: 0;
	width: 509px;
	font-size: 13px;
	font-weight: bold;
}

#broodTekst{
	margin: 0 0 20px 0;
	padding: 0;
}

#broodTekst .leesVerderLink,
#broodTekst .leesVerderLink a{
	margin: 0;
	padding: 0;
	color: #2d9a01;
}

#nieuwsDetailPagina #bronVermelding{
	margin: 0 0 30px 0;
}

#mailPrintBtns{
	margin: 0;
	padding: 0;
	float: right;
}

/********************* ECARDS *********************/

#eCardsContainer{
	margin: 0;
	padding: 0;
}

#stepContainer{
	height: 35px;
	height: 35px;
	margin: 0 0 5px 0;
	padding: 0;
	/*position: relative;*/
}

#stepContainer .title{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
}

#stepContainer .subTitle{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #8e8e8e;
}

#stepContainer ul{
	margin: 0;
	padding: 0;
}

#stepContainer ul li{
	height: 28px;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	text-align: center;
	float: left;
}

#stepContainer ul .stepFirst{
	width: 14px;
	background-image: url(../images/interface/step_first.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .stepFirst-active{
	width: 14px;
	background-image: url(../images/interface/step_first-active.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .step1{
	width: 150px;
	background-image: url(../images/interface/step_back.png);
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
}

#stepContainer ul .step1-active{
	width: 150px;
	background-image: url(../images/interface/step_back-active.png);
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
}

#stepContainer ul .step1-inactive{
	width: 150px;
	background-image: url(../images/interface/step_back-active.png);
	background-repeat: repeat-x;
	cursor: default;
	margin: 0;
}

#stepContainer ul .step1-active .title,
#stepContainer ul .step1-active .subTitle,
#stepContainer ul .step1-inactive .title,
#stepContainer ul .step1-inactive .subTitle{
	color: #ffffff !important;
}

#stepContainer ul .stepMiddle1-leftactive{
	width: 26px;
	background-image: url(../images/interface/step_middle-leftactive.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .stepMiddle1-rightactive{
	width: 26px;
	background-image: url(../images/interface/step_middle-rightactive.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .stepMiddle1-active{
	width: 26px;
	background-image: url(../images/interface/step_middle-active.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .step2{
	width: 149px;
	background-image: url(../images/interface/step_back.png);
	background-repeat: repeat-x;
	cursor: default;
	margin: 0;
}

#stepContainer ul .step2-active{
	width: 149px;
	background-image: url(../images/interface/step_back-active.png);
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
}

#stepContainer ul .step2-inactive{
	width: 149px;
	background-image: url(../images/interface/step_back-active.png);
	background-repeat: repeat-x;
	cursor: default;
	margin: 0;
}

#stepContainer ul .step2-active .title,
#stepContainer ul .step2-active .subTitle,
#stepContainer ul .step3-active .title,
#stepContainer ul .step3-active .subTitle,
#stepContainer ul .step2-inactive .title,
#stepContainer ul .step2-inactive .subTitle,
#stepContainer ul .step3-inactive .title,
#stepContainer ul .step3-inactive .subTitle{
	color: #ffffff !important;
}

#stepContainer ul .stepMiddle2{
	width: 26px;
	background-image: url(../images/interface/step_middle.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .stepMiddle2-leftactive{
	width: 26px;
	background-image: url(../images/interface/step_middle-leftactive.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .stepMiddle2-rightactive{
	width: 26px;
	background-image: url(../images/interface/step_middle-rightactive.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .stepMiddle2-active{
	width: 26px;
	background-image: url(../images/interface/step_middle-active.png);
	background-repeat: no-repeat;
	margin: 0;
}

#stepContainer ul .step3{
	width: 150px;
	background-image: url(../images/interface/step_back.png);
	background-repeat: repeat-x;
	cursor: default;
	margin: 0;
}

#stepContainer ul .step3-active{
	width: 150px;
	background-image: url(../images/interface/step_back-active.png);
	background-repeat: repeat-x;
	cursor: pointer;
	margin: 0;
}

#stepContainer ul .step3-inactive{
	width: 150px;
	background-image: url(../images/interface/step_back-active.png);
	background-repeat: repeat-x;
	cursor: default;
	margin: 0;
}

#stepContainer ul .stepEnd{
	width: 14px;
	background-image: url(../images/interface/step_end.png);
	background-repeat: repeat-x;
	margin: 0;
}

#stepContainer ul .stepEnd-active{
	width: 14px;
	background-image: url(../images/interface/step_end-active.png);
	background-repeat: repeat-x;
	margin: 0;
}

#eCardsBackTop{
	width: 530px;
	margin: 0;
	padding: 0;
	/*margin-top: -15px !ie7;*/
	background-image: url(../images/interface/ecards_back_top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffc800;
	position: relative;
}

#eCardsBackBottom{
	width: 530px;
	margin: 0;
	padding: 0 0 15px 0;
	background-image: url(../images/interface/ecards_back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#eCardsBackBottom #firstCatList{
	margin-left: 30px;
}

#eCardsBackBottom ul{
	width: 150px;
	margin: 14px 0 0 0;
	padding: 0 10px 0 0;
	float: left;
}

#eCardsBackBottom ul li{
	height: 15px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	cursor: pointer;
}

#eCardsBackBottom ul li a{
	color: #4b4b4b;
	text-decoration: none;
}

.catOver{
	background-image: url(../images/interface/cat_menu_back_over.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.catActive{
	background-image: url(../images/interface/cat_menu_back_active.png);
	background-repeat: no-repeat;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.catActive a{
	color: #ffffff !important;
}

.eCardsWhiteBackTop{
	width: 500px;
	margin: 15px 0 0 15px;
	padding: 0;
	background-image: url(../images/interface/ecards_white_back_top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	display: inline-block;
}

.eCardsWhiteBackBottom{
	margin: 0 0 0 0;
	padding: 10px;
	background-image: url(../images/interface/ecards_white_back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;	
}

.eCardsWhiteBackBottom a img{
	float: right;
	margin: 2px 20px 0 0;
}

#eCardsWhiteBackBottomBtns{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/interface/ecards_white_back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;	
	font-size: 14px;
	font-weight: bold;
}

.eCardsWhiteBackBottom .eCardThumb{
	width: 105px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: right;
	background-color: #ededed;	
}

#eCardsWhiteBackBottomThumbs{
	margin: 0;
	padding: 0 0 16px 0;
	position: relative;
	background-image: url(../images/interface/ecards_white_back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#eCardsWhiteBackBottomThumbs .eCardThumb{
	width: 105px;
	height: 70px;
	margin: 16px 0 0 16px;
	padding: 0;
	float: left;
	background-color: #ededed;
	position: relative;
}

#eCardsWhiteBackBottomPreview{
	margin: 0;
	padding: 10px 0 0 0;
	background-image: url(../images/interface/ecards_white_back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 14px;
	font-weight: bold;
	top: 0;
	left: 0;
	height: 350px !ie7;
	/*display: none;*/
}

#eCardPreview{
	width: 480px;
	height: 320px;
	margin: 0 0 0 10px;
	padding: 0;
	background-color: #4b4b4b;
}

#eCardReview{
	width: 480px;
	height: 320px;
	margin: 0;
	padding: 0;
	background-color: #4b4b4b;
}

#previousStep{
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	background-image: url(../images/interface/btn_ecard_previousstep.png);
	background-repeat: no-repeat;
	background-position: left 50%;
	float: left;
	cursor: pointer;
}

#previousStep.active{
	background-image: url(../images/interface/btn_ecard_previousstep-active.png);
}

#nextStep{
	height: 30px;
	line-height: 30px;
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
	background-image: url(../images/interface/btn_ecard_nextstep.png);
	background-repeat: no-repeat;
	background-position: right 50%;
	float: right;
	cursor: pointer;
}

#nextStep.active{
	background-image: url(../images/interface/btn_ecard_nextstep-active.png);
}

#previousStep a,
#nextStep a{
	color: #5d5d5d;
	text-decoration: none;
}

#previousStep.active a,
#nextStep.active a{
	color: #000000;
	text-decoration: none;
}

#eCardBericht{
	width: 353px;
	height: 58px;
	margin: 0;
	padding: 5px;
	border: 1px solid #8e8e8e;
	font-family: arial;
	font-size: 12px;
	color: #8e8e8e;
	float: left;
}

.eCardFirstInput{
	margin-right: 10px;
	margin-bottom: 2px;
	width: 223px;
	padding: 0;
	border: 1px solid #8e8e8e;
	font-family: arial;
	font-size: 12px;
	color: #8e8e8e;
}

.eCardInput{
	width: 223px;
	margin-bottom: 2px;
	padding: 0;
	border: 1px solid #8e8e8e;
	font-family: arial;
	font-size: 12px;
	color: #8e8e8e;
}

.eCardInput2{
	width: 235px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 1px solid #8e8e8e;
	font-family: arial;
	font-size: 12px;
	color: #8e8e8e;
}

#eCardsAddressbook{
	width: 478px;
	height: 127px;
	margin: 0;
	padding: 0;
	border: 1px solid #8e8e8e;
	display: inline-block;
	overflow-x:hidden;
	overflow-y:auto;
}

#eCardsAddressbook ul{
	margin: 0;
	padding: 0;	
}

#eCardsAddressbook ul li{
	width: 456px;
	height: 21px;
	line-height: 21px;
	margin: 2px;
	padding: 0;
	border: 1px solid #8e8e8e;
	background-color: #ededed;
}

#eCardsAddressbook .abCheck{
	width: 21px;
	height: 21px;
	line-height: 21px;
	margin: 0 2px 0 0;
	padding: 0;
	float: left;	
}

#eCardsAddressbook .abCheck input{
	margin: 4px 0 0 4px;
	margin: 0 !ie7;
	padding: 0;
}

#eCardsAddressbook .abName{
	width: 215px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	float: left;
}

#eCardsAddressbook .abAddress{
	width: 215px;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	float: left;
}

.ecaFloatDiv{
	width: 191px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	position: absolute;
	left: 85px;
	top: 49px;
	z-index: 9999;
}

.ecaFloatDiv .balTop{
	width: 191px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/balloon_top.png);
	background-repeat: no-repeat;
}

.ecaFloatDiv .balMiddle{
	width: 135px;
	margin: 0;
	padding: 0 28px 12px 28px;
	background-image: url(../images/interface/balloon_middle.png);
	background-repeat: repeat-y;
}

.ecaFloatDiv .balBottom{
	width: 191px;
	height: 14px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/balloon_bottom.png);
	background-repeat: no-repeat;
}

/********************* WEBLINKS *********************/

#mainContent.weblinks{
	margin: 0;
	padding: 0 20px 0 20px;
	position: relative;
	font-size: 12px;
}

#mainContent.weblinks h1{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#mainContent.weblinks h3{
	margin-bottom: 0px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #0057de;
}

#weblinksContainer{
	margin: 20px 10px 0 10px;
	padding: 0;
}

#catDescription{
	margin: 0;
	padding: 0 10px;
}

#weblinksBreadcrumbs{
	margin: 0 0 20px 10px;
	padding: 0;
}

#weblinksBreadcrumbs .bcSeperator{
	width: 9px;
	height: 13px;
	background-image: url(../images/interface/bc_bullet.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.wlPath{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #2d9a01;
}

.wlPath a{
	color: #2d9a01;
}

#weblinksBreadcrumbs .bcLink,
#weblinksBreadcrumbs .bcLink a{
	font-size: 14px;
	color: #0057de;
}

#weblinksBreadcrumbs ul{
	margin: 0;
	padding: 0;
}

#weblinksBreadcrumbs ul li{
	height: 13px;
	line-height: 13px;
	margin: 0 5px 0 0 ;
	padding: 0;
	list-style: none;
	float: left;
}

#weblinksContainer #tableContainer{
	margin: 20px 0 0 0;
	padding: 0 10px;
}

#weblinksContainer #tableContainer table tr{
	/*height: 45px;*/
	vertical-align: top;
}

.wlCat a{
	font-size: 14px;
	font-weight: bold;
	color: #0057de;
}

.wlLink a{
	font-size: 11px;
	color: #8e8e8e;	
}

#wlZoekresultaten{
	margin: 0;
	padding: 0;
}

#wlZoekresultaten ul{
	margin: 10px 0 0 0;
	padding: 0;
}

#wlZoekresultaten ul li{
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style: none;
}

#wlZoekresultaten h6,
#wlZoekresultaten h6 a{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #0057de;
}

#wlZoekresultaten em{
	font-style: normal;
	font-weight: bold;
}

#wlZoekresultaten cite{
	color: #8e8e8e;
}

.sponsored{
	background-color: #f1f1f1;
	padding: 10px 0 0 0!important;
	margin: 20px 0 0 0!important;
}

.sponsored .spLink{
	color: #8e8e8e;
}

#wlSubCat{
	margin: 10px 0 0 0;
	padding: 0 10px;
	color: #2d9a01;
}

#wlSubCat ul{
	margin: 0;
	padding: 0;
}

#wlSubCat ul li{
	margin: 0;
	padding: 0;
	height: 20px;
	list-style-position: inside;
}

#wlSubCat .wLink a{
	font-size: 14px;
	color: #0057de;
}

#wlSubCat .shortCut{
	margin: 0;
	padding: 0 18px 0 0;
	background-image: url(../images/interface/icon_link.png);
	background-position: right;
	background-repeat: no-repeat;
}

.weblinkList{
	width: 500px;
	height: 35px;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/interface/weblink_table_back.png);
	background-position: right;
	background-repeat: no-repeat;
}

.weblinkList .weblinnkUrl,
.weblinkList .weblinnkUrl a{
	margin: -1px 0 0 2px;
	padding: 0;
	color: #4b4b4b;
	float: left;
}

.weblinkList .btnWijzigen{
	margin: 0 0 5px 0;
	margin: 0 !ie7;
	padding: 0;
	float: right;
}

.weblinkList .linkActive{
	width: 242px;
	height: 12px;
	margin: 0;
	padding: 1px 0 2px 5px;
	float: left;
	font-size: 10px;
	color: #4b4b4b;
	background-image: url(../images/interface/weblink_table_optionback.png);
	background-position: right;
	background-repeat: no-repeat;
}

.weblinkList .linkSponsored{
	width: 242px;
	height: 12px;
	margin: 0 0 0 6px;
	padding: 1px 0 2px 5px;
	float: left;
	font-size: 10px;
	color: #4b4b4b;
	background-image: url(../images/interface/weblink_table_optionback.png);
	background-position: right;
	background-repeat: no-repeat;
}

/********************* FORMS *********************/

#formContainer{
	margin: 0;
	padding: 0;
}

#formContainer h3{
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 0;
	color: #0057de;
	text-decoration: none;
}

.introText{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #c7c7c7;
}

.checkboxNoBorder input{
	margin: 0 !important;
	padding: 0 !important;
}

#formLeft,
#formLeft2,
#formLeft3 {
	width: 380px;
	margin: 0;
	padding: 0;
	float: left;
}

#formLeft .formInputText,
#formLeft2 .formInputText,
#formLeft3 .formInputText {
	padding-bottom: 6px;
}

#formLeft table,
#formLeft2 table,
#formLeft3 table {
	margin: 0;
	padding: 0;
}

#formLeft table tr,
#formLeft2 table tr,
#formLeft3 table tr {
	height: 25px;
}

#formLeft input,
#formLeft2 input,
#formLeft3 input {
	border: 1px solid #c7c7c7;
	margin: 0;
	padding: 1px 0 2px 0;
	margin: 0 0 4px;
	color: #4b4b4b;
}

#formLeft .formVoornaam,
#formLeft .formAchternaam,
#formLeft2 .formVoornaam,
#formLeft3 .formAchternaam,
#formLeft3 .formAchternaam {
	width: 121px;
}

#formLeft .formPostcode,
#formLeft2 .formPostcode,
#formLeft3 .formPostcode {
	width: 61px;
}

#formLeft .formPlaats,
#formLeft2 .formPlaats,
#formLeft3 .formPlaats {
	width: 181px;
}

#formLeft .formTitle,
#formLeft2 .formTitle,
#formLeft3 .formTitle {
	width: 120px;
	margin: 0;
	padding: 2px 10px 0 0;
	text-align: right;
	vertical-align: top;
	color: #0057de;
}

#formLeft .formTitleError,
#formLeft2 .formTitleError,
#formLeft3 .formTitleError {
	width: 120px;
	margin: 0;
	padding: 4px 10px 0 0;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	color: #cb020e;
	border-top: 1px solid #cb020e;
	border-left: 1px solid #cb020e;
	border-bottom: 1px solid #cb020e;
}

#formLeft .formInput,
#formLeft2 .formInput,
#formLeft3 .formInput {
	width: 250px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#formLeft .formInputError,
#formLeft2 .formInputError,
#formLeft3 .formInputError {
	width: 250px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	border-top: 1px solid #cb020e;
	border-right: 1px solid #cb020e;
	border-bottom: 1px solid #cb020e;
}

#formLeft select,
#formLeft2 select,
#formLeft3 select {
	width: 250px;
	border: 1px solid #c7c7c7;
	color: #4b4b4b;
	margin: 0 0 4px;
}

#formLeft select option,
#formLeft2 select option,
#formLeft3 select option {
	border: 0px;
	color: #4b4b4b;
}

#formLeft .formAdres,
#formLeft2 .formAdres,
#formLeft3 .formAdres {
	width: 248px;
}

#formLeft .formOpmerkingen,
#formLeft2 .formOpmerkingen,
#formLeft3 .formOpmerkingen {
	width: 248px;
	border: 1px solid #c7c7c7;
	padding: 1px 0 2px 0;
	margin: 0 0 4px;
	font-family: arial;
	font-size:12px;
	color: #4b4b4b;
}

/*
#formLeft #idWeblinksUrlsDescription{
	font-family: arial;
	font-size:12px;
	color: #4b4b4b;
}
*/

#formRight{
	width: 129px;
	margin: 0;
	padding: 0;
	float: left;
}

#formRight #rightMembersRegisterEmail {
	margin: 5px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

/*
#formRight #discNaamError{
	margin: 5px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow_red.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #cb020e;
}
*/

#formRight #rightMembersRegisterEmailRep {
	margin: 26px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersRegisterPassword {
	margin: 45px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersRegisterPasswordRep {
	margin: 70px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersRegisterNlWeekly {
	margin: 91px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 30px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersRegisterNlDidu {
	margin: 138px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersRegisterNlNews {
	margin: 151px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 20px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersRegisterNlBizz {
	margin: 135px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 60px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMembersLoginDoCookie {
	margin: 60px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 11px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMijnOneWayNlWeekly {
	margin: 45px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 100px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMijnOneWayNlDidu {
	margin: 162px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMijnOneWayNlNews {
	margin: 176px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 20px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#formRight #rightMijnOneWayNlBizz {
	margin: 82px 0 0 0;
	padding: 0 0 0 13px;
	font-size: 10px;
	background-image: url(../images/interface/icon_arrow.png);
	background-position: left 137px;
	background-repeat: no-repeat;
	color: #8e8e8e;
	display: none;
}

#kolomInschrijven{
	width: 250px;
	margin: 0 6px 0 0;
	padding: 0;
	float: left;
	position: relative;
}

#kolomInloggen{
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
}

.kolomFormTop{
	width: 250px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/login_kolom_top.png);
	background-repeat: no-repeat;
	background-position: top;
}

.kolomFormBottom{
	width: 250px;
	height: 4px;
	margin: 0;
	padding: 0;
	background-image: url(../images/interface/login_kolom_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.kolomFormMiddle{
	width: 208px;
	margin: 0;
	padding: 13px 20px;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}

.formInputTextNew{
	border: 1px solid #C7C7C7;
	color: #4B4B4B;
	margin: 0 0 2px 0;
	padding: 0 0 0 2px;
	height: 17px;
	width: 193px;
}

.formInputTextCurr{
	border: 1px solid #C7C7C7;
	color: #4B4B4B;
	margin: 0 0 2px 0;
	padding: 0 0 0 2px;
	height: 17px;
	width: 203px;
}

.kolomFormTitle{
	font-size: 14px;
	font-weight: bold;
	color: #0057de;
}
.kolomFormArrow{
	width: 11px;
	margin: 0;
	padding:0;
	background-image: url(../images/interface/icon_arrow_green.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.kolomFormCheckbox{
	margin: 0;
	padding: 0;
}

.kolomFormRadio{
	margin: 0;
	padding: 0;
	border: none !important;
}

.formError{
	width: 480px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #a5161f;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 5px solid #cb020e;
}

.formNote{
	width: 480px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffe88e;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border: 5px solid #ffc800;
}

.formSuccess{
	width: 480px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #2d9a01;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border: 5px solid #6ed23c;
}

/********************* RIGHT COLUMN *********************/

.tagCloud { 
	padding: 3px;
	text-decoration: none; 
	color: #4b4b4b;
}

.tagCloud:link  { 
	color: #4b4b4b; 
}

.tagCloud:visited { 
	color: #4b4b4b; 
}

.tagCloud:hover { 
	color: #0057DE; 
}

.tagCloud:active {
	color: #0057DE;
}

.vanPrijs{
	text-decoration: line-through;
	color: #cb020e;
}

.voorPrijs{
	font-weight: bold;
	font-size: 15px;
	color: #2d9a01;
}

#containerRight{
	width: 260px;
	margin: 0;
	padding: 0;
	float: left;
}

#containerRight .columnTop{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/interface/right_top_back.png);
	background-repeat: no-repeat;
	background-position: top;
}

#containerRight .columnBottom{
	margin: 0 0 10px 0;
	padding:  3px 0 0 0;
	background-image: url(../images/interface/right_bottom_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#containerRight .columnTopBl{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-image: url(../images/interface/right_top_back_blue.png);
	background-repeat: no-repeat;
	background-position: top;
}

#containerRight .columnBottomBl{
	margin: 0 0 10px 0;
	padding:  3px 0 0 0;
	background-image: url(../images/interface/right_bottom_back_blue.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#containerRight .columnTitle{
	width: 240px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/interface/column_title_back.png);
	background-repeat: no-repeat;
	background-position: top;
}

#containerRight .columnContent{
	width: 220px;
	margin: 0 auto;
	padding: 10px 0 13px 0;
	font-size: 12px;
}

#containerRight .columnPartnerContent{
	width: 240px;
	margin: 0 auto;
	padding: 10px 0 13px 0;
	font-size: 12px;
}

#halfsizeBanner{
	width: 234px;
	height: 60px;
	margin: 0 0 10px 13px;
	padding: 0;
	background-color:#ffffff;
	/*border:1px solid #000000;*/
}

#column3 .columnBottom{
	margin-bottom: 0 !important;
}

#column1 #diduTitle{
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #2d9a01;
}

#column1 #diduText{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #4b4b4b;
}

#column1 #diduTextLok{
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #4b4b4b;
}

#column1 p{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
}

#column1 #btnLeesverder{
	float: right;
	margin: 0;
	padding: 0;
}

/********************* FOOTER *********************/

#wrapperFooter{
	width: 980px;
	height: 34px;
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/interface/footer_back.png);
	background-repeat: no-repeat;
}

#wrapperFooter a{
	color: #000000;
}

#footerLeft{
	width: 715px;
	height: 34px;
	line-height: 32px;
	float: left;
}

#footerRight{
	width: 265px;
	height: 34px;
	line-height: 32px;
	float: left;
}

.hidden {
	display: none;
}