<style type="text/css">
<!--
body {
	background: #666666;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.frids #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	visibility: inherit;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
}
.frids #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.frids #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.frids #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-color: #000000;
}
.frids #balk {
	background:#000000;
	height: 6px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.frids #footer {
	background-color: #ffffff;
	height:6px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	letter-spacing: 1px;
	vertical-align: middle;
	color: #e04097;
}
.frids #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a.projecten:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.projecten:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.projecten:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.projecten:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #e04097;
}
a:active {
	text-decoration: none;
	color: #e04097;
}
.style1 {color: #e04097}
.style2 {
	font-size: 14px
}
.style5 {color: #e04097; font-weight: bold; }
a.popup {
      position:relative;
      z-index:24;
      color:#000000;
      text-decoration:none;
   }
   a.popup:hover {
	z-index:25;
	background-color:#e04097;
	color:#000;
	text-decoration: none;
}
   a.popup span {display:none; }
   a.popup:hover span {
      display:block;
      position:absolute;
      top:35px; left:15px;
      width:600px;
      padding:3px;
      border:1px solid #000000;
      background-color:#e04097; color:#000;
   }
-->
</style>;