@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

#titel {
	text-align: center;
	height: 150px;
	vertical-align: middle;
	background-color: #000000;
	position: relative;
}



#nav {
	position: relative;
	z-index: 1000;
}
#inhoud {
	position: relative;
	background-color: #000000;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
#voet {
	text-align: center;
	position: relative;
	height: 18px;
	background-color: #550000;
}
body {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #220000;
	color: #FFCC00;
}
#afbeeldinghop {
	position: relative;
	height: 150px;
	width: 50px;
	float: left;
}
#afbeeldingwijnglas {
	position: relative;
	height: 150px;
	float: right;
}
TABLE   {
	border-collapse: collapse;
	border: 1px solid #220000;
	margin-left: auto;
	margin-right: auto;
}
TD      {
	border: 5px double #220000;
	text-align: left;
	padding-left: 5px;
}

/* Force firefox to always show a vertical scrollbar */
html {
     overflow: -moz-scrollbars-vertical;
}
