/* header */
div#header a.cblink
{
	position: absolute;
	top: 55px;
	right: 30px;
}

/* home */
div#home
{
	position: relative;
	width: 753px;
	height: 446px;
	left: 10px;
	background-image: url(/media/image/layout/main_start.jpg);
	background-repeat: no-repeat;
}

div#home div#titleblock
{
	position: absolute;
	text-align: right;
	top: 32px;
	left: 24px;
	width: 435px;
	height: 100px;
}

div#home div#titleblock h1
{
	font-size: 25px;
}

div#home div#titleblock h3
{
	font-weight: normal;
}

div#home #intromovie
{
	position: absolute;
	top: 49px;
	left: 7px;
}

div#home div#checkblock
{
	position: absolute;
	width: 310px;
	top: 141px;
	right: 43px;
}

div#home div#checkblock h3
{
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	background-image: url(/media/image/icon/vink.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
}

div#home div#startblock
{
	position: absolute;
	right: 172px;
	bottom: 145px;
}

div#home div#startblock a
{
	color: #fff;
}

div#home div#startblock a.button
{
	margin-bottom: 5px;
}

div#home div#iconbar
{
	position: absolute;
	left: 15px;
	top: 335px;
	width: 720px;
	height: 80px;
	color: #60AC25;
	font-weight: bold;
}
div#home div#iconbar div.label
{
	float: left;
	width: 100px;	
	line-height: 68px;
	font-size: 14px;
}
div#home div#iconbar div.icon
{
	float: left;
	width: 115px;
	text-align: center;
	font-size: 9px;
}

div#homeright
{
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(/media/image/layout/sidetop.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 222px;
}
div#rightcolumn div#homeright
{
	position: relative;;
	top: -20px;
	background-image: none;
	width: 222px;
}

div#homeright h3
{
	margin: 30px 0px 10px 50px;
}

div#homeright img
{
	margin-left: 10px;
}

div#homeright a.biggreenbutton
{
	font-size:11px; 
	padding-top: 6px;
	height: 36px;
	margin: 10px 0px 10px 30px !important;
	margin: 10px 0px 10px 15px;
}

div#homeright div.sidebottom
{
	position: absolute;
	right: 0px;
	top: 410px;
	width: 222px;
	height: 37px;
	background-image: url(/media/image/layout/sidebottom.jpg);
}

/* eab home */
div.eabhomeimage
{
	width: 288px;
	height: 210px;
	background-image: url(/media/image/eabhome.png);
	background-image: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/image/eabhome.png,sizingMethod=scale);
}

/* side ticker */
div#indexticker
{
	height: 150px;
	margin: 3px 0px;
}

div#indexticker div#sideticker
{
	color: #666;
	width: 160px;
	margin-left: 35px;
}

div#indexticker div.seperatorbottom
{
	position:absolute;
	top: -3px;
}

div#indexticker div.seperatortop
{
	position:absolute;
	bottom: -3px;
}

div#indexticker div#sideticker div.branche
{
	float: left; 
	width: 130px;
}

div#indexticker div#sideticker div.brancheindex
{
	float: left; 
	width: 20px;
	margin-left: 10px;
}

/* login */
div#login
{
	position: relative;
	width: 753px;
	height: 401px;
	background-image: url(/media/image/layout/login_back.jpg);
	background-repeat: no-repeat;
}

div#login div#titleblock
{
	position: absolute;
	text-align: right;
	top: 55px;
	left: 20px;
	width: 430px;
	height: 100px;
}
div#login div#titleblock h3
{
	font-weight: normal;
}

div#login form#loginform, 
div#login form#forgotpassform, 
div#login form#changepassform
{
	position: absolute;
	top: 185px;
	left: 505px;
	width: 240px;
}
div#login input
{
	width: 210px;
	height: 16px;
}

div#login input.invisible
{
	width: 0px;
	height: 0px;
}


/* forum */
div#forum div.paddedcontent,
div#forumtopic div.paddedcontent,
div#forumtopicadd div.paddedcontent
{
	margin: 0px 20px 0px 25px;
}

div#forum table
{
	width: 100%;
	border-collapse: collapse;
}

div#forum table tr th
{
	text-align: left;
	font-weight: bold;
	padding: 0px 5px;
	color: #000;
}

div#forum table tr td
{
	background-image: url(/media/image/layout/rowback.gif);
	background-repeat: repeat-x;
	line-height: 26px;
	height: 26px;
	padding: 0px 5px;
	margin: 0px;
}

div.forummessage div.titlebar
{
	background-image: url(/media/image/layout/message_top.jpg);
	background-repeat: repeat-x;
	line-height: 26px;
	height: 26px;
	padding: 0px 10px;
}

div.forummessage div.titlebar a
{
	float: right;
	margin-left: 10px;
}

div.forummessage div.content
{
	margin: 10px;
}

div.forummessage div.content div.footer
{
	margin-top: 15px;
	margin-bottom: 30px;
}

div#forumtopicaddformwrapper textarea, div#forumtopicreplyformwrapper textarea
{
	width: 740px;
	height: 150px;
}

div#forumtopicaddformwrapper input, div#forumtopicreplyformwrapper input
{
	width: 740px;
}

/* ubb */
div.forummessage div.content div.quote
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0px 5px 10px;
}

/* tips list */
div#tipslist a,
div#tipslist span
{
	line-height: 20px;
}

img.tipimage
{
	margin: 0px 20px 10px 0px;
}

/* news list */
div#newslist a,
div#newslist span
{
	line-height: 20px;
}

/* tellafriend */
form#tellafriendform div.label
{
	float: left;
	width: 100px;
	line-height: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

form#tellafriendform input
{
	width: 215px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
}

div#feedbacktellafriendform
{
	margin-left: 255px;
}

/* benchmark */
div#benchmark div.dropdown
{
	float: left;
	width: 220px;
	margin-right: 10px;
}

div#benchmark div.dropdown select
{
	width: 100%;
}

div#benchmark hr
{
	margin: 20px 0px;
}

div#benchmark div.mainindex
{
	/*margin-left: 270px;*/
}

div#benchmark div.index
{
	float: left;
	width: 75px;
	text-align: center;
	margin-right: 20px;
}

div#benchmark div.index h4
{
	color: #000;
}

div#benchmark div.index div.number
{
	background-image: url(/media/image/layout/indexback_small.jpg);
	width: 58px;
	height: 35px;
	text-align: center;
	padding-top: 13px;
	margin-left: 5px;
}

div#benchmark div.bars
{
	position: relative;
	float: left;
	height: 150px;
	width: 142px;
	margin: 0px 15px;
}

div#benchmark div.bars div.left
{
	position: absolute;
	bottom: 20px;
	left: 0px;
}
div#benchmark div.bars div.right
{
	position: absolute;
	bottom: 20px;
	right: 0px;
}

div#benchmark div.bars div.label
{
	position: absolute;	
	bottom: 0px;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}

div#benchmark div.bars div.label img
{
	margin-bottom: -4px;
	margin-left: 4px;
}

div#benchmark #feedbackbenchmarkform
{
	position: relative;
	height: auto! important;
	min-height: 15px;
	height: 15px;
}

div#benchmark #benchmarkformcontainer
{
	position: relative;
	overflow: auto;
	width: 100%;
}

div#benchmark #benchmarkformbutton
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
}

/* test */
object#intakeflash
{
	width: 980px;
	margin-left: 20px;
}

/* result overview */
div#resultoverview h2
{
	margin-bottom: 40px;
}

div#resultoverview div.indexbox
{
	float: left;
	text-align: center;
	width: 156px;
	height: 156px;
	background-image: url(/media/image/layout/indexback_xl.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/image/layout/indexback_xl.png,sizingMethod=crop);
	margin-right: 20px;
	z-index: 1;
}

div#resultoverview div.indexbox h4
{
	margin: 17px 0px 10px 0px;
}

div#resultoverview div.indexbox img
{
	margin-bottom: 10px;
}

div#resultoverview div.scorebar
{
	position: relative;
	background-image: url(/media/image/layout/scorebar.jpg);
	height: 270px;
	width: 214px;
	background-repeat: no-repeat;
	background-position: 72px 0px;
	margin-bottom: 30px;
}

div#resultoverview div.scorebar div.ownscore
{
	position: absolute;
	left: 10px;
	width: 76px;
	height: 51px;
	padding: 30px 18px 0px 2px;
	text-align: center;
	background-image: url(/media/image/layout/yourscore.png);
	background-image: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/image/layout/yourscore.png,sizingMethod=scale);
}

div#resultoverview div.scorebar div.branchescore
{
	position: absolute;
	right: 20px;
	width: 53px;
	height: 33px;
	padding: 28px 0px 0px 35px;
	background-image: url(/media/image/layout/branchescore.png);
	background-image: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/image/layout/branchescore.png,sizingMethod=scale);
}

div#resultoverview div.scorebar a.details
{
	position: absolute;
	bottom: -35px;
	left: 45px;
}

div#resultoverview div.explainbox
{
	position: absolute;
	top: 60px;
	left: 230px;
	width: 250px;
}

div#resultoverview div.explainbox h2
{
	margin-bottom: 0px;
	font-size: 16px;
}

div#resultoverview div.bars
{
	float: left;
	position: relative;
	height: 150px;
	width: 76px;
	margin: 0px 20px;
}

div#resultoverview div.bars div.roundbarchart
{
	position: absolute;
	bottom: 20px;
}

div#resultoverview div.bars div.label
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

/* result overview */
div#resultoverview div.roundbarchart
{
	cursor: pointer;
}

/* result category */
div#resultcategory div.indexbox
{
	float: left;
	text-align: center;
	width: 105px;
	height: 90px;
	background-image: url(/media/image/layout/indexback_big.png);
	background-image: expression('none');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/image/layout/indexback_big.png,sizingMethod=scale);
	margin-right: 20px;
	font-weight: bold;
}

div#resultcategory div.indexbox img
{
	margin-top: 18px;
	margin-bottom: 5px;
}

div#resultcategory div.explainbox
{
	float: left;
	padding-top: 5px;
	width: 355px;
}

div#resultcategory div.judgementbox
{
	position: relative;
	width: 510px;
	background-color: #f4f4f4;
}

div#resultcategory div.judgementbox div.list
{
	float: left;
	width: 270px;
}

div#resultcategory div.judgementbox div.list div.header
{
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	padding-left: 10px;
	background-repeat: repeat-x;
	width: 200px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

div#resultcategory div.judgementbox div.list div.good
{
	background-image: url(/media/image/layout/header_green.jpg);
}

div#resultcategory div.judgementbox div.list div.bad
{
	background-image: url(/media/image/layout/header_red.jpg);
}

div#resultcategory div.judgementbox div.list div.item
{
	line-height: 27px;
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	background-repeat: repeat-y;
	background-image: url(/media/image/layout/itemback.jpg);
	background-color: #e5e5e5;
	cursor: pointer;
}

div#resultcategory div.judgementbox div.list div.active
{
	position: relative;
	background-image: url(/media/image/layout/itemback_active.jpg);
	background-color: #e7ede1;
	color: #000;
	cursor: default;
}

div#resultcategory div.judgementbox div.list div.hover
{
	position: relative;
	background-image: url(/media/image/layout/itemback_active.jpg);
	background-color: #e7ede1;
	color: #000;
}

div#resultcategory div.judgementbox div.list div.active div.arrow
{
	position: absolute;
	right: -19px;
	top: -1px;
	width: 19px;
	height: 24px;
	background-image: url(/media/image/layout/itemarrow.gif);
	background-color: #f4f4f4;
}

div#resultcategory div.judgementbox div.notgood div.active,
div#resultcategory div.judgementbox div.notgood div.hover
{
	background-image: url(/media/image/layout/itemback_red.jpg);
	background-repeat: repeat-y;
	background-color: #ff0a33;
	color: #fff;
}

div#resultcategory div.judgementbox div.notgood div.active div.arrow
{
	position: absolute;
	right: -17px;
	top: 0px;
	width: 17px;
	height: 27px;
	background-image: url(/media/image/layout/itemarrow_red.jpg);
}

div#resultcategory div.judgementbox div.good div.active,
div#resultcategory div.judgementbox div.good div.hover
{
	background-image: url(/media/image/layout/itemback_green.jpg);
	background-repeat: repeat-y;
	background-color: #70b73f;
	color: #fff;
}

div#resultcategory div.judgementbox div.good div.active div.arrow
{
	position: absolute;
	right: -17px;
	top: 0px;
	width: 17px;
	height: 27px;
	background-image: url(/media/image/layout/itemarrow_green.jpg);
}


div#resultcategory div.judgementbox div.text
{
	float: left;
	width: 220px;
	padding: 12px 0px;
}

div#resultcategory div.judgementbox div.text div
{
	display: none;
}

div#rightcolumn div.bookbanner img
{
	float: right;
}

div#rightcolumn div#insurancelinks
{
	margin-bottom: -15px;
}

div#rightcolumn div#insurancelinks a
{
	display: block;
	margin-bottom: 15px;
}

/* disclaimer */
div#disclaimer div.paddedcontent
{
	margin: 0px 20px 0px 25px;
}

div#disclaimer ol
{
	margin: 10px 23px;
}

div#disclaimer ul
{
	margin: 2px 17px;
}

div#disclaimer li
{
	margin: 2px 0px;
}

/* contact */
div#contact div.paddedcontent
{
	width: 450px;
	margin: 0px 0px 0px 25px;
}

div#contact img.question
{
	cursor: pointer;
}

div#contact div#popup
{
	position: absolute;
	top: 150px;
	left: 80px;
	background-color: #fff;
	border: 1px solid #60AC25;
	padding: 5px;
	width: 260px;
}

div.insurancelist
{
	float: left;
	width: 250px;
	position: relative;
}

ol.insurancelist
{
	padding-left: 22px;
}

ol.insurancelist li
{
	margin-bottom: 5px;
}

ol.insurancelist li.first
{
	font-size: 16px;
}

ol.insurancelist li.second
{
	font-size: 15px;
}

ol.insurancelist li.third
{
	font-size: 14px;
}

ol.insurancelist li.fourth
{
	font-size: 12px;
}

ol.insurancelist li.fifth
{
	font-size: 11px;
}

div.balloonup
{
	position: absolute;
	z-index: 9;
	width: 290px;
	height: 70px;
	padding: 20px;
	background-image: url(/media/image/layout/tekst_ballonup.png) !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/media/image/layout/tekst_ballonup.png,sizingMethod=crop);
}

div.popup
{
	display: none;
	position: absolute;
	width: 600px;
	border: 1px solid #60AC25;
	top: -10px;
	left: 50px;
	padding: 10px;
	background-color: #fff;
}

div.popup div.bottomarrow
{
	position: absolute;
	background-image: url(/media/image/layout/bottomarrow.gif);
	width: 24px;
	height: 16px;
	bottom: -16px;
	left: 0px;
}

div#futuretext div.bottomarrow
{
	left: 539px;
}
div#organisationtext div.bottomarrow
{
	left: 367px;
}
div#profittext div.bottomarrow
{
	left: 195px;
}
div#risctext div.bottomarrow
{
	left: 22px;
}

div.waarhoortubij div.greencontentfiller
{
	background-image: url(/media/image/layout/waarhoortubijback.jpg);
	filter: none;
	left: -23px;
	top: -26px;
	width: 550px;
	height: 385px;
}
