/* @group BASE STYLE + TYPOGRAPHY */

@import url("../css/base/tools.css");
@import url("../css/base/typo.css");

/* @end */

/* @group OBJECTS */

@import url("../css/style/main.css");

/* @end */

div.box_content ul li {
    list-style-image: url('../images/bullet.gif');
    margin-left: 30px;
}

div.type1_textpane ul li {
    list-style-image: url('../images/none.gif');
    margin-left: 0px;
}

ul.pluspunten {
     margin-left: 410px !important;
}
ul.pluspunten li {
     list-style-image: url('../images/accept.gif') !important;
}

#contactform #adres_table td {
	padding: 8px;
}
#contactform label {
	cursor: pointer;
}
#contactform em {
	color: red;
}
#contactform #url {
	display: none;
}
#footer_wrapper #right {
    float: none;
    padding-left: 190px;
}

table td {
    padding: 6px;
	padding-left:0;
}