@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #d4d2d2;
	background-image: url(../img/BG_bolleningrijs.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #container {
	width: 772px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right:30px;
	z-index: 2;
} 
.twoColFixLtHdr #header {
	margin: 0px;
	height: 76px;
	width: 100%;
	z-index:10;
	text-align: center;
	background-image: url(../img/BG_bovenrand.jpg);
	padding: 0;
} 
.twoColFixLtHdr #menu {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.twoColFixLtHdr #mainContent {
	width: auto;
	background-color: #FFFFFF;
	margin-top: 76px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 178px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
} 
.twoColFixLtHdr #footer {
	width: 594px;
	margin-left: 178px;
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;  
    font-size: 1px;
    line-height: 0px;
}


#bovenbandcontainer {
	height:0px;
	width:100%;
	position:absolute;
	z-index:1;
	left: 0px;
	top: 0px;
}
#bovenband {
	background-image: url(../img/BG_bovenrand.jpg);
	height: 76px;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#menu #rplogo {
	margin-top: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
#menu ul ul{
	margin-left:10px;
}
#menu ul li{
	margin-top:5px;
}
#menu ul ul li{
	margin-top: 0px;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a.select, #menu a:hover  {
	color: #d05b57;
}

#footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	color: #666666;
	display: block;
	width: 594px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}


#mainContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	color: #000;
}
#mainContent .bijschrift{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #666;
	margin-top:0px;
}
#mainContent div.beeldrechts150 {
float:right; width:150px; margin-left:15px;}
#mainContent div.beeldrechts200 {
float:right; width:200px; margin-left:15px;}
#mainContent div.beeldrechts150 img, #mainContent div.beeldrechts200 img, #mainContent div.beeldbreed img {
margin-bottom:5px;}
#mainContent a {
	color: #d05b57;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-weight: bold;
	color: #d05b57;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	padding:0px;
	margin:0px;
	font-weight: normal;
	margin-bottom:5px;
	color: #d05b57;
}
#mainContent p {
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#mainContent p.bovenlijst {
	margin-bottom:0px;
}
#mainContent ul {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#mainContent .intro {
	color: #d05b57;
	font-weight: bold;
}
div.inzet {
	font-size: 13px;
	line-height: 14px;
	padding: 0px;
	float: left;
	width: 45%;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
}
div.inzet p {
margin:0px; padding:0px;
}
div.inzet h3 {
	font-size: 14px;
	line-height: 14px;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	font-weight: normal;
	color: #d05b57;
	}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#adrestabel td {
	padding:0px;
	padding-right:5px; 
}


.twoColFixLtHdr #header img {
	margin-right:30px;
}

.contactzijtekst {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	font-weight: normal;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
