* {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #303030;
	overflow-x: hidden;
}

#leftBackground {  /* Schaduw in achtergrond links */
	width:100%;
	background:#fff url(../images/bg-left.gif) repeat-y left;
}

#rightBackground { /* Schaduw in achtergrond rechts */
	background:url(../images/bg-right.gif) repeat-y right;
}

#content {
	width: 100%;
	display: inline;
	float: left;
}

#container {
	width: 890px;
	margin-left: 50%;
	position: relative;
	left: -445px;
}

#header {
	height: 170px;
	width: 890px;
	background: url(../images/bg-header.gif) no-repeat;
	position: relative;
	top: 8px;
}

#logoHeader {
	width: 159px;
	margin-left: 50%;
	position: relative;
	left: -80px;
}

#navigation {
	height: 36px;
	width: 890px;
	position: absolute;
	top: 135px;
}

#contentContainer {
	width: 890px;
	background: url(../images/bg-content.gif) repeat-y;
	position: relative;
	top: 14px;
	float: left;
}

#topContentContainer { /* Voor achtergrondafbeelding bovenkant content-block */
	height: 259px;
	width: 890px;
	background: url(../images/bg-top-content.gif) no-repeat;
}

#mainContent {
	width: 535px;
	margin: -229px 27px 0px 27px;
	display: inline;
	float: left;
	position: relative;
	z-index: 10;
}

#sideContent {
	width: 230px;
	margin: -225px 27px 0px 42px;
	display: inline;
	float: right;
}

.contentItem {
	background: url(../images/bg-content-item.gif) no-repeat;
	padding: 12px 0px 5px 2px;
}

#footer {
	height: 132px;
	width: 890px;
	background: url(../images/bg-footer.gif) no-repeat;
	text-align: right;
	margin-left: 50%;
	margin-top: -11px;
	position: relative;
	left: -445px;
	bottom: 10px;
	clear:both;
}

#footerLinks {
	margin: 0px -5px 0px 0px;
	position: relative;
	top: 97px;
}

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


/* tekst */
p {
	line-height: 16px;
	margin-bottom: 20px;
}

h1 {
	background: url(../images/bg-content-item.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
	font-size: 19px;
	color: #439d24;
	margin: 5px 0px;
}

#sideContent h1,
h2 {
	font-weight: normal;
	font-size: 19px;
	color: #5d5d5d;
	margin: 1px 0px 5px 0px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
	color: #303030;
}


/* afbeeldingen */
.contentItem img {
	max-width: 500px;
	border-bottom: solid 9px #cacbcc;
	margin: 0px 20px 20px 0px;
	display: inline;
	float: left;
}

img {
	border: none;
}

#sideContent img {
	margin-bottom: 17px;
}

/* links */
a,
a:link,
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #063b65;
	border-bottom: dotted 1px #063b65; 
}

a:hover {
	color: #051b2c;
}

#logoHeader a {
	border: none;
}

#footer p,
#footer a,
#footer a:link,
#footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	border: none;
	padding: 0px 16px;
}

#footer p {
	word-spacing: 32px;
}

/* navigatie */
#navigation ul {
	list-style-type: none;
	color: red;
	margin: 10px 0px 0px 13px;
}

#navigation li {
	padding: 0px 16px;
	float: left;
}

#navigation a, 
#navigation a:link,
#navigation a:visited {
	font-weight: normal;
	color: #5d85a1;
	text-decoration: none;
	border: none;
}

 
#navigation a:hover {
	color: #092e48;
}

#navigation a#current {
	color: #257304;
}

/* button links */
a.readMore span {
	background: transparent url(../images/bg-read-more.gif) no-repeat 0 0; 
	display: block; 
	padding: 4px 5px 0px 10px;
	height: 18px;
}

a.readMore {
	color: #051b2c;
	display: block;	
	float: left; 
	margin-right: 6px; 
	padding-right: 20px; 
	height: 21px;
	font-weight: normal;
	text-decoration: none;
	background: transparent url(../images/bg-read-more-arrow.gif) no-repeat top right;
	border: none;
}

a.readMore:hover {
	color: #063b65;
}

a#largeMap {
	margin-top: 1px;
	display: inline-block;
}
/* contactformulier */

#addressInfo {
	float: left;
	width: 171px;
}

#googleMap {
	background: transparent url(../images/bg-google-map.gif) no-repeat;
	float: left;
	margin-top: -25px;
	padding: 1px 1px 0px 1px;
	width: 359px;
}

form {
	width: 350px;
}

.formside { /*smaller form on right side*/
	width: 100px;
}

.input {
	padding: 5px 0px;
}

label {
	width: 125px;
	float: left;
	display: inline;
}

input,
textarea {
	height: 12px;
	width: 215px;
	background: url(../images/bg-input.gif) repeat-x;
	font-family: Arial, Helvetica sans-serif;
	font-size: 11px;
	color: #303030;
	border: solid 1px #a6a6a6;
	padding: 1px 2px;
}

textarea {
	height: 120px;
}

.input-submit {
	background: url(../images/bg-read-more-arrow.gif) right no-repeat;
	margin: 10px 3px 0px 125px;
	padding: 3px 25px 3px 0px;
	display: inline;
	float: left;
}

#submit {
	height: 21px;
	width: auto;
	background: url(../images/bg-read-more.gif) no-repeat;
	font-size: 12px;
	color: #051b2c;
	border: none;
	padding: 2px 0px 2px 12px;
}