/* CSS Document */

.header {
	height: 150px;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CB9F5B;
	font-weight:bold;
	border: 1px solid #999999;
}	

.header td {
	padding-left:10px;
	padding-right:10px;
}

.header a:link, .header a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CB9F5B;
	font-weight:bold;
	text-decoration:none;
}

.header a:hover, .header a:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CB9F5B;
	font-weight:bold;
	text-decoration:underline;
}

.navigatie {
	width:250px;
	border-left:1px solid #999999;
	text-align:left;
	vertical-align:top;
}

.content {
	width:650px;
	border-left:1px solid #999999;	
	border-right:1px solid #999999;
	text-align:left;
	padding:10px;
	background-image:url(../images/background.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.content td {
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.content a:link, .content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CB9F5B;
	text-decoration:underline;
}

.content a:hover, .content a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CB9F5B;
	text-decoration:none;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#CB9F5B;
	font-weight:bold;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#CB9F5B;
	font-weight:bold;
}

.footer {
	height: 30px;
	vertical-align:middle;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CB9F5B;
	font-weight:bold;
	border: 1px solid #999999;
}	

.footer a:link, .footer a:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CB9F5B;
	font-weight:bold;
	text-decoration:none;
}

.footer a:hover, .footer a:active {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color:#CB9F5B;
	font-weight:bold;
	text-decoration:underline;
}

.gastenboek {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
}

.gastenboek td {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding:5px;
}

.tekstveld {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:300px;
}

.socialMedia {
	width:100%;
	height:35px;
	margin-top:10px;
	text-align:center;
}

