html, body{
 	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#1A171B;
	overflow: hidden;
	background-image: url("../img/back.jpg");
	background-repeat: no-repeat; 
	background-position:top;
}

#picvlak{
  width: 678px;
  height: 400px;
  margin-top: 5px;
  margin-left: 40px;
  overflow: hidden;
}

#foto-home{
  width: 660px;
  height: 417px;
}

#krijtbord{
  position: absolute;
  top: 300px;
  margin-left: 630px;
  width: 332px;
  height: 260px;
  z-index: 10;
  background-image: url("../img/backkrijtbord.png");
	background-repeat: no-repeat; 
	background-position:top; 
	padding-left: 10px;
	padding-top: 40px;
}

#overlay{
  position:absolute;
  left:0px;
  top:0px;
  z-index: 1;
}

#white1{
  width: 299px;
  height:30px;
  margin-left: 25px;
}

#white2{
  width: 299px;
  height:30px;
  margin-left: 25px;
}

#white3{
  width: 299px;
  height:30px;
  margin-left: 25px;
}

#white4{
  width: 299px;
  height:30px;
  margin-left: 25px;
}

#white5{
  width: 299px;
  height:30px;
  margin-left: 25px;
}

/**** NEWS ROTATOR ****/

#caroussel {
	width: 678px;
  height: 404px;
}

#caroussel_item {
	position:relative;
	float:left;
	width:448px;
	height:225px;
	margin-top:0px;
	border:none;
}

#caroussel_item #news_image_1 {
	position:absolute;
	left:0px;
	top:0px;
	width: 660px;
  height: 417px;
	
}

#caroussel_item #news_image_2 {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width: 660px;
  height: 417px;
}

#caroussel_item #news_image_3 {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width: 660px;
  height: 417px;
}

#caroussel_item #news_image_4 {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width: 660px;
  height: 417px;
}

#caroussel_item #news_image_5 {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	width: 660px;
  height: 417px;
}

#arrow_news {
	position:absolute;
	right:0px;
	top:0px;
	width:26px;
	height:45px;
	background:url(../img/arrow_news.png) no-repeat;
}

.hdr_news_item{
	float:left;
	position:relative;
	width:274px;
	height:30px;
	overflow:hidden;
	padding: 0px;
}

.carousselitem{
	width: 274px;
	height:30px;
	margin-left: 20px;
}

.carousselitem a{	
	height:45px;
	display:block;
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
}

.carousselitem a:hover{
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
}

.carousselitem_over a{
	width: 206px;
	height:136px;
	display:block;
	color:#FFFFFF;
	font-weight: bold;
	background:url(../img/backitemhover.gif) no-repeat;
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  color: #FFFFFF;
  font-weight: bold;
}

.carousselitem_over a:hover{
	width: 206px;
	color:#FFFFFF;
	font-weight: bold;
	background:url(../img/backitemhover.gif) no-repeat;
	font: 12px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  color: #FFFFFF;
  font-weight: bold;
}


/***** END NEWS ROTATOR ***/

/** SIFR **/
#caroussel_item h2.titel{
  font: 28px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
  font-weight: bold;
  margin: 280px 0px 0px 50px;
}


