* { 
    box-sizing      : border-box; 
    -moz-box-sizing : border-box; 
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #E2E2E2;
	height:100%;
	background-image: url(../_Images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	height: 100%;
}

/* 3 column layout
-------------------------------------------------- */
	
#leftcol{
	float: left;
	width: 172px;
	height: 100%;
}
#midCol {
	padding-left:28px;
	padding-right:16px;
	float: left;
	width: 556px;
	height: 100%;
}
#rightCol {
	float: left;
	width: 102px;
	height: 100%;
}

#firstLine {
	height: 116px;
}
#secondLine {
	position: absolute;
	top: 64px;
	width: 876px;
	padding-left: 7px;
}
#thirdLine {
	position: absolute;
	top: 142px;
	margin-left: 7px;
	width: 876px;
	height: 48px;
	background-image: url(../_Images/thirdlinebackgr.jpg);
	background-repeat: repeat-x;
}
#zoeken{
	position: absolute;
	top: 3px;
	left: 730px;
}
#foto {
	float: left;
	margin-left: 0px;
	height: 116px;
	width: 890px;
}
#breadcrumbs {
	position: absolute;
	left: 220px;
	top: 6px;
	font-size: 9px;
	color: Gray;
	height: 18px;
}
#breadcrumbs a{
	color: Gray;
	text-decoration: underline;
}
#breadcrumbs a:hover{
	color: #FF0000;
	text-decoration: underline;
}
#sitemap {
	position: absolute;
	top: 4px;
	left: 700px;
}

/* leftCol
-------------------------------------------------- */
#navigatie {
	position: absolute;
	top: 180px;
	margin: 10px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	width: 172px;
}
#navigatie ul {
	margin: 0;
	padding: 0;
}
#navigatie ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#navigatie ul li a {
	display: block;
	width: 100%;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../_Images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #CCCCCC;
}
#navigatie ul ul li {
	padding-right: 20px;
}
#navigatie ul ul li a{
	display: block;
	width: 100%;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 15px;
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../_Images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigatie ul li a:hover{
	color:#FF0000;
	text-decoration: none;
}
#navigatie ul li .parent{
	background-image: url(../_Images/plus_blue.gif);
	background-repeat: no-repeat;
	xbackground-position: 120px;
}
#navigatie ul li .active{
	font-weight: normal;
	xtext-decoration: none;
	color:#FF0000;
}

/* midCol
-------------------------------------------------- */
#main {
	padding-left: 26px;
	line-height: 17px;
	padding-bottom: 20px;
}

#main li{
	list-style: square;
	color: #000000;
}
#main a{
	color: #FF0000;
	text-decoration: underline;
}
#main a:hover{
	text-decoration: underline;
	color : #000000;
}
#main h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}
#main td {
	line-height: 17px;
}
#main hr {
	color: #CCCCCC;
	height: 1px ;
}

/* Hoofdnavigatie - horizontale list */
#hoofdnav {
	width: 876px;
	float: left;
	margin-top: 51px;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
}

#hoofdnav ul {
	margin: 0;
	padding:0px;
}

#hoofdnav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#hoofdnav a {
	color: #000000;
	margin-left: 2px;
	padding: 6px 36px 6px 38px;
	float: left;
	width: auto;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	background-image: url(../_Images/vertline2.gif);
	background-repeat: no-repeat;
	background-position: right ;
}
#hoofdnav a:hover {
	color:#FF0000;
	text-decoration: none;
}
	
#hoofdnav a.active {
	color: #FF0000;
	xtext-decoration: underline;
	text-decoration: none;
}
#hoofdnav .last {
	background: none;
}
/* footer elelemts
-------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 10px;
}

#footerLeft, #footerRight {
	width: 185px;
	height: 50px;
	float: left;
	padding: 10px;
	font-size: 9px;
}
#footerRight {
	text-align: right;
	width: 102px;
}

#footerMid {
	float: left;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 0;
	width: 556px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B8B8C9;
	font-size: 9px;
}

#footer a{
	color: #FF0000;
	font-size: 11px;
	text-decoration: underline;
}
#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

#footerNav ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}

#footerNav li {
	display: inline;
	padding: 0;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	line-height: normal;
}
#footerNav a {
	width: auto;
	text-decoration: none;
	line-height: normal;
	color: #FF9300;
	font-size: 9px;
}
input {
	color : #6F6C6A;
	width: 195px;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	border-width: 1; 
	border-color: #818273; 
	border-style: solid; 
	background-color:transparent;
}
.text2 {
	color : #6F6C6A;
	width: 25px;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	background-color:transparent;
}
Textarea {
	color : #6F6C6A;
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	width: 195px;
	border-width: 1; 
	border-color: #818273; 
	border-style: solid; 
	background-color:transparent;
}
.text3 {
	width: 25px;
	background-color:transparent;
	border: 0px;
}