@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
}
#blog
{
float: right;
margin: 20px;
color: white;
}
#blog a:link,#blog a:visited,#blog a:hover,#blog a:active
{
color:white;
}

body
{
	font-family:"Helvetica Neue" , Helvetica, Arial;
	font-size:12px;
	background-color:#000000;
}

#container
{
	margin-top:7px;
	width:918px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid white;
}

#header
{
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width: 100%;
	height:130px;
}

#menu
{
	width:918px;
	height:92px;
	float:left;
	margin-bottom:33px;
}

#home
{
	background-image:url('../images/home.jpg');
	width:136px;
	height:92px;
	float:left;
}

#home:hover
{
	background-image:url('../images/home_h.jpg');
	width:136px;
	height:92px;
	float:left;
}

#wzw_
{
	background-image:url('../images/wzw.jpg');
	width:131px;
	height:92px;
	float:left;
}

#wzw_:hover
{
	background-image:url('../images/wzw_h.jpg');
	width:131px;
	height:92px;
	float:left;
}

#route_
{
	background-image:url('../images/route.jpg');
	width:137px;
	height:92px;
	float:left;
}

#route_:hover
{
	background-image:url('../images/route_h.jpg');
	width:137px;
	height:92px;
	float:left;
}

#projecten_
{
	background-image:url('../images/projecten.jpg');
	width:125px;
	height:92px;
	float:left;
}

#projecten_:hover
{
	background-image:url('../images/projecten_h.jpg');
	width:125px;
	height:92px;
	float:left;
}

#sponsoring_
{
	background-image:url('../images/sponsoring.jpg');
	width:140px;
	height:92px;
	float:left;
}

#sponsoring_:hover
{
	background-image:url('../images/sponsoring_h.jpg');
	width:140px;
	height:92px;
	float:left;
}

#contact_
{
	background-image:url('../images/contact.jpg');
	width:129px;
	height:92px;
	float:left;
}

#contact_:hover
{
	background-image:url('../images/contact_h.jpg');
	width:129px;
	height:92px;
	float:left;
}

#forum_
{
	background-image:url('../images/forum.jpg');
	width:120px;
	height:92px;
	float:left;
}

#forum_:hover
{
	background-image:url('../images/forum_h.jpg');
	width:120px;
	height:92px;
	float:left;
}

#middle_rechts
{
	background-color:white;
	width:720px;
	margin:10px;

	overflow:auto;
}

#middle_links
{
	width:160px;
	margin:10px;
	float:left;
}

#middle_links a:link, #middle_links a:visited, #middle_links a:hover, #middle_links a:active
{
color:#FFFFFF;
display:block;
}


#middle_links p
{
	color:white;
	margin-top:360px;
	font-size:9px;
}

#middle_links h1
{
	color:white;
	margin-bottom:7px;
	font-size:16px;
}

#inhoud
{
	margin:20px;	
}

#inhoud h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#663300;
	margin-bottom:7px;
	border-bottom:1px solid #663300;
}

#inhoud h2
{
	font-size:14px;
	color:orange;
	margin-bottom:7px;
}

#inhoud ul
{
margin-left:25px;
}
#inhoud li
{
	padding:5px;
}

#inhoud hr
{
	color: #000000;
	margin:20px 0px;
}

#inhoud a:link, #inhoud a:visited, #inhoud a:hover, #inhoud a:active
{
color:#000000;
} 

th
{
	width:100px;
	line-height:1.3em;
	text-align:left;
}


#footer
{
color:#FFFFFF;
padding:10px;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active
{
color:white;
}


