/* CSS Document */
html
{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

h1{
	font: 14px arial;
	color: #657751;
	padding-bottom: 4px;
	border-bottom: solid 2px #8d9e71;
	width: 470px;
	margin: 0px 0px 20px 0px;
}

p{
	font: 12px arial;
	color: #000000;
	line-height: 18px;
	margin: 0px 0px 15px 0px;
}

a{
	text-decoration:none;
}

/* Om knoppen bij slideshows te verbergen als ze niet meer nodig zijn.  */
input[disabled]
{
	display: none;
}


#geheel
{
	width: 100%;
	height: 100%;
	border: none;
}

#site{
	position: relative;
	width: 1000px;
	height: 566px;
	background-color:#FFFFFF;
	border: 1px solid black;	
}

#vlaggen {
	position: relative;
	width: 1000px;
	height: 25px;
}

#content{
	width: 1000px;
	height: 321px;
	color:#000000;
	position:absolute;
	top: 203px;
	left: 0px;
	overflow: auto;
	text-align: left;
	z-index: 0;
}

#content a
{
 	color: #be2f31;
}

#logo{
	width: 356px;
	height: 100px;
	position:absolute;
	top: 0px;
	left: 0px;
}

#nl_vlag{
	width: 30px;
	height:20px;
	position:absolute;
	top: 75px;
	left:140px;
}

#du_vlag{
	width:30px;
	height:20px;
	position:absolute;
	top: 75px;
	left:180px;
}

#top1{
	width: 644px;
	height: 100px;
	position:absolute;
	top: 0px;
	right: 0px;
}

#top2{
	width: 1000px;
	height: 80px;
	top: 100px;
	left: 0px;
	position: absolute;
	overflow: hidden;
}

#bottom{
	width: 994px;
	height: 34px;
	bottom: 0px;
	left: 0px;
	position:absolute;
	background-image:url(../images/bottom.png);
	border-top: 2px solid #c22e2c;
	background-color: #617550;
	padding: 3px 3px 3px 3px;
	overflow: hidden;
}

.context{
	font: 12px Arial, Helvetica, sans-serif;
	padding: 24px 0px 0px 33px;
	text-align: left;
	width: 930px;
}

.bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f1fcec;
	padding: 1px 2px 2px 2px;
}

.bottom a {
	color: #f1fcec;
	text-decoration: underline;
}

.bottomregel2 {
	font-size: 12px;
	padding-top: 3px;
}

.bottomregel2 a:link, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.foto{
	border: solid 2px #8ea677;
	float: right;
	right: 0px;
	top: 10px;
	position: relative;
	margin: 0px 0px 15px 15px;
	display: inline;
}

.slideshow{
	float: right;
	width: 370px;
	margin-left: 60px;
	padding: 5px 10px 0px 10px;
	border: solid 2px #8ea677;
	display: inline;
}

.button_back{			background: url('../images/slideshow/linksup.jpg') no-repeat center;		border: none;	width: 32px; 	height: 32px; cursor: pointer;	}
.button_back:active{	background: url('../images/slideshow/linksdown.jpg') no-repeat center;						}
.button_next{			background: url('../images/slideshow/rechtsup.jpg') no-repeat center;		border: none;	width: 32px; 	height: 32px; cursor: pointer;	}
.button_next:active{	background: url('../images/slideshow/rechtsdown.jpg') no-repeat center;						}
.button_stop{			background: url('../images/slideshow/stopup.jpg') no-repeat center;		border: none;	width: 53px; 	height: 32px; cursor: default;	}
.button_stop:active{	background: url('../images/slideshow/stopdown.jpg') no-repeat center;						}
.button_play{			background: url('../images/slideshow/playup.jpg') no-repeat center;		border: none; width: 70px; height: 32px; cursor: default;	}
.button_play:active{	background: url('../images/slideshow/playdown.jpg') no-repeat center;						}
