@charset "utf-8";
/* CSS Document */

Body {
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 952px;
}

.header {
	width: 952px;
	height: 140px;
	background-image: url(../images/header_hetbestezorgidee2009.gif);
}

.contenttop {
	width: 952px;
	height: 9px;
	background-color: #fff;
	background-image:  url(../images/content_bkgrndTOP.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

.content {
	width: 952px;
	background-image:  url(../images/content_bkgrnd.gif);
	background-repeat: repeat-y;
	padding-bottom: 21px;
}

.contentbottom {
	width: 952px;
	height: 14px;
	background-color: #fff;
	background-image:  url(../images/content_bkgrndBOTTOM.gif);
	background-repeat: no-repeat;
	clear: both;
}

/*content*/

.content_links {
	width: 182px;
	height: 252px;
	float: left;
}

.content_rechts {
	width: 680px;
	min-height: 252px;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_rechts h1 {
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #ffcc00;
	border-bottom: solid 1px #ffcc00;
}

.content_rechts h2 {
	font-size: 14px;
	color: #333;
	margin-top: 20px;
	margin-bottom: -10px;
}

.content_rechts a {
	color: #333;
	text-decoration: none;
	text-decoration: underline;
}

.content_rechts a:hover {
	text-decoration: none;
	background-color: #ffcc00;
	font-style: normal;
	text-decoration: none;
}

.footer {
	background-image: url(../images/footer_bkgrnd.gif); 
	text-align: left;
	color: #666666;
	font-size: 9px;
	width: 942px;
	height: 18px;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}

.video {
	background-image: url(../images/video_bkgrnd.gif);
	background-repeat: no-repeat;
	padding: 5px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.footer a {
	color: #666;
}

.footer a:hover {
	text-decoration: none;
}

.title {
	background-color: #005823;
	color: #ffed00;
	font-weight: bold;
	font-size: 14px;
}
/*menu*/

.menu_top {
	background-image: url(../images/menu_bkgrndTOP.gif);
	background-position: TOP;
	background-repeat: no-repeat;
	width: 176px;
	height: 5px;
	margin-left: 8px;
	margin-bottom: -10px;
	-margin-bottom: -20px;
}

.menu_bottom {
	background-image: url(../images/menu_bkgrndBOTTOM.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 176px;
	height: 10px;
	margin-left: 8px;
	margin-top: -21px;
	background-color: #333333;
}

ul.menu {
	margin-left: -32px;
	*margin-left: 8px;
	margin-top: 10px;
	margin-bottom: -11px;
	*margin-bottom: -20px;
}

ul.menu li {
	list-style: none;
}

ul.menu li a {
	display: block;
	height: 22px;
	background-color: #333333;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 14px;
	border-bottom: solid 1px #fff;
	width: 156px;
}

ul.menu li a:hover, ul.menu li a.active  {
	background-image: url(../images/menu_arrowYELLOW.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 136px;
}

ul.menuyellow {
	margin-left: -32px;
	*margin-left: 8px;
	margin-top: -6px;
	margin-bottom: 20px;
}

ul.menuyellow li {
	list-style: none;
}

ul.menuyellow li a {
	display: block;
	height: 15px;
	background-color: #333333;
	color: #e6bb0e;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 20px;
	font-size: 14px;
	border-bottom: none;
	width: 156px;
}
	
ul.menuyellow li a:hover, ul.menuyellow li a.activeyellow {
	background-image: url(../images/menu_arrowWHITE.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 136px;
}	

/* Twitter */

.twitterright{
	background:url(/images/volg.jpg);
	position:fixed;
	display:block;
	top:250px;
	right:0px;
	width:30px;
	height:119px;
	background-color:#333;
}       
.twitterright a{
	width:30px;
	height:119px;
	display:block;
	text-align:right;
	
} 

.youtubediv{
	float:left;
	padding:0 10px 10px 0;
}

.PlayButton{
	display:block;
	position: absolute;
	width:210px;
	height:160px;
	background-image:url(/images/YoutubePlay.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor: pointer;
	z-index:10;
}

.PlayButton:hover{
	background-image:url(../images/YoutubePlayHover.png);
}

a#stem {
	padding: 15px;
	height: 20px;
	width: 170px;	
	background-image:url(../images/stemmen-groot.jpg);
	background-repeat:no-repeat;
	display:block;
	text-align: center;
	font-size: 14px;
}

a:hover#stem {
	text-decoration: none;
	background-color:#FFF;
	background-image:url(../images/stemmen-over-groot.jpg);
	background-repeat:no-repeat;
}



