/* tables
----------------------------------------------- */
#content table {
	margin:0px;
	padding:0px;
	}
table th {
	background:#84adbd;
	color:#fff;
	font-weight:bold;
	padding:4px 8px 2px;
	text-align:left;
	}
table td {
	padding:4px 8px 2px;
	}
#slide {
	margin:0px;
	padding:0px;
	text-align:center;
	}
#slide table {
	margin:20px auto;
	padding:0px;
	}
#slide table thead th {
	border-bottom:1px solid #fff;
	font-size:11px;
	}
#slide table tfoot th {
	border-top:1px solid #fff;
	font-size:11px;
	white-space:normal;
	}
#slide table tfoot td {
	border-top:1px solid #fff;
	font-size:11px;
	text-align:right;
	empty-cells:show;
	background:#84adbd;
	color:#fff;
	}
#slide table tbody th {
	font-size:11px;
	}
#slide table tbody td {
	text-align:right;
	font-size:10px;
	}
#slide table caption {
	text-align:center;
	font-weight:normal;
	font-size:1.1em;
	color:#f60;
	margin:0px;
	padding:4px 0px 2px;
	}
#slide table td {
	text-align:center;
	padding:4px;
	}
.news {
	
	width:500px;}
.headline {
	width:65%;
	}

table				{ display: table }
tr					{ display: table-row }
thead				{ display: table-header-group }
tbody				{ display: table-row-group }
tfoot				{ display: table-footer-group }
col					{ display: table-column }
colgroup			{ display: table-column-group }
td, th				{ display: table-cell }
table caption		{ display: table-caption }


/*---- Contact Formulier ----*/

#form {
  float:left;
  width:400px;
}



h1#phototitel {
	width:auto;
	display:block;
	margin:0px;
	padding:20px 0px 12px;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	color:#f60;
	}
img#photo {
	margin:2px auto 8px;
	display:block;
	border-top:2px solid #84adbd;
	border-bottom:2px solid #84adbd;
	}
#slide input,
#slide select {
	background:#f3f3f3;
	border:1px solid #ccc;
	color:#f60;
	}
#slide input {
	margin:4px 1px;
	}
#slide input:hover {
	background:#eaeaea;
	}
#slide select {
	padding-left:6px;
	}