html
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: green;
	color: black;
	font-size: 12px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	padding: 0px;
	margin: 0px;
}

div#header
{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	height: auto;
	height: 140px;
	background-color: inherit;
	color: inherit;
}

#header br
{
	 clear: both;
}

#nav
{
	position: absolute;
	left: 0px;
	width: 210px;
	background-color: yellow;
	color: inherit;
	margin-left: 20px;
	padding: 10px;
	border: 2px solid black;
}

#content
{
	border: 2px solid black;
	margin-left: 270px;
	margin-right: 20px;
	padding: 10px;
	background-color: yellow;
	color: inherit;
	overflow: auto;
}

#content a
{
	font-weight: bold;
}

div#logo
{
	position: absolute;
	left: 270px;
}

div#openingstijden
{
	margin-left: 550px;
	font-size: 12px;
	font-weight: bold;
	color: yellow;
	background-color: inherit;
}

a
{
	font-size: 13px;
	background-color: inherit;
	color: inherit;
	text-decoration: none;
}

a:hover
{
	background-color: inherit;
	color: inherit;
}

h2 a
{
	font-size: 12px;
}

#nav a
{
	font-size: 13px;
	font-weight: bold;
	background-color: inherit;
	color: black;
	text-decoration: none;
}

#nav a:hover
{
	background-color: inherit;
	color: green;
}

a.email
{
	background-color: inherit;
	color: blue;
}

a.email:hover
{
	text-decoration: underline;
}

#nav ul
{
	list-style-type: square;
	color: green;
	background-color: inherit;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

li
{
	margin: 0px;
	padding-bottom: 8px;
	border: 0px solid black;
	text-align: left;
}

span.supsm
{
	font-size: 10px;
	vertical-align: super
}

div#left p
{
	margin-top: 20px;
}

h1
{
	margin: 0px;
	padding: 5px 0px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: inherit;
	color: inherit;
}

h2
{
	margin: 0px;
	padding: 5px 0px;
	font-size: 14px;
	background-color: inherit;
	color: inherit;
}

p.links
{
	text-align: left;
}

p.rechts
{
	text-align: right;
}

div.contact_l
{
	float: left;
	width: 120px;
}

input
{
	margin: 0px;
	padding: 0px;
	width: 165px;
}

input.knop
{
	width: 100px;
}

textarea
{
	margin: 0px 20px 0px 0px;
}

div.bevestig_left
{
	float: left;
	width: 136px;
	font-family: 'Courier New', Courier, sans-serif;
	font-size: 13px;
}

div.bevestig_right
{
	font-family: 'Courier New', Courier, sans-serif;
	font-size: 13px;
}

div.bevestig_bericht
{
	clear: both;
	font-family: 'Courier New', Courier, sans-serif;
	font-size: 13px;
}

hr
{
	height: 3px;
	background-color: black;
	color: inherit;
	border: 0px;
}

#nav span
{
	float: left;
}

span.inl
{
	display: block;
	width: 60px;
}
