@charset "utf-8";
/* CSS Document */

html	{	margin: 0; background: #ecf7fb url('images/htmlbg.jpg') repeat-x;	}
body	{	width: 827px;	height: auto;	margin: 0px auto;	padding: 0;	font: 11px "Trebuchet MS";	background: url('images/container-bg.jpg') repeat-y;	}

br.clear{	clear: both;	font-size: 1px;	}

ul#topmenu	{	margin: 0;	padding: 0 0 0 330px;	height: 45px;	background: url('images/topmenu.jpg') no-repeat;	}
ul#topmenu li	{	float: left;	height: 45px;	display: block;	}
ul#topmenu li a	{	height: 45px;	display: block;	}
ul#topmenu li a	span{	display: none;	}

	ul#topmenu li a.home		{	width: 62px;	background: url('images/buttons/button_02.jpg') no-repeat;		}
		ul#topmenu li a.home:hover		{	background: url('images/buttons/hover/button_02.jpg') no-repeat;		}

	ul#topmenu li a.zoeken		{	width: 73px;	background: url('images/buttons/button_03.jpg') no-repeat;		}
		ul#topmenu li a.zoeken:hover		{	background: url('images/buttons/hover/button_03.jpg') no-repeat;		}

	ul#topmenu li a.help		{	width: 55px;	background: url('images/buttons/button_04.jpg') no-repeat;		}
		ul#topmenu li a.help:hover		{	background: url('images/buttons/hover/button_04.jpg') no-repeat;		}

	ul#topmenu li a.toevoegen	{	width: 100px;	background: url('images/buttons/button_05.jpg') no-repeat;		}
		ul#topmenu li a.toevoegen:hover		{	background: url('images/buttons/hover/button_05.jpg') no-repeat;		}

	ul#topmenu li a.adverteren		{	width: 105px;	background: url('images/buttons/button_06.jpg') no-repeat;		}
		ul#topmenu li a.adverteren:hover		{	background: url('images/buttons/hover/button_06.jpg') no-repeat;		}

	ul#topmenu li a.contact		{	width: 89px;	background: url('images/buttons/button_07.jpg') no-repeat;		}
		ul#topmenu li a.contact:hover		{	background: url('images/buttons/hover/button_07.jpg') no-repeat;		}

div#container		{	width: 797px;	height: auto;	padding: 2px 15px 0 16px;	background: url('images/container-top.jpg') no-repeat;	}

	div#container ul#acties	{	height: 45px;	font-family: arial;	margin: 0;	padding: 4px 0 0 0;	background: url('images/balk-bg.jpg') no-repeat;	}
	div#container ul#acties li	{	display: inline;	padding: 0 20px;	}
	div#container ul#acties li a{	color: #FFF;	text-decoration: none;	}

	div#container div#menu	{	width: 224px;	height: auto;	float: left;	margin: -14px 0 0 0;	background: url('images/menu/oranje/bg.jpg') repeat-y;	}

		div#container div#menu h3	{	width: 224px;	height: 35px;	margin: 0;	padding: 0;	}
			div#container div#menu h3.blauw	{	background: url('images/menu/blauw/h3.jpg') no-repeat;	}
			div#container div#menu h3.groen	{	background: url('images/menu/groen/h3.jpg') no-repeat;	}
			div#container div#menu h3.paars	{	background: url('images/menu/paars/h3.jpg') no-repeat;	}
			div#container div#menu h3.oranje{	background: url('images/menu/oranje/h3.jpg') no-repeat;	}
			div#container div#menu h3 span	{	display: none;	}

		div#container div#menu ul	{	height: auto;	margin: 0;	padding: 2px 10px;	}
			div#container div#menu ul.blauw	{	background: url('images/menu/blauw/bg.jpg') repeat-y;	}
			div#container div#menu ul.groen	{	background: url('images/menu/groen/bg.jpg') repeat-y;	}
			div#container div#menu ul.paars	{	background: url('images/menu/paars/bg.jpg') repeat-y;	}
			div#container div#menu ul.oranje{	background: url('images/menu/oranje/bg.jpg') repeat-y;	}

		div#container div#menu ul li	{	list-style: none;	padding: 0;	margin: 0;	color: #441300;	}
		div#container div#menu ul li a	{	text-decoration: none;	color: #441300;}

		div#container div#menu ul li input	{	margin: 4px 0;}		
		div#container div#menu ul li input.text	{	font-family: Trebuchet MS;	font-weight: bold;	padding: 1px 3px;	width: 120px;	}
		
		div#container div#menu div.bottom	{	width: 174px;	height: 15px;	margin: 0 0 5px 0;	}
			div#container div#menu div.bottom.blue	{	background: url('images/menu-blauw/bottom.jpg') no-repeat;	}
			div#container div#menu div.bottom.rood	{	background: url('images/menu-rood/bottom.jpg') no-repeat;	}
			div#container div#menu div.bottom.paars	{	background: url('images/menu-paars/bottom.jpg') no-repeat;	}


	div#container div#content	{	width: 548px;	padding: 10px 0 0 10px;	height: auto;	float: left;	text-align: left;	}

		div#container div#content h1	{	width: 541px;	color: #082d42;	height: 27px;	margin: 0;	padding: 5px 0 0 7px;	font-size: 23px;	color: #441300;	font-weight: normal;	background: url('images/content/h1.gif') no-repeat;	}
		
		div#container div#content ul	{	margin: 0;	padding: 5px 0 20px 0;	background: #fbf2ec	url('images/content/bottom.gif') no-repeat left bottom;	}

		div#container div#content ul li	{	list-style: none;	padding: 7px 10px;	border-bottom: 1px SOLID #FFF;	background: #fbf2ec;	}
			div#container div#content ul li.dark	{	background: #ffece0;	}
			div#container div#content ul li.last	{	border: none;}

			div#container div#content ul li h3	{	margin: 0;	padding: 0;	color: #441300;	font-size: 13px;	}
			div#container div#content ul li h3 a{	text-decoration: none;	color: #441300;	font-size: 13px;	}
			div#container div#content ul li p	{	margin: 0;	padding: 0;	color: #441300;	}


		div#container div#content div.bottom	{	width: 500px;	height: 15px;	margin: 0 0 5px 0;	padding: 0;	background: url('images/content/bottom.jpg') no-repeat;	}


div#footer	{	width: 827px;	height: 51px;	background: url('images/footer.jpg') no-repeat;	}
div#footer p.een		{	text-align: center; padding: 10px 0 0 0;	color: #FFF;	margin: 0;	}
div#footer p.een a		{	color: #FFF;	font-weight: bold;	text-decoration: none;	}

div#footer p.twee		{	text-align: center; padding: 8px 0 0 0;	color: #FFF;	margin: 0;	}
div#footer p.twee a		{	margin: 0 11px;	}
div#footer p.twee a img	{	border: none;	}

