body {
	background: #2195ca url(../images/bg_body.gif) repeat-x top;
	}

td {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
}

td.nieuws {
	font: 11px Arial, Helvetica, sans-serif;
}

td.nieuws_line {
	background: url(../images/nieuws_line.jpg) repeat-x center;
}

td.contacthome {
	vertical-align: bottom;
	text-align: right;
}

td.onderbalk {
	background: url(../images/bg_onderbalk.gif) repeat-x;
}

td.contact_vestigingen {
	background: url(../images/contact_vestigingen.jpg) no-repeat;
}


td.stippellijn {
	background-image:url(../images/bg_stippellijn.jpg);
	background-repeat:repeat-y;
	}

a {
	text-decoration: underline;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: Black;
}

a.nieuws_meer {
	text-decoration: none;
	color: #2195ca;
	font-style: italic;
}

a.nieuws_meer:hover {
	text-decoration: underline;
	color: #2195ca;
	font-style: italic;
}

input {
	border: 1px solid #2195ca;
	padding: 3px 3px;
	font: 11px Arial, Helvetica, sans-serif;
}

textarea {
	border: 1px solid #2195ca;
	padding: 3px 3px 3px 3px;
	font: 11px Arial, Helvetica, sans-serif;
}

select {
	border: 1px solid #2195ca;
	font: 11px Arial, Helvetica, sans-serif;
}