@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
h1{
	color: #472483;
}
ul.lijst{
    font-size:13px; 
	color: #472483;
	
}
ul.lijst li{
	list-style-position:outside;
	margin:5px 0 0 -30px;
	padding:0px;
}
.thrColFixHdr #containerGeel {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/stylegeel.png);
	height: 100%;
	margin: 0 auto;
} 
.thrColFixHdr #containerPaars {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/stylepaars.png);
	height: 100%;
	margin: 0 auto;
}
table.schotels{
	color: #472483;
	font-size: 0.8em;
}
.thrColFixHdr #containerGroen {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/stylegroen.png);
	height: 100%;
	margin: 0 auto;
} 
.thrColFixHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 117px;
	width: 989px;
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 17px 30px;
} 
.thrColFixHdr #header .logo {
	padding-top: 20px;
	padding-left: 17px;
	float: left;
	clear: left;
	width: 221px;
	margin-right: 0px;
} 
.thrColFixHdr #header .holder {
	float: right;
	margin-right: 0px;
	text-align: left;
} 
.thrColFixHdr #header .holder .photopos {
	float: right bottom;
	padding-right: 32px;
	text-align: left;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #menu {
	float: right;
	width: 989px;
	background-position: 20px 30px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/logo.gif);
	height: 195px;
} 
.thrColFixHdr #menu .holder {
	background-image: url(../images/bg_menu.gif);
	background-position: 0px 100px;
	background-repeat: repeat-x;
	background-image:url(../images/bg_menu.gif);
	background-repeat: repeat-x;
	background-position: 0px 130px;
	height: 195px;
} 
.thrColFixHdr #menu .holder .photopos {
	margin-right: 18px;
	margin-left: 18px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-decoration: none;
	font-size: 12px;
	vertical-align: bottom;
	height: 120%;
}
.thrColFixHdr #sidebar1 .contact{
	margin-bottom: 0px;
	color: #FFFFFF;
	margin-left: 15px;
	vertical-align: bottom;
	padding-bottom: 10px;
	margin-top: 80px;
	overflow: inherit;
	font-size: 10px;
}
.thrColFixHdr #sidebar1 .contact a, a:hover{
	color:#FFFFFF;
}
.thrColFixHdr    #sidebar1    .contact  .span{
	color:#FFFFFF;
	display: block;
	font-size: 28px;
}
.thrColFixHdr   #sidebar1   .contact   span a:hover{
	color:#3366CC
	display: block;
	font-size: 12px;
	color: #472483;
}
.thrColFixHdr #sidebar1 .links{
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	height: 200px;
}

.thrColFixHdr #sidebar1 .links lu{
	color:#FFFFFF;
	display: block;
	text-decoration: none;
	margin-left: 15px;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 .links li {
	/*color: #ed037c;*/
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
}
.thrColFixHdr #sidebar1 .links li a{
	color:#FFFFFF;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 .links li .selected{
	color:#472483;
}
.thrColFixHdr #sidebar1 .links li a:hover{
	color:#472483;
	font-size: 12px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 407px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	margin-right: 5px;
}
.thrColFixHdr #mainContent {
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 365px;
} 
.thrColFixHdr #mainContent p{
	font-size: 0.8em;
	color: #472483;
}
.thrColFixHdr #mainContent .breadcrumbs {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
} 
.thrColFixHdr #mainContent .breadcrumbs a:link, a:hover, a:visited, a {
	font-size: 11px;
	color: #999999;
	text-decoration:none;
} 

.thrColFixHdr #mainContent .colorText {
	background-color:#FFFFCC;
} 
.thrColFixHdr #test{
	float: left;
	margin-bottom: 2px;
	width: 160px;
	padding-left: 5px;
	padding-top: -50px;
	font-size: 12px;
}
.thrColFixHdr #footerGroen {
	height: 5px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #62B32C;
} 
.thrColFixHdr #footerPaars {
	height: 5px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #A61380;
} 
.thrColFixHdr #footerGeel {
	height: 5px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #FBBA00;
} 

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

