@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #d3ccc6;
	background-image: url(images/bck_2.jpg);
	background-repeat: no-repeat;
	overflow-x: hidden;
}

#container{
	float: left;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;	
	}

#sidebar1{
	float: left;
	width: 130px;
	background-image: url(images/bck_sidebar.jpg);
	background-repeat: no-repeat;
	background-color: #d3ccc6;
	height: 600px;
	}
		
#inhoud{
	float: right;
	width: 780px;
	background-image: url(images/streepjes2.gif);
	background-repeat: repeat-y; /* padding keeps the content of the div away from the edges */
	}

.inhoud #header {
	width: 780px;
	height: 133px;
	background-image: url(images/bckheader.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	}

.inhoud #menu {
	width: 780px;
	height: 34px;
	background-image: url(images/bckmenu2.gif);
	background-repeat: no-repeat;		
	}
.inhoud #colomlinks {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	}

.klein{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	text-decoration: none;
	}

.klein  a:link{
	color:  #003366; 
	text-decoration: none; }
.klein a:active {
	color:  #003366; 
	text-decoration: none; }
.klein a:visited {
	color: #003366; 
	text-decoration: none; }
.klein a:hover {
	color:  #FFFFFF;
	text-decoration: none; }
	
.inhoud #stippel {
	width: 195px;
	display: block;
	border: 1px dashed #330000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.inhoud #colomrechts {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

a:link{
	color:  #003366; 
	text-decoration: none; }
a:active {
	color:  #003366; 
	text-decoration: none; }
a:visited {
	color: #003366; 
	text-decoration: none; }
a:hover {
	color:  #FFFFFF;
	text-decoration: none; }
	
.inhoud #onder {
	width: 780px;
	height: 24px;
	background-image: url(images/onder2.gif);
	background-repeat: no-repeat;
	clear: both;	
} 

.inhoud #leeg {
	width: 780px;
	height:24px;
	background-color: #d3ccc6;
	} 
	
.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;
}

