
/* globale css dingen */
body,html {
	font-family:arial, helvetica, tahoma;
}
body {
	margin:15px;
}
a {
	text-decoration:none;
	color:#1F3F9E;
}

a:hover {
	text-decoration:underline;
}

.noborder {
	border:0px;
}

.small {
	font-size: 10px;
}

input, select {
	font-family:arial, helvetica, tahoma;
	border:1px solid #464646;
	font-size:12px;
	color:#464646;
}

table td {
	font-size:11px;
	color:#464646;
}

h2 {
	font-size:17px;
	font-weight:bold;
	margin:25px 0px 20px 0px;
	color:#1F3F9E;
}

a.abutton {
	height:25px;
	padding:5px 15px 5px 15px;
	background:url(../img/buttonbl_bg.gif);
	border:solid 1px #042483;
	color:white;
	font-size:12px;
	font-weight:bold;
}
a.abutton:hover {
	background:url(../img/buttonbl_bg_over.gif);
}



/* footer xsarus */
.xsarus {
	padding-top:6px;
	font-size:10px;
	text-align:right;
	color:#D4D7DE;
}
.xsarus a {
	color:#D4D7DE;
}



/* setinput */
table.setinput {
	height:100%;
}
table.setinput td {
	vertical-align:top;
}

table.setinput td.vergelijk {
	text-align:right;
	padding-top:30px;
}



/* stamproduct selectie */
table.stamproduct {
	height:100%;
}
table.stamproduct td.kop {
	font-size:11px;
	font-weight:bold;
}

table.stamproduct td {
	vertical-align:middle;
}



/* premieinvoer */
table.premieinvoer td {
	padding-right:5px;
}



/*productvergelijking premies*/
table.productvergelijking td.premieopbouw {

}
table.productvergelijking td.premieopbouw table {
	width:100%;
	margin:0px;
}
table.productvergelijking td.premieopbouw table td {
	border:0px;
	width:50%;
	text-align:right;
	white-space:nowrap;
	font-size:10px;
	padding:1px 0px 1px 0px;
}

table.productvergelijking td.er {
	font-size:10px;
	text-align:right;
}

table.productvergelijking td.ppm {
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

span.ga {
	font-size:10px;
	font-weight:normal;
}



/*productvergelijking voorwaarden*/
table.productvergelijking {
	width:100%;
}
table.productvergelijking td {
	vertical-align:top;
	padding:2px 5px 2px 2px;
	border-bottom:1px solid white;
	border-right:1px solid white;
}

table.productvergelijking td.stamproduct {
	text-align:center;
	padding-bottom:10px;
}
table.productvergelijking td.maatschappij {
	border-bottom:0px;
	background-color:#A2A2AE;
	color:white;
	font-weight:bold;
}
table.productvergelijking td.kwaliteit {
	border-bottom:0px;
	background-color:#A2A2AE;
	color:white;
	font-weight:bold;
}
table.productvergelijking td.product {
	background-color:#A2A2AE;
	color:white;
	font-weight:bold;
}
table.productvergelijking td.sectie {
	width:100%;
	height:21px;
	font-weight:bold;
	font-size:12px;
	color:white;
	background-color:#1F3F9E;
	border-bottom:1px solid white;
	cursor:pointer;
	vertical-align:top;
}
table.productvergelijking td.footer {
	height:21px;
	background-color:#A2A2AE;
}
table.productvergelijking td.sectie input.plus {
	margin:2px 2px 0px 2px;
	border:1px solid white;
	height:12px;
	width:12px;
	background-color:#1D3D9A;
	color:white;
	line-height:6px;
	float:left;
}
table.productvergelijking td.sectie input.min {
	margin:2px 2px 0px 2px;
	border:1px solid white;
	height:12px;
	width:12px;
	background-color:#1D3D9A;
	color:white;
	line-height:6px;
	float:left;
}

span.beter{
	background-color:#25A525;
	color:white;
}

span.slechter{
	background-color:#C70E0E;
	background-colors:#ED4949;
	color:white;
}

table.productvergelijking td
	background-color:white;
	color:black;
}

table.productvergelijking td.gelijk,
table.productvergelijking td.gelijk span.slechter, 
table.productvergelijking td.gelijk span.beter{
	background-color:white;
	color:black;
}

table.productvergelijking td.beter,
table.productvergelijking td.beter span.slechter {
	background-color:#25A525;
	color:white;
}

/* td overullt spanns binnenin */
table.productvergelijking td.slechter, 
table.productvergelijking td.slechter span.beter {
	background-color:#C70E0E;
	background-colors:#ED4949;
	color:white;
}


table.productvergelijking td.stam {
	background-color:#E6E9F0;
}
table.productvergelijking td.label {
	background-color:#A2A2AE;
	color:white;
	padding-right:10px;
}

table.productvergelijking .productheader {
	width:200px;
	padding-right:10px;
	background-color:#A2A2AE;
	color:white;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}



/* informatie productvergelijking*/
table.info {
	border:solid #A2A2AE 1px;
}
table.info td {
	padding:8px;
}

table.info td.infotekst {
	line-height:16px;
	color:#A2A2AE;
	font-size:11px;
	font-weight:bold;
}

.fade, .fade * {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}