@charset "utf-8";




/* SpryMasterDetail.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Master/Detail structure container. 
 *
 * If you want to constrain the width of the Master/Detail structure, set a width on
 * the Master/Detail container. By default, our structure expands horizontally to fill
 * up available space.
 */
.MasterDetail
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 1200px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.MasterDetail .even {
	color: #333;
	background-color: #09F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #666;
}
.MasterDetail .oneven {
	color: #333;
	background-color: #0569FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #666;
}

/* This is the selector for a Master Column element which holds the actual data for 
 * a master column.
*/
.MasterDetail .MasterColumn
{


}
.MasterDetail .MasterContainer {
	height: 900px;
	overflow: auto;
	width: 400px;
	float: left;
}

/* This is the selector for a Detail Column element which holds the actual data for 
 * a detail column.
*/
.MasterDetail .DetailColumn
{
	margin-bottom: 1px;
	font-size: 12px;
}

/* This is the selector for a selected Master Column element.
*/
.MasterDetail .MasterColumnSelected
{
	color: #FF0;
	background-color: #009;
	font-weight: bolder;
}

/* This is the selector for the Detail Container element which houses all the DetailColumn
 * classes. By default the Detail column occupy about 60% from the width of the 
 * entire structure. 
*/
.MasterDetail .DetailContainer
{
	border: 1px solid gray;
	padding:10px;
	background-color: #FF0;
	width: 400px;
	float: left;
}
.MasterDetail .DetailsubContainer {
	width: 380px;
	float: left;
}


/* This is the selector for a highlighted Master Column element.
*/
.MasterDetail .MasterColumnHover
{
	background-color: #0100CC;
	color: #000;
}

.twoColFixLtHdr #header {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
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-image: url(../images/achtergrondlwr.jpg);
	background-repeat: repeat;
}


.twoColFixLtHdr #container {
	width: 1100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/achtergrond_verloop.jpg);
	background-repeat: repeat-x;
	z-index: 2;
} 
.twoColFixLtHdr #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 */
	text-align: center;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index: 2;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 229px;
} 
.twoColFixLtHdr #mainContentwide {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 10px;
}


.twoColFixLtHdr #footer {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	list-style-type: none;
} 

.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;
}


/* CSS Document */

.style2 {	color: #FEFF03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
.twoColFixLtHdr #container #footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	height: 40px;
}
#rvb_logo {
	float: left;
	height: 47px;
	width: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}
