/* CSS Document Texelse Paardentram*/
* {margin: 0; padding: 0;}
body  {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: #302f6e;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 90%;
}
table  {
	align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

input[type="submit"]:hover {
	background-color: green;
}

.normal
{
	color: #302f6e;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
}
#header {
	height: 167px;
	background-color: #fff;
	background-image: url(/css/header.jpg);
	background-repeat: no-repeat;	
	background-position: top;
	border-bottom: 30px solid #eded7e;
	text-align:center;
} 
#header h1 {color: #302f6e; font-size: 1.6em;letter-spacing: 0.1em;	padding-top: 140px; line-height:100%;}


#sidebar1 ul {padding: 0;margin: 0px;list-style: none;display: block; }
#sidebar1 li{display: block;font-size: 1.2em;line-height: 100%;margin: 0.5em 0; letter-spacing: 0.05em;font-weight:800; }
#sidebar1 a, #sidebar1 a:visited{color: #302f6e;text-decoration: none; padding: 0 1.0em 0 1.9em;}
#sidebar1 a:hover {color: #d54f1a;text-decoration: underline;padding: 0 1.0em 0 1.9em;background-image: url(/css/bg_nav.gif);	background-repeat: no-repeat;	background-position: left center;}
#sidebar1 a.selected:visited {color: #d54f1a;text-decoration: none;background: url(/css/bg_nav.gif) no-repeat;background-position: left center;padding: 0 1.0em 0 1.9em;}

#sidebar2 {
	position: absolute;
	font-size: 0.9em;
	top: 200px;
	padding-top: 10px;
	
	right: 5px;
	width: 200px;
	text-align: center;
	
}
#sidebar2 img {border: 1px solid #ccc;}

#mainContent h1{ font-size: 1.4em; color: #d54f1a;padding-top: 0px;	margin: 0px;}
#mainContent h2{ font-size: 1.2em; color: #d54f1a;padding-top: 5px;margin: 0px;}
#mainContent p{
	font-size: 1.2em;
	margin:0px auto 8px auto;
	line-height: 1.2em;
	font-weight:400;
}	
#mainContent a, #mainContent a:visited, #mainContent a:active {color: #d54f1a; text-decoration: underline; }
#mainContent a:hover {text-decoration: none; color: #fff;background-color: #302f6e;}
#mainContent ul {margin: 0 2px;}
#mainContent li {list-style-position: outside; list-style-image: url(/css/bullet.gif);padding-left: 0.5em;margin: 0 0 0 15px;	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;}	

