* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background: #fff;
	color: #000;
	font-family: Lucida Grande, Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
}

#container {
	background: #9bceed url(../images/bg.jpg) no-repeat bottom left;
	border-bottom: solid 30px #fff;
	height: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	top: 30px;
	width: 960px;
}

#logo {
	float: left;
	left: 0;
	position: relative;
	top: -16px;
	width: 366px;
	z-index: 10;
}

#navigation {
	background: url(../images/bg-navigation.png) no-repeat bottom right;
	float: left;
	height: 330px;
	top: 30px;
	position: relative;
	width: 480px;
}

#navigation a {
	text-indent: -99999px; 	
}

#arrangementen {
	background: url(../images/arrangementen.png) no-repeat top left;
	height: 96px;
	position: absolute;
	top: 0px;
	left: 210px;
	width: 221px;
}

#boeken {
	background: url(../images/boeken.png) no-repeat top left;
	height: 96px;
	position: absolute;
	top: 115px;
	left: 180px;
	width: 111px;
}

#contact {
	background: url(../images/contact.png) no-repeat top left;
	height: 96px;
	position: absolute;
	top: 65px;
	left: 420px;
	width: 111px;
}

#home {
	background: url(../images/home.png) no-repeat top left;
	height: 96px;
	position: absolute;
	top: 270px;
	left: 335px;
	width: 111px;
}

#arrangementen:hover,
#arrangementen.current {
	background: url(../images/arrangementen-hover.png) no-repeat top left;
}

#boeken:hover,
#boeken.current {
	background: url(../images/boeken-hover.png) no-repeat top left;
}

#contact:hover,
#contact.current {
	background: url(../images/contact-hover.png) no-repeat top left;
}

#home:hover,
#home.current {
	background: url(../images/home-hover.png) no-repeat top left;
}

#contentContainer {
	display: block;
	float: left;
	left: 73px;
	margin: -53px 0 100px 0;
	position: relative;
	top: 0px;
	width: 600px;
	z-index: 20;
}

#contentTop {
	background: url(../images/bg-content-top.png) no-repeat top left;
	height: 22px;
	width: 600px;
}

#content {
	background: url(../images/bg-content-bottom.png) no-repeat bottom left;
	display: block;
	padding: 0 40px 30px 30px;
}

#footer {
	bottom: -28px;
	position: absolute;
	text-align: right;
	width: 950px;
}

#lieskeBakker {
	float: left;
	margin: 53px 0 0 0;
}

.clr {
	clear: both;
	height: 1px;
}

img {
	border: none;
}

img.h1 {
	margin: 0 0 4px 0;
}

img.h2 {
	margin: 12px 0 4px 0;
}

a {
	color: #1c7ca7;
	outline: none;
}

a:hover {
	color: #c50000;
}

p, ul, ol {
	color: #000;
	font-family: Lucida Grande, Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;
}

.h1 {
	color: #000;
	font-family: Lucida Grande, Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 4px 0;
}

}

.h2 {
	color: #000;
	font-family: Lucida Grande, Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 18px 0 0 0;
}

ul, ol {
	list-style-position: inside;
}

/* Formulieren */
form {
	margin: 18px 0 0 0;
	width: 540px;
}

fieldset {
	border: none;
	margin: 0 0 24px 0;
}

.input,
.inputCheck {
	padding: 3px 0px;
	width: 540px;	
}


label {
	display: block;
	float: left;
	margin: 1px 0 0 0;
	width: 130px;
}

label.error {
	color: #d6401b;	
	margin: 0 0 8px 130px;
	text-align: left;
	width: 400px;
}

.inputCheck label.error {
	clear: both;
	margin: 5px 0 8px 0;
}

input,
select,
textarea {
	background: #fff;
	border: solid 1px #666;
	color: #444;
	font-family: Lucida Grande, Helvetica, Arial, Trebuchet MS, sans-serif;
	font-size: 12px;
	padding: 3px;
	width: 200px;
}

select {
	width: 407px;
}

textarea {
	height: 100px;
	width: 252px;
}

input.radio {
	background: none;
	border: none;
	display: block;
	float: left;
	padding: 0;
	position: relative;
	width: 14px;
}

input[type="radio"] {
	display: block;
	float: left;
	margin: 2px 4px 0 0;
	width: 14px;
}

#button {
	display: block;
	height: 30px;	
	margin: 20px 0 0 0;
}

.button {
	background: #fff;
	border: solid 2px #777;
	color: #444;
	cursor: pointer;
	float: right;
	font-weight: bold;
	padding: 4px 0 2px 0;
	width: 100px;	
}

.button:hover {
	background: #f9f9f9;
	border: solid 2px #00557c;
	color: #00557c;
	cursor: pointer;	
}
