/* CSS Document */

BODY{
	background-image:url(images/achtergrond.jpg);
	padding:0;
	margin:0 auto;
}

a{
	font-family:Myriad Pro, Verdana, Arial, sans-serif;
	color:#000000;
	font-size:15px;
	text-decoration:none;
	text-align:center;
}

a:hover{
	color:#996600;
}

p{
	font-family:Myriad Pro, Verdana, Arial, sans-serif;
	font-size:0.9em;
	color:#000000;
	margin:10px;
}

h1{
	font-family:Myriad Pro, Verdana, Arial, sans-serif;
	font-size:2em;
	color:#666600;
}

h2{
	font-family:Myriad Pro, Verdana, Arial, sans-serif;
	font-size:1.5em;
	font-weight:lighter;
	color:#4d3817;
	margin:1px;
	text-align:center;
}

h3{
	font-style:italic;
	color:#4d3817;
	margin:0 auto;
	text-align:left;
}

li{
	font-family:Myriad Pro, Verdana, Arial, sans-serif;
	font-size:0.9em;
	text-decoration:none;
}

ol{
	list-style:square;
	font-family:Myriad Pro, Verdana, Arial, sans-serif;
	font-size:0.9em;
	color:#000000;
	margin:10px;
}

ul{
	text-decoration:none;
	list-style:none;
	margin-top:5px;
}

.underline{
	text-decoration:underline;
	text-align:center;
}

.nieuwsh3{
	margin-top:35px;
	text-align:center;
	margin-bottom:5px;
}

.agendaitems{
	margin-bottom:10px;
}

.nieuwsp{
	margin-left:50px;
	margin-right:20px;
}

#container{
	position:absolute;
	width:1100px;
	height:650px;
	bottom:0;
}

#header{
	background-image:url(images/header.png);
	width:1000px;
	height:94px;
}

#links{
	background-image:url(images/links.png);
	height:435px;
	width:14px;
	float:left;
}

#menu{
	background-image:url(images/menu.png);
	height:435px;
	width:164px;
	float:left;
}

#tussen{
	background-image:url(images/tussen.png);
	height:435px;
	width:108px;
	float:left;
}

#content{
	background-image:url(images/content.png);
	overflow: auto;
	height:435px;
	width:626px;
	float:left;
}

#agendapunten{
	height:300px;
	width:300px;
	background-image:url(images/frame.png);
	float:left;
}

#laatstenieuws{
	height:300px;
	width:300px;
	background-image:url(images/frame.png);
	float:left;
}

#rechts{
	background-image:url(images/rechts.png);
	height:435px;
	width:88px;
	float:left;
}


#footer{
	background-image:url(images/footer.png);
	height:121px;
	width:1000px;
	clear:both;
}
.red {
	color: #FF0000;
}
