@charset "UTF-8";
/* CSS Document */

* {
 margin: 0;
 padding: 0;
}



html,body {
 height: 100%; /* HEEL BELANGRIJK! */
 font-family: Verdana;
 font-size:12px;
 color:#464646;
 background-color:#006e46;
 background-image:url(../images/wolken.jpg);
 background-position: top left;


 }
H1 { font-size: 14px; color:#005596; font-weight:bold; margin-top:10px;}
H2 {font-size:11px; color:#464646; font-weight:bold;}
P, H1, H2, H3, H4, H5, H6{margin: 0px 0px 5px 0px;}



.container{
	min-height: 100%;
	_height: 100%;
	width: 100%;
	margin: 0 auto; /* deze div links zetten (gebruik 'auto' om te centreren */
	position: relative; /* De footer wordt absoluut gepositioneerd, relatief aan #container. */
}

* html > .container {
height: 100%;
}

	
/*.topbalk{
		background-image:url(../images/bg_topbalk.gif);
		background-repeat:repeat-x;
		background-position:top left;
		height:40px;
		}
*/
	
.bottom{
	width:207px;
	position: absolute;
	top:200px;
	left: 0px;}

td {
	font-size:12px;}
	

/*.bottombalk{
	bottom:0px;
	height:50px;
	background-image:url(../images/bg_bottombalk.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
}
*/



.content{
		padding-top:100px;
		_padding-top:100px;
		margin-left:233px;
		margin-bottom:100px;
		width:350px;
		}

.rechts{
	position:absolute;
	top:180px;
	margin-left:623px;
	width:250px;}

.paard{

	width:207px;
	height:522px;
	}
/*
.paard{
	background-image:url(../images/paard.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:207px;
	height:522px;}
*/
	
.vlaggen{
	position:absolute;
	top:27px;
	left:879px;
	_left:820px;

	}

A img{
	border:0px;}
	
a {
	color:#007047;}
	

a:hover {
	color:#005596;}

.logo{
	position:absolute;
	top:48px;
	margin-left:629px;
	 background-image:url(../images/logo.png);	
	 background-repeat:no-repeat;
	 width:230px;
	 height:119px;}
	
.tx-slideshow-pi1{
	background-image:url(../images/bg_slideshow.png);
	background-repeat:no-repeat;
	text-align:left;
	padding:10px;
	width:320px;
	height:220px;
	}
.slideshowbg{
	position:absolute;
	top:170px;
	margin-left:619px;
	width:320px;
	height:220px;
	background-image:url(../images/bg_slideshow.png);
	background-repeat:no-repeat;
	background-position:left top;}
	 
