* {
margin:0;
padding:0;
}

html, body {
background-image:url(../afbeeldingen/achtergrond_body.png);
background-repeat:repeat;
color:#FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
height:100%;
line-height:1.3em;
text-align:left;
}

h1{
font-size:14pt;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

h2 {
font-size:12pt;
padding-top: 0.8em;
padding-bottom: 0.5em;
}
h3 {
	font-size:11pt;
	padding-top: 1em;
}

ul{
list-style-type: square;
padding-left: 0.5em;
margin-top: 1em;
margin-bottom: 1em;
}

a{ 
text-decoration: underline;
color: white;
}

a.menuitem, a.menu {text-decoration: none;}

a:hover{
text-decoration: underline;
}

a.hoofditem{
font-weight: bold;
}

a.hoofditem_actief{
font-weight: bold;
color: #363636;
}

a.subitem{
font-weight: none;
}

a.subitem_actief{
font-weight: none;
color: #363636;
}

ul {
	margin-left: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}

li {
	margin-top: 0.3em;
}

.tekst_content{ 
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
} 

#main_container {
position: relative;
width: 990px;
height: 100%;
margin:0 auto;
padding-top: 14px;
z-index: 1;
}

#header {
width: 976px;
height: 248px;
background-image:url(../afbeeldingen/achtergrond_header.png);
background-position: 0px 27px;
background-repeat: no-repeat;
}

#bereken_voordeel {
position: absolute;
right: 0px;
top:160px;
width: 266px;
height: 293px;
margin-right: 0px;
z-index: 2;
}

#bereken_voordeel_bg {
behavior: url(iepngfix.htc);
background-image:url(../afbeeldingen/achtergrond_bereken_voordeel.png);
background-repeat: no-repeat;
}

#titel_bereken_voordeel{
line-height: 1.1em;
font-size: 18pt;
font-style: italic;
padding-left: 90px;
margin-top: 15px;
float: left;
clear: left;
}

#voordeel_formulier{
font-size: 10pt;
line-height: 1.8em;
padding: 80px 20px;
}

.berekenknop{
border: none;
background-color: transparent;
text-decoration: underline;
font-size: 18pt;
color: #FFFFFF;
padding-top: 10px;
padding-left: 47px;
}

#foto_header{
padding-top: 27px;
float: left;
}

#logo{
padding-left: 78px;
}

#kleurbalkje_header{
width: 976px;
height: 8px;
background-color: #de3a60;
float: left;
}

#body {
width: 976px;
height: 100%;
background-image:url(../afbeeldingen/achtergrond.png);
background-repeat: repeat-y;
}

#menu {
width: 188px;
height: 550px;
background-color: #9fcb59;
background-image: url(../afbeeldingen/lijn_menu_rechts.png);
background-repeat: no-repeat;
background-position: top right;
float: left;
}

ul.menu {
	font-size: 1.1em;
	list-style-type: square;
	margin-left: 35px;
	margin-top: 30px;
}

ul.submenu {
	font-size: 0.9em;
	margin-left: 15px;
	margin-top: 0;
}


#content {
width:503px;
height: 100%;
float: left;
padding: 15px;
background-color: #9fcb59;

}

#container_rechts {
width:255px;
height: 100%;
float: left;
}

#tekst_rechts_klein{
padding-top: 220px;
padding-left: 70px;
color: #363636;
font-size: 8pt;
}

#tekst_rechts{
padding-left: 45px;
color: #363636;
font-size: 9pt;
padding-bottom: 15px;
}

#logo_rechts{
margin-left: 47px;
}

#footer {
width: 976px;
height: 17px;
background-color: #81a34a;
clear: both;
}

#schaduw_rechts_boven {
width:10px;
height:166px;
background-image: url(../afbeeldingen/schaduw_rechts_boven.png);
background-position:left top;
float: right;
position: absolute;
right: 4px;
top: 10px;
behavior: url(iepngfix.htc);
}

#schaduw_rechts {
width:986px;
background-image: url(../afbeeldingen/schaduw_rechts_repeat.png);
background-repeat: repeat-y;
background-position: right top;
}

#bottom-spacer {
	width: 950px;
	text-align: right;
	color: gray;
	height: 15px;
	margin-bottom: 15px;
	clear: both;
}

#bottom-spacer a{
	color: gray;
}

div.logo_kantoor {
	margin-left: 60px;
	border: 1px solid gray;
	width: 158px;
}

form {
	margin-top: 1em;
}

label {
	width: 125px;
	padding-right: 10px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
}

input {
	float: left;
	clear: right;
	margin-bottom: 0.5em;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: bottom;
	clear: left;
	margin-top: 15px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

fieldset {
	border: 0;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display: block;
	clear: left;
	margin-left: 135px;
	margin-bottom: 20px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

div.tekst-check {
	float: left;
	width: 475px;
	clear: right;
	margin-bottom: 5px;
}

input.berekening {
	float: none;
}

div#uitslag {
	margin-left: 25px;
	height: 140px;
}

span.uitslag_titel {
	font-size: 1.3em;
	font-style: italic;
	font-weight: 700;
}

div.belmijterug {
	width: 150px;
	font-size: 0.7em;
	height: 275px;
	margin-left: 15px;
	padding: 5px;
	border-top: 1px solid white;

}

div.belmijterug h1 {
	font-size: 1.5em;
}

div.belmijterug input[type="submit"] {
	width: 100px;
}

div.belmijterug .LV_invalid {
	margin: 0;
	padding: 0;
	height: 0;
}
