*{
	padding:0;
	margin:0;
}
body {
	height: 100%;
	font: 1.0em Verdana, sans-serif;
	color: #000;
	text-align: center;
	width:100%;
}
table {
	empty-cells:show;
}

#app_container{
	margin: 0 auto;
	width:650px;
	background: #fff url("../layout/border_c.jpg") repeat top center;
	text-align: left;

}
#app_top{
	background: url("../layout/border_t.jpg") repeat-x top center;
}
#app_bottom{
	background: url("../layout/border_b.jpg") repeat-x bottom center;
}
#app_top_corner_left{
	background: url("../layout/border_tl.jpg") no-repeat top left;
}
#app_top_corner_right{
	background: url("../layout/border_tr.jpg") no-repeat top right;
}
#app_bottom_corner_left{
	background: url("../layout/border_bl.jpg") no-repeat bottom left;
}
#app_bottom_corner_right{
	background: url("../layout/border_br.jpg") no-repeat bottom right;
}
#app_main{
	padding:15px;
	font-size:.7em;
}
.input_header{
	font-weight:bold;
	padding-bottom:.3em;
	padding-top:.5em;
	padding-left:25px;
}
.radio_list{
	padding-left:35px;
	line-height:1.6em;
}
#radio_list_holder{
	min-height:250px;
}

#submit_right{
	width:620px;
	height:1.7em;
	padding-top:3px;
}

#submit_right #submit_next{
	float:right;
}

#img_holder{
	float:right;
	padding-top:10px;
}
#status_bar{
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	line-height:1.6em;
	border-collapse:collapse;
}
#status_bar td{
	width:25%;
}
#status_bar a{
	width:100%;
	display:block;
	text-decoration:none;
	color:#fff;
	background-color:#919b93;
}

#status_bar td a.status_yellow, #status_bar td a.status_red:hover{
	color:#000;
	background-color:#e0e1e1;
}
#status_bar td#status_first a{
	background-image: url("../layout/nav_corner_tl.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

#status_bar td#status_last a{
	background-image: url("../layout/nav_corner_tr.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

#status_second{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#right_holder{
	width:310px;
	float:right;
}

#bar_holder{
	width:150px;
	float:left;
	background-color:#fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#label_img{
	padding-top:18px;
}
#label_h_td, #label_g_td{
	width:40px;
	vertical-align:top;
}
#label_arrow_h, #label_arrow_g{
	font-size:30px;
	width:40px;
	height:36px;

	position:relative;
}
#label_arrow_h{
	background:#dcd465 url("../images/label_arrow_h.gif") no-repeat center right;
	padding-left:3px;
	color:#000;
}
#label_arrow_g{
	background:#910029 url("../images/label_arrow_g.gif") no-repeat center left;
	padding-right:3px;
	text-align:right;
	color:#fff;
}


#sub_right_holder{
	width:150px;
	float:right;
}

#radio_table{
	margin-top:5px;
	width:275px;
}
#radio_table td{
	text-align:center;
}
#radio_table td.desc{
	text-align:left;
}
#radio_table th{
	padding:2px;
	padding-right:5px;
	vertical-align:bottom;
}
#radio_table tr{
	background: url("../layout/radio_line_2.jpg") repeat-x bottom center;
}
#radio_table tr.bottom_line{
	background: url("../layout/radio_line.jpg") repeat-x bottom center;
}

#radio_table td.td_h{
	background: url("../layout/radio_back_red.jpg") no-repeat bottom center;
	padding:1px;
}
#radio_table td.td_g{
	background: url("../layout/radio_back_yellow.jpg") no-repeat bottom center;
	padding:1px;
}

#label_tip,#milieu_tip,#kosten_tip{
	font-weight:bold;
	padding-top:.5em;
	text-align:center;
}
#milieu_table,#kosten_table{
	padding-top:15px;
	width:100%;
}
#milieu_table td,#kosten_table td{
	vertical-align:bottom;
}
#milieu_table th,#kosten_table th{
	text-align:center;
}

#klimaat_h,#klimaat_g{
	width:70px;
	border:1px solid #ddd;
}
#klimaat_h{
	background: url("../images/klimaat.jpg") no-repeat bottom left;
}
#klimaat_g{
	height:110px;
	background: url("../images/klimaat.jpg") no-repeat bottom right;
}
#kosten_h,#kosten_g{
	width:70px;
	border:1px solid #ddd;
}
#kosten_h{
	background: url("../images/kosten.jpg") no-repeat bottom center;
}
#kosten_g{
	height:110px;
	background: url("../images/kosten.jpg") no-repeat bottom center;
}
#input_form input{
	font-size:1.0em;
	padding:1px;
}
#input_form td{
	padding:1px;
}
.message{
	color:red;
	font-weight:bold;
}