@charset "utf-8";
/* Stoeterij de Roswaard (c) Erik de Kuijper 2008 */ 
/* Laatst bijgewerkt 27 Maart 2010 */ 

body {
	background-color: #eaeae0;
	background-image:url("layout/bg.jpg");
	background-repeat:repeat-x;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}
h1, h2, h3 {
	padding:0;
	margin:.8em 0 .2em 0;
}
p {
	padding:0;
	margin:.4em 0 .8em 0;
}
img { 
	border:none;
}

#container { 
	height: auto; 
	margin: 0px auto; 
	position:relative; 
	width: 810px; 
}
#header {  
	background:url("layout/header.jpg") no-repeat; 
	border-top: 5px solid #FFF; 
	border-left: 5px solid #FFF; 
	border-right: 5px solid #FFF;
	height: 130px; 
	position:relative; 
}
#content {
	width: 800px;
}
#left {
	background:url("layout/menu.gif") no-repeat; 
	float:left;
	padding-top: 25px;
	top:0;
	width:150px;
}
.leftTD {
	font-size: 12px;
	padding-left: 5px;
}
#middle {
	background-color: #eaeae0;
	background-image:url("layout/bg-right.gif");
	background-position:right;
	background-repeat:repeat-y;	
	border-left: 5px solid #FFF;	
	border-right: 5px solid #FFF;
	left: 0px;
	position:absolute;
 	right:0px;
	width: 800px; 
}
.middleTD {
	border: 3px solid #FFF;
	background-color: #f2f2e8;
	background-image:url("layout/contentbg.gif");
	background-position:top right;
	background-repeat:no-repeat;
	font-size: 12px;
	margin-left: 0px;
	width: 100%;
	height:auto;
}
#right {
	float:right;
	position:relative;
	width:120px;
	text-align:right;
}
#holder {
	float:left;
	width: 530px;
}
#footer {
	background-image:url("layout/footer.gif");
	background-repeat:no-repeat;
	height: 35px;
	text-align:right;
	width: 800px;
}
.image1, .image2 {
	border-top: 3px solid #FFF; 
	vertical-align:top;
}
.image3 {
	border-bottom: 3px solid #FFF;
	border-top: 3px solid #FFF; 
	vertical-align:top;
	}

/* Menu Links */

a.menu_link:link
	{
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	}
a.menu_link:visited
	{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	}
a.menu_link:hover
	{
	color: #c5d9ef;
	text-decoration: none;
	padding-left: 15px;
	background-image:url("layout/horseshoe.gif");
	background-repeat:no-repeat;	
}

/* Normale Links */

a:link
{
	color: #1b3f95;
	text-decoration: none;
}
a:visited
{
	color: #1b3f95;
	text-decoration: none;
}
a:hover
{
	color: #98bce2;
	text-decoration: none;
}