@import url('clear.css');

html, body 
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/*--------------------------------
  container
 --------------------------------*/
div#container
{
	width: 1000px;
	margin: 0px auto 0px auto;
	text-align: left;	
}

/*--------------------------------
  header
 --------------------------------*/
div#container div#header
{
	position:relative; 

	width: 100%;
	height: 150px;
}

/*--------------------------------
  switching headers
 --------------------------------*/
#header IMG
{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#header IMG.active
{
	z-index:10;
	opacity:1.0;
}

#header IMG.last-active
{
	z-index:9;
}

/*--------------------------------
  logo click
 --------------------------------*/
div#logoclick
{
	position: absolute;
      	display: block;

	padding: 0px 0px 0px 0px; 
	margin: -10px 0px 0px 0px;

       height: 140px;
       width: 175px;

	border: 0px solid red;
       z-index: 12;
}
div#logoclick a
{
	position: relative;
	display: block;

	background: url('/sitePics/spacer.gif') repeat 0% 0%;

	width: 100%;
	height : 100%;

	border: 0px solid;

	z-index: 13;
}

/*--------------------------------
  top menu
 --------------------------------*/
div#container div#topmenu
{
       position: relative;

	width: 100%;
	height: 35px;

	background-image: url('/sitePics/menu-bg.jpg');
	background-repeat: no-repeat;

	z-index: 13;
}

/*--------------------------------
  individual divs
 --------------------------------*/
div#sitemap_topmenu
{
	float: left;

	width: 55px;
	height: 26px;

	margin: 6px 1px 0px 13px;

	font-weight: bold;
	font-size: 11px;
}
div#sitemap_topmenu a
{
	color: #ffffff;
}

div#contact_topmenu
{
	float: left;

	width: 50px;
	height: 26px;

	margin: 6px 3px 0px 0px;

	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
div#contact_topmenu a
{
	color: #ffffff;
}

div#zoeken_topmenu
{
	float: left;

	width: 100px;
	height: 26px;

	margin: 6px 5px 0px 0px;

	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
div#zoeken_topmenu a
{
	color: #ffffff;
}



/*--------------------------------
  contentcontainer
 --------------------------------*/
div#container div#contentcontainer
{
	overflow: hidden;
	background-color: #000;
	background-repeat: repeat-y;
	width: 1000px;
	min-height: 200px;

}

/*--------------------------------
  left
 --------------------------------*/
div#container div#contentcontainer div#left
{
	position: relative;
	float: left;
	display: block;

	width: 180px;
	height: 100%;

	min-height: 500px;

	background-color: #000000;
	line-height: 18px;
	font-size: 12px;
	border: 0px solid blue;
}
div#left a 
{
	color: #ffffff;
}


/*--------------------------------
  main menu
 --------------------------------*/
div#left ul
{
	color: #fff;
	margin: 0px 0px 0px 30px;
		
}
div#left ul li
{
	font-weight: bold;
	padding: 5px 0px 5px 0px;

       display: list-item;
       list-style-type: disc;
}
div#left ul li a
{
}

/* standaard niet tonen van de onderliggende items */
div#left ul li ul
{
	display: none;
	margin: 0px 0px 0px 10px;
}
div#left ul li#active ul,
div#left ul li#hasActive ul
{
	display: block;
	margin: 0px 0px 0px 10px;
}
div#left ul li#active ul
{
       display: list-item;
}
div#left ul li ul li 
{
	font-size: 12px;
	line-height: 20px;
	list-style-image: url('/sitePics/streepje.gif'); 
}


/*--------------------------------
  newsletter
 --------------------------------*/
div#left div#newsletter_header
{
	color: #ffffff;
	margin: 20px 0px 0px 30px;
	font-weight: bold;
	line-height: 30px;
}
div#left div#newsletter
{
	color: #ffffff;
	margin: 0px 0px 0px 30px;
}
div#left div#newsletter input
{
	color: #ffffff;
	border: 1px solid #ffffff;
}
div#left div#newsletter input#aanmelden
{
	border: 1px solid #ffffff;
	/* padding: 0px 13px 15px 15px; */
	padding: 0px 5px 0px 2px;

	/* width: 75px; */
	/* height: 20px; */

	color: #ffffff;
}
	

/*--------------------------------
  content 
 --------------------------------*/
div#container div#contentcontainer div#content
{
	position: relative;
	float: left;

	width: 760px;
	height: 100%;

	padding: 8px 30px 8px 30px;
	margin: 0px 0px 0px 0px;

	min-height: 500px;
	background-color: #c6c7c9;
	border: 0px solid red;
}

/*--------------------------------
  content - dinerbon submit
 --------------------------------*/
input#dinerbon-submit
{	
	padding: 0px 0px 0px 0px;
	width: 50px;
	height: 18px;
	text-align: center;
}



/*--------------------------------
  zoeken
 --------------------------------*/
div#content form#form1 input#searchtxt
{
	margin-bottom: 10px;
}
div#content form#form1 input#zoeken_submit
{
	width: 50px;
	height: 20px;
	text-align: center;
}
/*--------------------------------
  sitemap
 --------------------------------*/
div#sitemap ul li a
{
	color: #000000;
	margin: 0px 0px 0px 30px;
	line-height: 15px;
	text-decoration: underline;
}
div#sitemap ul li ul li a
{
	color: #000000;
	padding: 0px 0px 0px 30px;
	line-height: 15px;
	text-decoration: underline;
}

/*--------------------------------
  breadcrumbs
 --------------------------------*/
div#breadcrumbs
{
	float:right;
	margin: 0px 20px 0px 30px;
	background-color: #c6c7c9;

}
div#breadcrumbs a
{
	color: #000000;
}
/*--------------------------------
  newsletter
 --------------------------------*/
div#alinea1 input#aanmelden
{
	padding: 0px 5px 0px 2px;
}

div#newsletter_confirmation
{
	font-weight: bold;
	color: green;
}
/*--------------------------------
  content DOM tags
 --------------------------------*/
div#container div#contentcontainer div#content h1
{
	padding: 8px 0px 8px 0px;

	font-size: 14px;
	font-weight: bold;
}
div#content h2
{
	clear: both; /* zorgt ervoor dat de img in de nieuwsitems goed worden gepositineerd */

	font-size: 12px;
	font-weight: bold;
}
div#content a
{
	color: #000000;
	line-height: 15px;
	text-decoration: underline;
}

/*
div#content p
{
	width: 760px; */
	padding: 8px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}
*/

div#content form
{
	margin: 10px 0px 10px 30px;
}
div#content form h2
{
	margin: 10px 0px 10px 0px;
}
div#content form form
{
	margin: 10px 0px 10px 0px;
}
div#content img
{
	border: 1px solid #000000;
	margin: 0px 10px 10px 10px;
}

div#content ul
{
	list-style-type: disc;
}
div#content ul li
{
       display: list-item;
       list-style-type: disc;
}
div#content ul li a
{
	margin: 0px 0px 0px 30px;
}

div#content strong, b
{
	font-weight: bold;
}


/*--------------------------------
  content alineas
 --------------------------------*/
div#content div#alinea0,
div#content div#alinea1,
div#content div#alinea2,
div#content div#alinea3,
div#content div#alinea4,
div#content p
{
	margin: 8px 0px 8px 0px;
	/* padding: 8px 0px 8px 0px; */

}




/*--------------------------------
  content specific tags
 --------------------------------*/
div#content p a#news_archief
{
	display: block;
	margin: 10px 0px 0px 0px;
}
div#content div#NewsPagerControl
{
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;

}



/*--------------------------------
  footer
 --------------------------------*/
div#container div#footer
{
	width: 100%;
	height: 30px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	color: #fff;
	background-color: #000000;
	font-weight: bold;
}

/*--------------------------------
  adres
 --------------------------------*/
div#container div#footer div#adres
{
	float: left;
	position: relative;

	width: 480px;
	padding: 0px 0px 0px 210px;
}
div#container div#footer div#adres a
{
	color: #ffffff;
}


/*--------------------------------
  zoeken
 --------------------------------*/
div#container div#footer div#zoeken
{
	float: left;
	position: relative;

	width: 230px;
	padding: 0px 0px 0px 45px;
}		
#zoekentext .input
{
	float: left;

	width: 218px;
	height: 18px;

	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	border: solid 0px green;
	background-image: url('/sitePics/zoeken_button.jpg');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}				
#zoeken #img .img
{
	float: left;

	padding: 1px 1px 1px 4px;
	margin: 0px 0px 0px -50px;

	width: 50px;
	height: 18px;

	border: solid 0px orange;
	color: #000000;
}


/*--------------------------------
  Jquery error msg
 --------------------------------*/
label.error
{
	display: inline;
	color: red;
	padding: 2px 2px 2px 3px;
}


/*--------------------------------
  Specific elements
 --------------------------------*/
form input, form textarea, form button, select
{
	border: 1px solid #000000;
}
form input
{
	padding: 0px 0px 0px 3px;
}
h1
{
	font-weight: bold;
	font-size: 15px;
}
h2, table.menu th
{
	font-size: 13px;
	font-weight: bold;
	clear: both;
}
table.menu
{
	width: 460px;
}

em
{
	font-style:italic;
}
h3
{
}

strong, b
{
	font-weight: bold;
}
/*
ul li
{
	display: block;
}

ul li ul {
	margin: 0px 0px 0px 20px;
}
*/
hr {
	height: 1px;
	margin: 3px 0px 3px 0px;	

	color: #999999;
	background-color: #999999;	
}

#map_layer
{
  margin-top: 20px;
  width: 720px;
  height: 300px;
  border: 1px solid #999999;	
}
#controls_layer
{
	margin-top: 20px;
}
#dinerbon input
{
	border: 1px solid black;
}
