@charset "utf-8";
/* CSS Document Texelse Paardentram*/
* {margin: 0; padding: 0;}
body  {background: #efecea;
	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: #241c1c;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 65%;
}
#container {position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(../images/bg_container.jpg);	background-repeat: no-repeat;background-position: left bottom;} 

#header {
	height: 370px;
	background-color: #fff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	
	background-position: top;
} 
#header h1 {color: #fff;font-size: 1.4em;letter-spacing: 0.4em;	font-variant: small-caps; font-weight:200;	padding: 348px 0 0 256px; line-height:150%;}


#sidebar1 {
	position: absolute;
	top: 370px;
	width: 220px;
	padding: 22px 10px;
	left: 0;
}
#sidebar1 ul {padding: 0;margin: 0px;list-style: none;display: block; }
#sidebar1 li{display: block;font-size: 1.4em;line-height: 110%;margin: 0.5em 0; letter-spacing: 0.05em;font-weight:800; }
#sidebar1 a, #sidebar1 a:visited{
	color: #231f20;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0.2em;
	padding-bottom: 0;
	padding-left: 1.9em;
}
#sidebar1 a:hover {color: #aa3c4f;text-decoration: underline;padding: 0 0.2em 0 1.9em;background-image: url(../images/bg_nav.gif);	background-repeat: no-repeat;	background-position: left center;}
#sidebar1 a.selected:visited {color: #073d2e;text-decoration: underline;background: url(../images/bg_nav.gif) no-repeat;background-position: left center;padding: 0 0.2em 0 1.9em;}

#sidebar2 {
	position: absolute;
	color: #073d2e;
	top: 370px;
	font-size: 1em;
	right: 5px;
	width: 250px;
	padding: 0px 5px 15px 20px;
}
#sidebar2 img {border: 1px solid #073d2e; margin-top:20px;}

#mainContent {	min-height: 420px;	margin: 0 280px 0 240px;	padding: 20px 0;}
#mainContent h1{ font-size: 1.4em; color: #073d2e;padding-top: 0px;	margin: 0px;}
#mainContent h2{ font-size: 1.3em; color: #073d2e;padding-top: 5px;margin: 0px;}
#mainContent h3{ font-size: 1.2em; color: #a41f36;padding-top: 5px;margin: 0px;}
#mainContent p{ font-size: 1.2em; margin:0px auto 8px auto; line-height: 1.5em; letter-spacing: 0.05em;}	
#mainContent a, #mainContent a:visited, #mainContent a:active {color: #a41f36; text-decoration: underline; }
#mainContent a:hover {text-decoration: none; color: #fff;background-color: #aa3c4f;}
#mainContent ul {margin: 0 1em;}
#mainContent li {list-style-position: outside; list-style-image: url(../images/bg_nav_bullet2.gif);letter-spacing: 0.05em;padding-left: 0.5em;margin: 0 0 0 2em;	font-size: 1.2em;}	
#mainContent ul li li {list-style: none outside;letter-spacing: 0.05em;padding-left: 0.5em;margin: 0;	font-size:0.9em;}	

/*classes*/
.highlight {font-weight:800;border: 1px solid  #999999;	padding: 5px;}
.nieuw {font-weight:bold; letter-spacing:normal; color: #aa3c4f; font-size:x-small; }
.vet {font-weight: bold;}
.img_right { /* 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:5px 0 5px 8px;}
.img_left {float: left;margin:  5px 8px 5px 0;}

#footer { 	padding: 12px 0 0 250px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	height: 3.5em;	font-size: 1.0em;letter-spacing:0.05em;} 
#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 */}
#footer a, #footer a:visited {text-decoration:underline; color: #241c1c;}
#footer a:hover {text-decoration:none;background-color: #aa3c4f;color:#fff;}


table{
width: 350px;
font-size: 1em;
empty-cells: hide;
}

td{}

th, caption{}

caption{
text-align: left;
font-weight: bold;
color: #fff;
padding: 3px 0 4px 5px;
background-color: #aa3c4f;
border: 3px solid #FFF;
}

td, th{
text-align: left;
padding: 3px 0 4px 5px;
vertical-align: middle;
border: 1px solid #FFF;
}

thead th{
background-color: #073d2e;
color: #FFF;
}

tbody th{
background-color: #CC6;
}

tbody td{
background-color: #d1dbd8;
}

tfoot{
background-color: #073d2e;
color: #FFF;
font-weight: bold;
} 
