body{
  background-color: #FFFFFF;
  color: #000;
  font-family: Trebuchet ms, Arial;
  font-size: 12px;
  line-height:18px;
}

img{border:none;}

div#marContainer{
  width: 980px;
  margin:0px auto;
}

div#marHeader{width:980px; height:150px; }
div.logo{float:left; width:685px; height:90px;}
div.logo a{display:block; margin-top:20px;}
div.fintessaknop{float:left; width:210px; height:90px;}
div.fintessaknop a{display:block; margin:60px 0px 0px 20px;}
div#marContainer div.home{background: url(../images/layout/content_bg_home.png) repeat-y;}
div#marContent{width:980px; height:auto; background: url(../images/layout/content_bg.png) repeat-y;}
div#marFooter{width:980px; height:30px; background: url(../images/layout/footer_bg.png) repeat-x;}

div.hoofdMenu{width:980px;height:49px; position:relative; top:11px;}
div.hoofdMenuLinks{width:10px; height:49px; float:left; background: url(../images/layout/menu_bgL.png) repeat-x;}
div.hoofdMenuMidden{width:960px; height:49px; float:left; background: url(../images/layout/menu_bg.png) repeat-x; text-align:center;}
div.hoofdMenuRechts{width:10px; height:49px; float:left; background: url(../images/layout/menu_bgR.png) repeat-x;}


/* menu styling */

div.hoofdMenuMidden ul{margin:15px 0px 0px 25px; padding:0px;}
div.hoofdMenuMidden li{float:left; margin:0px 25px; list-style: none;}
div.hoofdMenuMidden li a{
	display:block;
	color: #00378c;
	font-weight: bold;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
div.hoofdMenuMidden li a:hover{color: #fff;}

/* styling binnenin*/

div.linksInhoud{width:466px; float:left;}
div.linksInhoud a{color:#0000ee;}
div.rechtsInhoud{width:510px; float:left; line-height:26px;}
div.rechtsInhoud a{color: #fff;}

div.clear{clear:both;}
div.clearright{clear:left;}

div.rechtsInhoud{color: #fff; font-size:16px;}
div.rechtsInhoud div.padding{padding:10px 15px;}

div.downloadKader{background: url(../images/downloadkader.png); width:483px; height:480px; position: absolute; top:0px; left:0px;}
div#slider{}

div.padding{padding:10px;}
div.linksInhoud div.contact{padding:10px 0px 0px 31px;}

/* homepagina */

div.mediaBlokje{background: url(../images/home/mediaBlokje.png) no-repeat; height:220px; width:413px; margin-left:16px; position:relative;}
div.columnsBlokje{background: url(../images/home/columnsBlokje.png) no-repeat; height:220px; width:413px; margin-left:16px; position:relative;}
div.downloadsBlokje{background: url(../images/home/downloadsBlokje.png) no-repeat; height:195px; width:411px; margin-left:16px; position:relative;}
div.mediaBlokje div.padding, div.columnsBlokje div.padding{padding:45px 15px 0px 30px;}
div.downloadsBlokje div.padding{padding:45px 15px 0px 30px;}
div.mediaBlokje img, div.columnsBlokje img, div.downloadsBlokje img{float:left; margin-right:10px;}
a.finpijl{position:absolute; left:328px; top:172px;}
div.downloadsBlokje a.finpijl{position:absolute; left:328px; top:161px;}
a.finpijl img{float:none;}

span.blokKop, td.contentheading, span.kopje {font-weight:bold; color: #336699; text-transform:uppercase;}

h1{font-size: 12px; font-weight:bold; color: #336699; text-transform:uppercase; }



div.footertxt{text-align: center; color: #123365; font-size:10px; padding-top:2px;}

/* slider functie op download pagina */

#slider{position:absolute; background: #fff;}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
div#slider li img{margin:26px 0px 0px 6px;}
#slider li{
	width:480px;
	height:480px;
	overflow:hidden;
	}
#prevBtn, #nextBtn{
	display:block;
    position:relative;
    top:428px;
	width:53px;
	height:22px;
	}
#nextBtn{
	left:267px;
    top:407px;
	}
#prevBtn{
	left:169px;
	}
#prevBtn a, #nextBtn a{
	display:block;
    text-indent: -8000px;
    outline: none;
	width:53px;
	height:22px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
	}
#nextBtn a{
	background:url(../images/btn_next.gif) no-repeat 0 0;
	}

