.cssdesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-image: url(../../../Microsoft%20Office/MEDIA/OFFICE11/BULLETS/BD14866_.GIF);
	list-style-type: circle;
	margin:0px;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.nieuwstitel {
	font-size: 20px;
	font-weight:bold;
	line-height:250%;
}

#top{
	background-color:#7eb154;
	height:18%;
	margin:0px;
}

#menu{
	background-color:#7eb154;
	margin:0px;
}

#hoofdgedeelte {
	width:66%;
	min-width:600px;
	height:auto;
	background-image:url('images/background2.png');
	position:relative;
	left:50%;
	margin-left:-33%;
	padding:0px;
	/*onderstaande is allemaal voor de schaduw in verschillende browsers*/
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#hoofdgedeelte_main {
	width:66%;
	min-width:600px;
	height:auto;
	background-image:url('images/background2.png');
	position:relative;
	left:50%;
	margin-left:-33%;
	text-align: left;
	padding:0px;
	/*onderstaande is allemaal voor de schaduw in verschillende browsers*/
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#nieuws {
	width:auto;
	position:relative;
	display:table-cell;
	margin-left:0px;
	padding:2%;
}

#bericht {
	padding:1%;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#919191;
}

#pagina {
	width:auto;
	position:relative;
	margin-left:0px;
	padding:2%;
	text-align: center;
}

#streams {
	width:270px;
	position:relative;
	display:table-cell;
	padding:5px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:516b3c;
}

#facebook_main {
	position: absolute;
	right: 0px;
	text-align: right;
	padding-right: 10px;
}

#jaarthema_main {
	position: absolute;
	left:0px;
	text-align: left;
}

#footer {
	width:100%;
	text-align: center;
	position: relative;
	bottom:0px;;
}

#footertext{
	position: absolute;
	bottom: 40px;
	left: 55%;
	color: #919191;
}

#klein{
	font-size:13px;
}

#fb_recommend {
	right:0;
	position:absolute;
	margin:5;
	z-index:1;
}

#form {
	width:90%;
	height:auto;
	background-image:url('images/background2.png');
	position:relative;
	left:50%;
	margin-left:-45%;
	text-align: center;
	padding: 20px;
	/*onderstaande is allemaal voor de schaduw in verschillende browsers*/
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

html {
	background-image:url('images/background1.png');
	background-repeat:repeat-x;
	background-color:#e3f0d8;
}

a[href]{
	color:#9d6835;
}

a[name] {
	color:#000000;
}

/*DIT IS ALLEMAAL VOOR DE DROPDOWN MENUS*/

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background: #fae7a9;
border-bottom: 1px solid black;
text-decoration: none;
padding: 4px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #F0CE7D;
}

/*DIT WAS ALLEMAAL VOOR DE DROPDOWN MENUS*/

