a:link { color: #b8000c; text-decoration: underlined;}
a:visited { color: #b8000c; text-decoration: underlined;}
a:active { color: #b8000c; text-decoration: underlined;}
a:hover { color: #b8000c; text-decoration: underlined;}
	
.navigatie A:link {color: #ffffff; text-decoration: none}
.navigatie A:visited {color: #ffffff; text-decoration: none}
.navigatie A:active {color: #ffffff; text-decoration: none}
.navigatie A:hover {color: #ffffff;text-decoration: none;}

.copyright A:link {color: #ffffff; text-decoration: none}
.copyright A:visited {color: #ffffff; text-decoration: none}
.copyright A:active {color: #ffffff; text-decoration: none}
.copyright A:hover {color: #ffffff;text-decoration: none;}

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


html, body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
img { 
	border: 0px; 
}
#container  {
	text-align: center;
	width: 100%;		
}
#container2	{
	margin: 0 auto;
	width: 800px;
	background-image: url(../images/louter-achter.gif);
}
#header {
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	height: 160px;
	width: 100%;
}
#logo {
	float: left;
	text-align: right;
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../images/logo-louter.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 515px;
	height: 145px;
}
#plaatje {
	float: left;
	margin-left: 62px;
	margin-top: 8px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	
}
#image {
	width: 385px;
	height: 92px;
	text-align: right;
	padding-right: 50px;
}
.navigatie {
	z-index: 1;
	position: relative;
	margin-top: 8px;
	margin-bottom: 4px;
	padding-top: 2px;
	padding-bottom: 8px;
	padding-left: 28px;
	height: 20px;
	color: white;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

/* BEGIN Suckerfish CSS style drop-down menu */
.navigatie ul {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	list-style: none;
}
.navigatie li {
	float: left;
	position: relative;	
	padding-right: 12px;
}

.navigatie li li {
	float: none;
    top: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px solid green;
}

.navigatie li ul {
	display: none;
	position: absolute;
	top: 15px;
	left: 0px;
}
.navigatie li > ul {
	top: auto;
	left: auto;
}

.navigatie li:hover ul {
	display: block;
}
/* IE can't use :hover, but javascript is used to assign .over class when needed instead */
.navigatie li.over ul {
	display: block;
}
/* second-level list markup properties */
.navigatie li ul {
	padding-top: 3px;
}
.subnavunit {
	width: 18em;
	height: 24px;
	padding-top: 3px;
	padding-left: 4px;
	cursor: hand;
	border-bottom: 1px solid #d6634e;
	border-left: 1px solid #d6634e;
	border-right: 1px solid #d6634e;
	background-color: #b8000c;
	font-size: 12px;
  display: block;
}
		
#content {
	z-index: 0;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
.box {
	width: 200px;
	background-color: white;
}
.boxHead {
	width: 200px;
	background-color: #d09577;
	height: 24px;
	padding-left: 8px;
	padding-top: 4px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}
.boxContent {
	width: 200px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;

}
h4 {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contentText {
	width: 542px;
	background-color: white;
	
}
.contentTextHead {
	width: 542px;	
	background-color: #d09577;
	height: 24px;
	padding-left: 8px;
	padding-top: 4px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;

}
.contentTextContent {
	width: 538px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

.copyright {
	height: 20px;
	color: white;
	text-align: left;
	padding-left: 24px;
	font-size: 10px;
}
