/* elementen home */

/* links */

#poll {
	color : #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* midden */

/* TEST */

#nieuwsfoto {
	width:401px;
	height:250px;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:401px;
	height:24
	0px;
	top:0px;
	left:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:15px;
	left:51px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:300px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:300px;
	height:200px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:315px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:108px;	
}


.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url("../picture/home/pagination.png");
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/* EINDE TEST */

#plaatje_achtergrond_nieuwsfoto{
	background-image: url("../picture/nieuws/background_foto_tekst.jpg");
	width: 401px;
	height: 28px;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#nieuws_regels{
	width: 401px;
}

.nieuws_regels_grijs{
	background-color: #f3f3f3;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.nieuws_regels_wit{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#fototekst {
	padding: 0px;
	border-width: 0px;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	color : #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#weblog_regels{
	width: 401px;
}

.weblog_regels_grijs{
	background-color: #f3f3f3;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.weblog_regels_wit{
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* rechts */

