@charset "utf-8";
/* CSS Document Variant Koot*/
 

body  {
	font: 75% "Trebuchet MS", Verdana, Arial;
	background: #94ae54;
	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: #191f24;
	line-height: 200%;
}
#container { 
	width: 854px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/bg_container.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #191f24; 
	padding: 0;  /* 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. */
	
} 
#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 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	letter-spacing:0.1em;
		
}
#header h2 {
margin: 0 auto;
	padding: 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;	
	letter-spacing:0.1em;
}
#sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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: #7b8c51; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 15px 20px;
	font-size: 1.1em;

}


#sidebar1 a, #sidebar1 a:visited {color: #fff; text-decoration: none;}
#sidebar1 a:hover {color: #fff; text-decoration: underline;}
#sidebar1 a.selected {text-decoration: underline;}
#sidebar1 p {margin: 0; padding: 0;}
#taal {position: relative; margin: 1em auto auto -10px; width: 120px;}
#taal a, #taal a:visited{color: #fff;text-decoration: none; background: url(../images/dui.gif) no-repeat;background-position: left center;	padding: 0 1.0em 0.1em 1.8em;}
#taal a:hover {text-decoration: underline;background: url(../images/dui.gif) no-repeat;background-position: left center;	padding: 0 1.0em 0.1em 1.8em;}

#taal_ned {position: relative; margin: 1em auto auto -10px;}
#taal_ned a, #taal_ned a:visited{color: #fff;text-decoration: none; background: url(../images/ned.gif) no-repeat;background-position: left center;	padding: 0 1.0em 0.1em 1.8em;}
#taal_ned a:hover {text-decoration: underline;background: url(../images/ned.gif) no-repeat;background-position: left center;	padding: 0 1.0em 0.1em 1.8em;}


#mainContent { 
	margin: 0 30px 0 220px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent H1 {font-size: 1.2em;margin: 20px auto auto auto;}
#mainContent H2 {font-size: 1.1em; margin-bottom: 0;}
#mainContent p {font-size: 1.0em; margin-bottom: 3px;margin-top: 0px;}
#mainContent ul {margin: 0 2px;}
#mainContent li {list-style-position: outside; list-style-image: url(../images/bullet.gif);padding-left: 0.1em;margin: 0 0 0 5px;	font-size: 1.0em;}	
#mainContent ul li li {list-style: none outside;padding-left: 0.1em;margin: 0;	font-size:1.0em;}

#mainContent a, #mainContent a:visited, #mainContent a:active {color: #bc450a; text-decoration: underline; }
#mainContent a:hover {text-decoration: none; color: #fff;background-color: #bc450a;}
#mainContent table {padding: 2px; width: 350px;
		border: 1px solid  #94ae54;
	}
#mainContent td {border-bottom: 1px solid #94ae54;}
.center{ text-align:center;}
#mainContent th {background: #94ae54;}
	
img {border:1px solid #ccc;padding: 1px; }

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #191f24; 
	margin-top: 10px;
} 
#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 */
	color: #fff;
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1em;
}
#footer a, #footer a:visited {text-decoration:underline; color: #fff;}
#footer a:hover {text-decoration:none;background-color: #fff; color:#191f24;}
.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;
}
.bold {font-weight: bold;}

#beschikbaarheid {}

#beschikbaarheid table {padding: 2px; width: 560px;border: 1px solid  #94ae54;font-size: 0.9em;}
#beschikbaarheid td {border-bottom: 1px solid #94ae54; text-align:center;}
#beschikbaarheid td.left {text-align:left;}
#beschikbaarheid th {background: #94ae54; font-size: 1.2em;}
#beschikbaarheid td.kleur {width: 15px;}
#beschikbaarheid p {font-weight: normal; margin: 0px;}

