* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	outline: 0;
}

p {
	padding: 5px 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../images/bg.jpg) repeat-x;
}

h1, h2, h3 {
	font-family: "Times New Roman", Sans-serif;
	margin: 10px 0;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

a:link, a:visited {
	color: #00008B;
	text-decoration: underline;
}

a:active {
	color: #00008B;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	margin: 0 0 0 25px;
	padding: 2px;
}

td, th {
	padding: 3px;
}

#container {

}

#header {
	background: url(../images/boogBoven.png) no-repeat top left;
	height: 73px;
}

#logo {
	margin: 5px 0 0 420px;
}

#menu {
	background: url(../images/boogOnder.png) no-repeat top left;
	height: 267px;
	width: 300px;
	
}

ul.menuUl {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menuUl li {
	list-style-type: none;
	padding: 1px;
	margin: 0;
}

#content {
	margin-left: 300px;
}

#breadcrumb {
	color: #837251;
	font-size: 11px;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active, #breadcrumb a:hover {
	color: #837251;
	text-decoration: none;
	font-weight: normal;
}

/* Footer */
#footer {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 9px;
	color: #000;
	text-align: center;
	margin: 10px 0;
	position: relative;
}

/* de landkaart die overal linksonderin staat */
#landkaart {
	width: 152px;
	height: 179px;
	position: fixed;
	bottom: 0;
	left: 0;
}

/* contacttabel */
.contactTable td {
	padding: 2px;	
}

.contactTable input {
	padding: 2px;
	font-size: 12px;
	width: 200px;
}

.contactTable textarea {
	padding: 2px;
	width: 297px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.message {
	color: #060;
}

.messageError {
	color: #C00;
}



