html,
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html,
body,
input,
textarea,
option,
select
{
	font-family: Arial;
	font-size: 11px;
	line-height: 19px;
}

body
{
	background-color: #FFFFFF;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

.page
{
	position: relative;
}

#form
{
	margin: 0px;
}

#sidebar
{
	float: right;
	width: 180px;
}

.clear
{
	clear: both;
}

label
{
	width: 65px;
	display: inline-block;
}

td
{
	vertical-align: top;
}

td label
{
	display: inline;
	width: auto;
}

td div
{
	padding: 0 7px;
}

.question
{
	float: left;
	display: block;
	width: 220px;
	line-height: 24px;
	vertical-align: middle;
}

p.question
{
	float: none;
	width: auto;
	line-height: 14px;
}

table
{
	width: 100%;
}

#zorgpakket td,
#eigenbijdrage td,
#looptijdverz td
{
	width: 33%;
}

#aanvverz td
{
	width: 50%;
}

.error
{
	color: #FF0000;
	padding-left: 10px;
}

.hidden
{
	display: none;
}

.tooltip
{
	position: relative;
	float: right;
	background-image: url(../media/image/vraagteken.gif);
	width: 14px;
	height: 15px;
	margin: 3px 25px 0 0;
	#margin-top: -18px;
	padding: 0;
}

.tooltip.inline
{
	display: inline-block;
	margin-right: 20px;
}

#tooltipcollection span,
.tooltip span
{
	padding: 5px;
	background-color: #DCE3F3;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 235px;
	z-index: 2000;
	border: 2px solid #0070AD;
}

.tooltip span.right
{
	left: 22px;
}

#overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

#grayout
{
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 4000;
	
	filter:alpha(opacity=50);
	opacity: 0.5;
}

#moreinfo
{
	position: absolute;
	top: 75px;
	left: 200px;
	width: 500px;
	margin: 0 auto;
	background-color: #DCE3F3;
	height: 300px;
	z-index: 4000;
	overflow: auto;
}

#moreinfo div
{
	display: none;
	padding: 10px;
}

#summary
{
	padding-left: 10px;
}

#summary p
{
	margin: 0;
}

#summary th
{
	text-align: left;
	padding: 10px 0 5px 0;
}

#summary th:first-child
{
	width: 200px;
}

#summary h4
{
	margin: 0;
	font-size: 11px;
}

p.small
{
	padding-left: 10px;
	padding-right: 5px;
}



/* new design */
#capture
{
	height: auto !important;
	min-height: 100%;
	position: relative;
}

#wrapper
{
	height: auto !important;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 960px;
}

#progressbar
{
	margin-bottom: 10px;
}

#progressbar,
#progressbar.page0
{
	background-image: url(../media/image/stappen.jpg);
	height: 50px;
	overflow: hidden;
}

#progressbar.page1
{
	background-position: 0px -50px ;
}

#progressbar.page2
{
	background-position: 0px -100px ;
}

#progressbar.page3
{
	background-position: 0px -150px ;
}

#progressbar.page4
{
	background-position: 0px -200px ;
}

#progressbar.page5,
#progressbar.page6
{
	background-position: 0px -250px ;
}

#buttons
{
	position: relative;
	background-color: #DCE3F3;
	height: 24px;
	line-height: 24px;
	z-index: 1;
}

#buttons input
{
	background-image: url(../media/image/btn_bg.gif);
	display: inline;
	width: 189px;
	height: 24px;
	border: 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;

}

#buttons input#backbutton,
#buttons input#resetbutton
{
	background-image: url(../media/image/btn_back_bg.gif);
	right: 190px;
	width: 180px;
}

#buttons input.over
{
	background-position: 0px -24px;
}
#buttons input.click
{
	background-position: 0px -48px;
}

fieldset
{
	display: block;
	width: 100%;
}

div.legend
{
	position: relative;
	height: 40px;
	background-color: #0070AD;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 10px;
}

.corner
{
	position: absolute;
	background-color: #FFFFFF;
	height: 13px;
	width: 13px;
	overflow: hidden;
}

.corner.left
{
	left: 0px;
}

.corner.top
{
	top: 0px;
}

.corner.bottom
{
	bottom: 0px;
}

.corner.right
{
	right: 0px;
}

.legend .corner.top.left
{
	background-image: url(../media/image/hoekje_links.gif);
}

.legend .corner.top.right
{
	background-image: url(../media/image/hoekje_rechts.gif);
}

#buttons .corner.left.bottom
{
	background-image: url(../media/image/hoekje_linksonder.gif);
}

#footer .corner.left.bottom
{
	background-image: url(../media/image/hoekje_footer_links.gif);
	background-color: #C2D4E0;
}

#footer .corner.right.top
{
	background-image: url(../media/image/hoeke_footer_rechts.gif);
	background-color: #C2D4E0;
}

div.page
{
	background-color: #DCE3F3;
}

.page input
{
	color: #0070AD;
	border: 0px;
	margin-top: 3px;
}

.page input[type=text]
{
	width: 335px;
	border: 1px solid #C2D4E0;
	padding-left: 5px;
}

.page input#clientstraat,
.page input#clientplaats
{
	width: 248px;
}

.page input#clienthuisnummer,
.page input#clientpostcode
{
	width: 75px;
}

.page input#clienthuisnummer,
.page input#clientplaats
{
	margin-left: 5px;
}

.page textarea
{
	border: 1px solid #C2D4E0;
	padding-left: 5px;
	color: #0070AD;
}

.horizontalline
{
	line-height: 1px;
	height: 1px;
	background-color: #FFFFFF;
	margin: 0 0 2px 0;
}

#buttons .horizontalline
{
	margin: 0px;
	width: 391px;
}

.question
{
	padding-left: 10px;
	font-weight: bold;
}

#formcontainer
{
	width: 580px;
	margin: 0 10px;
	float: left;
}

#leftmenu
{
	width: 180px;
	float: left;
	height: 100%;
	background-color: #EDF2F6;
}

#sidebar
{
	background-color: #EDF2F6;
}

#sidebar .content ol
{
	margin: 3px 0 0 0;
	padding-left: 25px;
}

#sidebar .content li
{
	color: #AAAAAA;
	font-weight: bold;
	padding: 0 3px;
}

#sidebar .content li span
{
	color: #0070AD;
}

div.page.end p
{
	padding-left: 10px;
	padding-right: 5px;
}

div#footer
{
	position: relative;
	margin-top: 10px;
	line-height: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	background-color: #C2D4E0;
}

div#footer,
div#footer a,
table a
{
	color: #0070AD;
}

p.boxbutton
{
	cursor: pointer;
	text-align: right;
	margin: 0px;
}
p.boxbutton span
{
	border: 1px solid #000000;
	padding: 2px;
}

p.boxbutton.hover span
{
	background-color: #EDF2F6;
}

div#sidebar div.premie
{
	font-size: 16px;
	font-weight: bold;
	color: #0070AD;
}

div.why
{
	text-align: center;
	padding: 0;
	font-size: 17px;
}
