/* CSS Document */
*{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
html,body{
	text-align:center;
	background-color:#52372c;
	font-size:10px;
}
img{
	border:none;
}
h1{
	font-family: Verdana, Helvetica, Times, serif;
	font-size:14px;
	letter-spacing:2px;
	color:#5b0b14;
	margin-bottom:5px;
}
h2{
	font-family: Verdana, Helvetica, Times, serif;
	font-size:12px;
	color:#5b0b14;
	margin:0px;
	margin-bottom:5px;
	font-weight:normal;
	text-align:left;
}
h2.paard{
	font-family: Verdana, Helvetica, Times, serif;
	font-size:12px;
	color:#5b0b14;
	margin:0px;
	margin-bottom:7px;
	font-weight:normal;
	text-align:left;
}
a:link 		{ color:#5b0b14; text-decoration:none; font-weight: bold; }
a:visited	{ color:#5b0b14; text-decoration:none; font-weight: bold; }
a:hover		{ color:#5b0b14; text-decoration:underline; font-weight: bold; }
a:active	{ color:#5b0b14; text-decoration:none; font-weight: bold; }

div.outer {
position: absolute;
left: 50%;
top: 50%;
width: 890px;
height: 600px;
margin-left: -445px; /* half of width */
margin-top: -300px; /* half of height */
}

div#container{
	margin:0 auto;
	width:914px;
	text-align:left;
	background-color:#f4eee2;
}
div#raskeuze{
	width:914px;
	height:19px;
	text-align:right;
	background:url(../img/bg_top.jpg) #851b27 top left no-repeat;
	color:#f4eee2; 
	font-weight: 300; 
	text-transform:uppercase; 
	font-size:10px;
}
div#menu{
	width:914px;
	height:135px;
	text-align:left;
	background:url(../img/bg_menu.jpg) #851b27 top left no-repeat;
	color:#f4eee2; 
	font-weight: 300; 
	text-transform:uppercase; 
	font-size:10px;
}
div#content{
	width:914px;
	text-align:justify;
	background:url(../img/bg_content.jpg) #f4eee2 top left no-repeat;
	color:#5b0b14; 
	font-weight:300; 
	font-size:12px;
	line-height:16px;
}
div#footer{
	width:914px;
	height:86px;
	text-align:left;
	background:url(../img/bg_footer.jpg) #52372c top left no-repeat;
	color:#8c7b70; 
	font-weight:300; 
}

.padtwenty {
	padding: 20px;
}
.padth {
	padding: 30px;
}

.imghome {
	float:left;
	border:0px;
}

.imgpaard {
	float:left;
	border:1px solid #841929;
	margin-right:10px;
	margin-bottom:10px;
}

.ouders {
	font-size:11px;
	line-height:normal;
}

.tekoopbg{
	padding:3px;
	background-color:#5b0b14;
	color:#f5efe3;
}
.verkochtbg{
	padding:3px;
	background-color:#851b27;
	color:#f5efe3;
}

a:link.raskeuze 	{ color:#f4eee2; text-decoration:none; font-weight: 300; text-transform:uppercase; font-size:10px; }
a:visited.raskeuze	{ color:#f4eee2; text-decoration:none; font-weight: 300; text-transform:uppercase; font-size:10px; }
a:hover.raskeuze	{ color:#f4eee2; text-decoration:underline; font-weight:300; text-transform:uppercase; font-size:10px; }
a:active.raskeuze	{ color:#f4eee2; text-decoration:none; font-weight: 300; text-transform:uppercase; font-size:10px; }

a:link.footerlink 	{ color:#8c7b70; text-decoration:none; font-weight: 300; }
a:visited.footerlink	{ color:#8c7b70; text-decoration:none; font-weight: 300; }
a:hover.footerlink	{ color:#8c7b70; text-decoration:underline; font-weight: 300; }
a:active.footerlink	{ color:#8c7b70; text-decoration:none; font-weight: 300; }

a:link.menu 	{ color:#f4eee2; text-decoration:none; font-weight: bold; text-transform:uppercase; font-size:12px; padding:3px; }
a:visited.menu	{ color:#f4eee2; text-decoration:none; font-weight: bold; text-transform:uppercase; font-size:12px;padding:3px; }
a:hover.menu	{ color:#5e0d16; text-decoration:none; font-weight:bold; text-transform:uppercase; font-size:12px;padding:3px; background-color:#f4eee2; }
a:active.menu	{ color:#f4eee2; text-decoration:none; font-weight: bold; text-transform:uppercase; font-size:12px;padding:3px; }



/* ============= KALENDER ============= */
table{ 
	border: 0px;
	border-collapse: collapse;
	width:440px;
} 
td{ 
	spacing: 0pt;
	padding: 5pt; 
	vertical-align: top; 
	border: 0pt;
		border-bottom: 0pt solid #a8a6ab;
	border-collapse: collapse;
	text-align:left;
} 
td.middle{ 
	vertical-align: middle; 
} 

