
html, body, div, img, form {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url( "../img/achtergrond.jpg" );
	font-family: trebuchet ms,geneva;
	font-size: 10pt;
}

h1 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 14pt;
	color: #FF0000;
	text-transform: uppercase;
}

h2 {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12pt;
	color: #FF0000;
	text-transform: uppercase;
}

h3 {
	font-family: trebuchet ms,geneva;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a:active, a:visited, a:link {
	color: #FF0000;
	font-weight: bold;
}

a:hover {
	color: #FFCC33;
}

b {
	color: #0058a3;
	font-weight: bold;
}

.clr {
	clear: both;
}

#outer {
	width: 823px;
	margin: 0px auto;
}

#inner {
	background-color: white;
}

#footer {
	height: 133px;
	background-image: url( "../img/balkonderin.jpg" );
}

#menu {
	float: left;
	margin-top: 10px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	margin-top: 3px;
}

#menu a:link, #menu a:visited {
	background-image:url(../img/menu.gif);
	background-position:left center;
	background-repeat:no-repeat;
	border:0px none;
	color: #FFD82B;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	letter-spacing:normal;
	line-height:20px;
	margin:0px;
	padding:0px;
	text-align:left;
	text-indent:30px;
	text-transform:uppercase;
	text-decoration: none;
	vertical-align:top;
	width:200px;
}

#menu a:hover {
	background-image:url(../img/menu_hover.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:black;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	height:25px;
	line-height:20px;
	text-align:left;
	text-indent:30px;
	text-transform:uppercase;
	width:200px;
}

#reserveer {
	float: left;
	clear: left;	
	margin-top: 20px;
	background-image: url( "../img/res_bg.jpg" );
	width: 200px;
	height: 372px;
}

#t_reserveer {
	margin: 1px;
	margin-top: 70px;
}

#t_reserveer td {
	color: yellow;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.note {
	font-style: italic;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content {
	position: relative;
	margin-left: 230px;
	margin-right: 10px;
}

.quote {	
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	font-weight: bold;
	width: 200px;
	text-align: center;
}

.small {
	color: red;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

