﻿body 
{
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	font-family:verdana,sans-serif;
}


/*-------------- Welkomspagina---------------*/

.blokken {
	background-image: url(../ima/blokken_blauw_firstpage.gif);
	width: 60%;
	height: 18px;
	top: 40px;
	position:absolute;
	}
	

.logo	{
	top: 8%;
	position:absolute;
	right: 25px;
}

.container	{
	position: absolute;
	top: 26%;
	width: 100%;
	height: 74%;
	left: 0px;
	background-color: #006699;

}


.plaat2 {
	background-color:#FF0066;
	height:299px;
	position:absolute;
	right:1350px;
	top:0;
	width:450px;
}

.rood {
	background-color:#CC2233;
	height:299px;
	position:absolute;
	right:900px;
	top:0;
	width:450px;
}

.film {
	background-color:#FF3333;
	height:299px;
	position:absolute;
	right:450px;
	top:0;
	width:498px;
}

.oranje {
	background-color:#FF9900;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:450px;
}



.plaat {
	position: absolute;
	top: 0%;
	width: 450px;
	height: 299px;
	right: 0px;
	background-color: #FF0066;
}

.transparant {
	position: absolute;
	top: 66%;
	width: 450px;
	height: 299px;
	right: 0px;
	/*background-color: #FF0066;*/
}

.nieuws {
	height:50%;
	padding-top:15px;
	position:absolute;
	right:450px;
	top:299px;
	width:489px;
}
.nieuwsTekst ul{padding:0; }
.nieuwstekst ul li
{
	list-style-type:none;	
	line-height:30px;
}
.nieuwskop {
	color:#FFFFFF;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	line-height:20px;

}
.nieuwstekst {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:20px;
	width:85%;
	}


.nieuwstekst A {
	color: #ffffff;
	text-decoration: none;
	}

.nieuwstekst A:hover {
	color: #ff9900;
	text-decoration: underline;
	}