A:link {color: #000000; text-decoration: none;}
A:visited {color: #000000; text-decoration: none;}
A:active {color: #000000; text-decoration: none;}
A:hover {color: #FF0000;text-decoration: none;}

#footer A:link {color: #FF0000; text-decoration: none}
#footer A:visited {color: #FF0000; text-decoration: none}
#footer A:active {color: #FF0000; text-decoration: none}
#footer A:hover {color: #FF0000;text-decoration: underline;}

#nav A:link {color: #FFFFFF; text-decoration: none;}
#nav A:visited {color: #FFFFFF; text-decoration: none;}
#nav A:active {color: #FFFFFF; text-decoration: none;}
#nav A:hover {color: #FF0000;text-decoration: none; background-image:url(../images/bgNavHover.jpg); background-repeat: repeat-x;}

#leftColumn A:link {color: #000000; text-decoration: none;}
#leftColumn A:visited {color: #000000; text-decoration: none;}
#leftColumn A:active {color: #000000; text-decoration: none;}
#leftColumn A:hover {color: #FFFFFF;text-decoration: none; background-image:url(../images/bgSubNavHover.jpg); background-repeat: no-repeat;}



a.subnavigatie {color: #5E1A12; text-decoration: none}


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}


html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #343434;
	font-size: 14px;
	text-align: center;
	background-image: url(../images/bgWebsite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img { 
	border: 0px; 
	padding: 0px;
	margin: 0px;
}

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

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	color: #404040;
}

#container {
}

#container1 {
	margin: 0 auto;
	width: 1056px;
	text-align: left;
}

#nav {
	height: 67px;
	width: 1056px;
	padding: 0px 0px 0px 240px;
	margin: 0px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#leftColumn ul {
	padding: 0px;
	margin: 0px;
}

.navLink {
	float: left;
	list-style-type: none;
	margin: 0px 0px;
	font-size: 14px;
}

.navLinkDef {
	padding: 28px 15px 23px 15px;
	display: block;
}

.subnavLink {
	list-style-type: none;
	margin: 0px;
	font-size: 14px;
	width: 176px;
}

.subnavLinkDef {
	padding: 5px 0px 5px 8px;
	margin: 0px;
	display: block;
}

#content {
}

#leftColumn {
	float: left;
	width: 211px;
	height: 700px;
	padding: 0px 0px 0px 35px;
	margin: 46px 0px 0px 0px;
}

#rightColumn {
	float: left;
	margin: 22px 0px 0px 26px;
	width: 800px;
}

#text {
	width: 760px;
	color: #343434;
}


#textTop {
	width: 760px;
	height: 21px;

}

#textText {
	width: 760px;

	padding: 20px;
}

#textBottom {
	width: 760px;
	height: 61px;

}

.items {
	float: left;
	width : 369px;
}


.itemTop {
	width: 369px;
	height: 17px;

	font-size: 0px;
	line-height: 0px;
}

.itemText {
	width: 369px;
	padding: 20px 20px 0px 20px;
}

.itemBottom {
	width: 369px;
	height: 51px;

}

#footer {
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	height: 110px;
	text-align: center;
	background-image: url(../images/bgFooter.jpg);
	background-repeat: repeat-x;
}

#footerText {
	margin: 0 auto;
	height: 35px;
	text-align: center;
	color: #343434;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

.important {
	color: #FF0000;
}

.activeIndicator {
	color: #FF0000;
}