body,td,th,input,select,textarea,button {
	font-family: Arial, Helvetica;
	font-size: 12px;
}
body,input,select,textarea {
	color: #1C2827;
}
body,td,th {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	line-height: 18px;
}
body {
	margin: 5px;
	background-color: white;
}
h1 {
	font-size: 24px;
	line-height: 24px;
	margin: 8px 0px 10px 0px;
	padding-left: 17px;
	letter-spacing: 1px;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #ED1C24;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
input.checkbox {
	vertical-align: middle;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
td.bg_rood {
	background-color: #ED1C24;
	color: white;
	text-align: right;
}
td.bg_rood  a {
	color: white;
	text-decoration: none;
}
td.bg_rood a:hover {
	text-decoration: underline;
}
td#adres {
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
}
td.content {
	padding-right: 1px;
}
span.energielabel img {
	width: 11px;
	height: 19px;
	padding-right: 4px;
	vertical-align: middle;
}
td.sidebar {
	background-color: #E4E4E4;
	width: 312px;
	padding: 10px;
}
td.sidebar h1 {
	color: #ED1C24;
}
.rood {
	color: #ED1C24;
}
input.button, button {
	background-color: #ED1C24;
	color: white;
	border: solid 1px #D5121A;
	padding: 0px 10px 0px 10px;
}

/* menu */
table#menu {
	width: 100%;
}
a.menu {
	font-size: 14px;
	line-height: 22px;
	padding-right: 12px;
}
div.submenu {
	background-color: #E4E4E4;
}
div.submenu a {
	padding-right: 10px;
	color: #ED1C24;
}

/* copyright */
td#copyright {
	padding-top: 2px;
	height: 27px;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
	color: #7e0106;
}
td#copyright a {
	color: #7e0106;
}

/* zoekobject */
table#zoekobject {
	margin-left: 16px;
	margin-bottom: 20px;
}
table#zoekobject td {
	padding: 2px;
}
table#zoekobject select {
	width: 130px;
}

/* homeblok */
div#homeblok {
	width: 434px;
	background: url(../img/homeblok.gif) no-repeat left top;
	padding: 18px 18px 0px 18px;
}
div#homeblok h1 {
	padding-left: 0px;
	margin-bottom: 10px;
}

/** OG-object */
table#objecten {
	width: 100%;
	border-right: solid 1px white;
}
table#objecten tr {
	cursor: pointer;
	height: 75px;
	background-repeat: repeat-x;
	background-image: url(../img/bgfade.gif);
	background-position: left top;
}
table#objecten td {
	padding: 5px 0px 5px 0px;
}

/* uitlijning bijlagen */
.bijlagen img {
	vertical-align: middle;
}

/* content */
.contentmargin {
	margin-left: 20px;
	margin-right: 20px;
}

/* printen */
@media screen {
	.print_only { display: none; }
}
@media print {
	.no_print { display: none; }
}