@charset "utf-8";
/* CSS Document */

body 
	{
	color: white;
	background-color: #7F7F7F;
	margin: 0px
	}

#horizon        
	{
	position: absolute;
	top: 50%;
	left:0px;
	_left: -1px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#contentBlockTop{
	margin-left: -495px;
	left: 50%;
	position: absolute;
	top: 0px;
	width:990px;
	height:100%;
	text-align:center;
	background:url(../img/begin_slide_top.jpg) repeat-y;
}

#contentBlock{
	position: absolute;
	top: -200px;
	width:100%;
	height:500px;
	text-align:center;
	background:url(../img/begin_slide.jpg) repeat-x;
}
#content {
/*	margin-left: -495px;
	left: 50%;*/
	width:100%;
	height:500px;
	visibility: visible;
	background:url(../img/beginpagina.jpg) top center no-repeat;
	}
#knop {
	padding-top:300px;
/*	padding-left:400px;*/
	width:980px;
	_width:550px;
	text-align:right;

	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#gegevens {
	padding-top:20px;
	font-size:12px;
}
.bodytext 
	{
	font-size: 14px
	}

.headline{
	font-weight: bold;
	font-size: 24px
	}

#footer{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}

a:link, a:visited 
	{
	color: #FFF;
	text-decoration: none
	}

a:hover 
	{
	color: #99CC00;
	text-decoration: none
	}

.captions  
	{
	color: white;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left
	}

#caption1    
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: -80px;
	left: -400px;
	width: 1000px;
	height: 400px;
	visibility: visible;
	display: block
	}

#caption2    
	{
	padding-left: 6px;
	border-left: 1px dashed #66c;
	position: absolute;
	top: 92px;
	left: 495px;
	width: 1000px;
	height: auto;
	visibility: visible;
	display: block
	}


