@charset "utf-8";
/* CSS Document Texelse Paardentram*/
* {margin: 0; padding: 0;}
body  {background: #a9d0f1;
	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: 70%;
}
#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: 5px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image:url(../images/bg_sidebar.gif);
	background-repeat: no-repeat;
	background-position: 90px 385px;}
#wrapper {
	width: 910px;
	border: 1px solid #ccc;
	margin: 0 auto;

}

#header {
	height: 167px;
	background-color: #fff;
	background-image: url(../images/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 {

	position: absolute;
	top: 200px;
	width: 240px;
	padding: 10px;
	left: 0;
	
}
#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 0.5em 0 1.9em;}
#sidebar1 a:hover {color: #d54f1a;text-decoration: underline;padding: 0 0.5em 0 1.9em;background-image: url(../images/bg_nav.gif);	background-repeat: no-repeat;	background-position: left center;}
#sidebar1 a.selected:visited {color: #d54f1a;text-decoration: none;background: url(../images/bg_nav.gif) no-repeat;background-position: left center;padding: 0 0.5em 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 {	min-height:300px;	margin: 0 260px 0 260px;	padding: 10px 0;}
#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(../images/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;}	

/*classes*/
.highlight { color:#d54f1a;}
.vet {font-weight: bold;}
.nieuw {
	color:#d54f1a;
	font-size: x-small;
	
	
}
.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; padding: 1px; border: 1px solid #ccc;}
.img_left {float: left;margin:  5px 8px 5px 0;}
*.texelagenda-rss-gadget-v1
{border:10px dashed #64A9DF;
}
#footer { background-color:#fff; letter-spacing:0.1em;	padding: 0px; text-align:center; /* this padding matches the left alignment of the elements in the divs that appear above it. */	height: 210px;	font-size: 1.0em;letter-spacing:0.05em;border-top: 30px solid #eded7e;} 
#footer img {border: 1px solid #ccc; padding: 1px; margin: 1px;}
#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: #302f6e;}
#footer a:hover {text-decoration:none;background-color: #302f6e; color:#fff;}

