/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bosachtergrond.jpg) repeat-y;
	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: #333333;
}
.Tweekolom #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.Tweekolom #header {
	background: url(images/Logo3.gif);  /* 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: 103px;
} 
.Tweekolom #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 212px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px;
}
.Tweekolom #mainContent {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: visible;
} 
.Tweekolom  #mainContent  img  {
	padding-right: 3px;
}


.Tweekolom  #mainContent  li  {
	list-style: decimal outside;
	
	padding-left: 0px;
	text-indent: -8px;
}
.Tweekolom #mainContent li ul li {
	list-style: lower-alpha outside;
}



.Tweekolom  #mainContent  a  {
	font-size: 90%;
	font-weight: bold;
	color: #006633;
}

h1 {
	font: italic bold 140% Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	text-align: right;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #006633;
	line-height: 20px;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #006633;
	line-height: normal;
}
.Tweekolom #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006633;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
} 
.Tweekolom #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.Tweekolom #container #footer a {
	color: #FFFFFF;
}

.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;
}
iframe {
	overflow: hidden;
	margin: auto;
	position: relative;
}


.tabeltxt {
	font-family: Verdana;
	font-size: 100%;
	font-style: normal;
	color: #003333;
}
.bannercode {
	font-size: 75%;
}
.greenp {
	color: #006633;
}
.form1 {
	font-size: 90%;
}
.form1header {
	color: #006633;
	font-size: 120%;
	font-weight: bold;
}

/* Verticalmenu */
.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 212px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px none #FFFFFF;
}

.glossymenu li{
	position: relative;
	background: white url(images/glossyback3.gif) repeat-x left bottom;
	font: bold 12px Verdana;
	font-size: 12px;
	color: white;
	width: auto;
	
}

.glossymenu li a{
	background: white url(images/glossyback3.gif) repeat-x left bottom;
	font: bold 12px Verdana;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	background: white;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.glossymenu li ul li{
	float: left;
	font: bold 12px Verdana;
	color: #FFFFFF;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: url(images/arrow.gif) no-repeat right center;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(images/glossyback2.gif);
}
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
