/* CSS Document Helmondfans.nl */
#zoek input{color:#ffffff;
background-color:#333333; border:1px solid #ffffff;
font-size:x-small}
#zoek select{color:#ffffff;
background-color:#333333; border:1px solid #ffffff; font-size:x-small}

#container {
	margin: auto auto; /* Hierdoor gaat de container in het midden staan */
	position: relative;
	width: 800px;
}

#header {
	width: 800px;
	height: 108px;
	background-image: url(images/header.jpg);
}

#menu {
	width: 800px;
	height: 40px;
	background-image: url(images/menu.jpg);
	text-align: center;
}

#menu a{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS;
}

#menu ul li{
		float: left;
		width: 145px;
		line-height: 40px;
		height: 40px;
		text-align: center;
		list-style: none;
	}
	
#menu ul li.knop:hover { background:  url(images/hover.jpg); }

#zoek {
	width: 800px;
	height: 89px;
	background-image: url(images/zoek.jpg);
	
}

#zoek p{
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	padding-left:25px;
	line-height:5px;
}

#links {
	float: left;
	width: 232px;
	background-image: url(images/rechts.jpg);
}

#links h2{
	padding-left: 25px;
	padding-top: 10px;
	color: #303030;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
max-height:0px;

}

#links p{
	padding-left: 25px;
	width: 190px;
padding-top: 4px;
	color: #536d0c;
	font-family: Trebuchet MS;
	font-size: 11px;
}

#links h2{
	padding-left: 25px;
	color: #212121;
	font-family: Trebuchet MS;
	font-size: 13px;
}

#rechts {
	padding-top: 5px;
	float: left;
	width: 540px;
min-height: 370px;
	color: #212121;
	font-family: Trebuchet MS;
	font-size: 11px;
}

#rechts a{
	color: 7ca410;
}

#rechts h2{
	color: #7ca410;
	font-family: Trebuchet MS;
	font-size: 13px;
height:0px;
}

#rechts input{
	font-size:xx-small;
	font-family: Trebuchet MS;
	width: 150px;
	
	color:#536d0c;}

#rechts select{
	font-size:xx-small;
	font-family: Trebuchet MS;
	width: 250px;
	
	color:#536d0c}