/* v1.0 | 20080212   http://meyerweb.com/eric/tools/css/reset/index.html  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ################### General Rules ##################### */

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #EEE;
}
html, body {
	height: 100%;
	width: 100%;
}
#container {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin: 0 auto;
	width: 916px;
	background-color: #FFF;
	background-image: url(/images/layout/watermerk-quartel.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
}
/* ################### Header Rules ##################### */

#header {
	height: 13em;
	text-align: center;
	padding-top: 1em;
}
/* ################### Menu Rules ##################### */

#menu {
	text-align: center;
	border-bottom: 3px double #999;
	border-top: 3px double #999;
	padding: 0;
	margin: 0;
}
#menu ul {
	width: 100%;
	padding: 0;
	margin: 0;
	background: #FFF;
}
#menu ul li {
	display: inline;
	text-align: center;
	font-size: 1.6em;
}
#menu ul li a, #menu ul li a:visited {
	padding: 8px 5px 5px;
	width: 140px;
	display: inline-block;
	text-decoration: none;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}
#menu ul li a:hover, #menu ul li a:focus {
	background: #DDD;
	color: #060;
}
#menu ul li a:active {
	color: #F00;
	background: #DDD;
}
#menu ul li a img {
	margin-bottom: 5px;
}
/* ################### Content Rules ##################### */

#content {
	padding: 2em 2em 5em;
}
#content h1, #content legend {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 0.5em;
	clear: both;
}
#content #prijs { 
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
}
#content p, #content address {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 0 0.6em 0.3em;
}
#content address {
	clear: both;
	font-style: normal;
}
#content p a:link, #content p a:visited, #content a:link, #content a:visited {
	color: #300;
	text-decoration: underline;
}
#content p a:hover, #content p a:focus, #content p a:active, #content a:hover, #content a:focus, #content a:active {
	color: #060;
}
#content p a:active, #content a:active {
	color: #F00;
}
#content #contactform .contact ul {
	padding: 0 0 1em 0;
	list-style: none;
}
#content #contactform .contact ul li {
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 0.1em;
}
#content ul {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	list-style: disc;
	padding: 0 0 0.6em 2em;
}
#content ol {
	text-align: left;
	list-style: none;
	padding: 0 0 10px 10px;
}
#content ol li {
	display: inline;
	padding: 10px;
}
#content ol li img {
	border: 1px solid #999;
	padding: 2px;
}
/* ################### Footer Rules ##################### */

#footer {
	padding: 0 2em;
	position:absolute;
	bottom:0;
	
	
}
#footer p {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: normal;
	padding: 0 0 0.6em 0.3em;
}
#footer p a:link, #footer p a:visited {
	color: #000;
	text-decoration: none;
}
#footer p a:hover, #footer p a:focus {
	color: #060;
}
#footer p a:active {
	color: #F00;
}
/* ###################### Classes ####################### */

.left {
	float: left;
}
.right {
	float: right;
}
.leftimg {
	float: left;
	padding: 1px;
	margin: 0 0.5em 0 0;
	border: #630 1px solid;
}
.rightimg {
	float: right;
	padding: 1px;
	margin: 0 0 0 0.5em;
	border: #630 1px solid;
}
.leftaddress {
	float: left;
	width: 42px;
	font-weight: bold;
	text-align: right;
}
.rightaddress {
	float: left;
	margin-left: 0;
	padding-left: 0;
}
.italic {
	font-style: italic;
}
/* ###################### mailform ####################### */
#contactform input, #contactform textarea {
	margin-top: 0.3em;
}
#contactform label {
	padding: 0 0.2em 0 0.6em;
	width: 180px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	text-align:right;
}
#contactform #Naam, #contactform #Email, #contactform #Telefoon, #contactform #Bericht, #contactform #PostcodeWoonplaats, #contactform #Adres, #contactform #StraatHuisnummer {
	width: 480px;
	display: inline-block;
	vertical-align: top;
}
#contactform #Bericht {
	height: 150px;
	margin-bottom: 10px;
	line-height: 15px;
}
