/********************************/
/* KLEUREN						*/
/********************************/
/* GRIJS: 			#E3E6EB		*/
/* BLAUW: 			#0078C1		*/
/********************************/

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

html {
	height: 100%;
}

body {
	background-image: url(../images/background.gif);
	background-position: center;
	background-repeat: repeat-y;
	/*border-bottom: 1px solid #CCCCCC;*/
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	margin: auto;
	height: 100%;
/*	text-align: center;*/
	width: 750px;
}

/********************************/
/* BALK							*/
/********************************/
div.balk {
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	height: 148px;
	overflow: hidden;
	width: 750px;
}
div.balk a img {
	border: none;		
}

/********************************/
/* MENU							*/
/********************************/
div.menu {
	background-color: #0078C1;
	/*border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;*/
	color: white;
	font-weight: bold;
	text-align: left;
	width: 750px; /* IE5.5 */
}
div.menu ul {
	list-style: none;
	height: 29px;
}

div.menu ul li {
	display: inline;
	float: left;
	padding-top: 5px;
}

div.menu ul li a {
	color: white;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 15px;
}

div.menu ul li.huidige a {
	color: black;
}

div.menu ul li a:hover {
	text-decoration: underline;
}

/********************************/
/* HOLDER							*/
/********************************/
div.holder {
	/*background-color: #E3E6EB;
	background-image: url(../images/background.gif);
	background-position: left top;
	background-repeat: repeat-y;*/
	border-top: 20px solid #E3E6EB;
	text-align: left;
	/*min-height: 350px;
	_height: 350px;*/
	width: 750px; /* IE5.5 */
}

div.links {
	float: left;
	display: inline;
	line-height: 130%;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 180px;
	padding: 10px;
	width: 180px;
}

div.links h1 {
	font-size: small;
	margin-bottom: 5px;
}

div.links h2 {
	color: #0078C1;
	font-size: small;
	margin-bottom: 10px;
}

div.links p {
	margin-bottom: 10px;
}

div.links div.klein {
	/*border: 1px solid gray; */
	font-size: smaller;
	line-height: 130%;
}

div.links div.klein img {
	margin-bottom: 5px;
}

div.rechts {
	line-height: 140%;
	margin-left: 240px;
	padding-right: 20px;
}

div.rechts a, div.links a {
	color: #0078C1;
	text-decoration: none;	
}

div.rechts a:visited, div.links a:visited {
	color: #757F86;
}

div.rechts a:hover, div.links a:hover {
	text-decoration: underline;	
}

div.rechts h1 {
	font-size: small;
	margin-bottom: 15px;
}

div.rechts h2 {
	font-size: small;
	margin-bottom: 5px;
	padding-top: 10px;
}

div.rechts p {
	margin-bottom: 10px;
}

div.rechts p.foutmelding {
	color: #990000;
	font-weight: bold;
}

table.diensten {
	/*background-color: white;*/
	margin-bottom: 10px;
	width: 485px;
}

table.contact {
	margin-bottom: 20px;
	margin-top: 20px;
	width: 435px;
}

table.contact td.subject {
	color: #0078C1;
	text-align: right;
	vertical-align: top;
	width: 100px;
}

table.contact td.subject_verplicht {
	color: #0078C1;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

table.contact td.value {
	text-align: right;
}

table.contact td.submit {
	text-align: right;
}

table.contact td.value input, table.contact td.value textarea {
	width: 300px;
}

table.verhuur {
}

table.verhuur td {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	padding: 3px;
	text-align: center;
}

table.verhuur td.noborder {
	border: none;
}

table.verhuur td.caption {
	font-weight: bold;
	text-align: left;
}

table.verhuur td.captiontop {
	font-weight: bold;
	text-align: center;
}

table.verhuur td.caption_borderBottom {
	border-bottom: 1px solid gray;
	font-weight: bold;
	text-align: left;
}

table.verhuur td.caption_borderRight {
	border-right: 1px solid gray;
	font-weight: bold;
	text-align: left;
}

table.verhuur td.captiontop_borderRight {
	border-right: 1px solid gray;
	font-weight: bold;
	text-align: center;
}

table.verhuur td.borderRight {
	border-right: 1px solid gray;
}

table.verhuur td.borderBottom {
	border-bottom: 1px solid gray;
}

table.verhuur td.borderRightBottom {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

/********************************/
/* CLEARER						*/
/********************************/
div.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1%;
}

/********************************/
/* CONTACT						*/
/********************************/
div.contact {
	font-size: smaller;
	position: relative;
	left: 40px;
	text-align: left;
	top: -130px;
	width: 160px;
}

div.contact p {
	margin-bottom: 10px;
}

div.contact table {
	font-size: xx-small;
	margin-bottom: 10px;
}

div.contact img {
	vertical-align: bottom;
}
