@import url('/css/clear.css');

html, body 
{

	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url('../images/Yperenachtergrond.jpg') no-repeat 0% 0%;

}

/* alpha transparancy png fix for IE < 7 */ 
/* img, div { behavior: url("http://slijterijvanyperen.nl/sitePics/ie_pngfix/iepngfix.htc"); } */

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

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

	width: 100%;
	height: 94px;

	background: url('../images/Yperenbovenheader.png') repeat 0% 0%;

}

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

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

	width: 350px;
	height: 60px;

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

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

	width: 100%;
	height : 100%;

	border: 0px solid;
	z-index: 13;
}



/*--------------------------------
  contentcontainer
 --------------------------------*/
div#container div#contentcontainer
{
	width: 1000px;
	height: 100%;

	padding: 0px 0px 0px 0px;
	overflow: auto; 
}

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

	width: 230px;
	height: 100%;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	min-height: 300px;

	/* background-color: #EEEEFF; */
	line-height: 18px;
	font-size: 12px;
	border: 0px solid blue;
}




/*--------------------------------
  main menu
 --------------------------------*/
div#menu ul
{
	display: block;

	margin: 14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border: 1px solid transparent;
}
div#menu ul li
{
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;

	display: list-item;
	list-style-type: none;

	border: 0px solid purple;
}
div#menu ul li a
{
	display: block;
	width: 211px;
	height: 15px;

	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;

	line-height: 1em;
	font-weight: bold;
	color: #fff;

	background: url('../images/Yperenmenugroen.png') no-repeat 0% 0%;
	border: 0px solid red;
}
div#menu ul li a#active
{
	background: url('../images/Yperenmenurood.png') no-repeat 0% 0%;
}

/**
 * 2nd menu level
 */
div#menu ul li ul
{
	display: none;
}
div#menu ul li ul a
{
	width: 201px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 5px;	

	background: url('../images/Yperenmenurood.png') no-repeat 0% 0%;
}

div#menu ul li#activelistitem ul
{
	display: block;
}
div#menu ul li#activelistitem a
{
	background: url('../images/Yperenmenurood.png') no-repeat 0% 0%;
}


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

	padding: 4px 0px 0px 8px;

	width: 215px;
	/* height: 70px; */

	font-size: 13px;
	color: #b3071b;
	border: 0px solid red;
}
div#left div#adres a
{
	color: #b3071b;
}

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

	width: 770px; /*770 - 30 - 30*/

	min-height: 300px;

	border: 0px solid green;
}

/*--------------------------------
  subheader
 --------------------------------*/
div#right div#subheader
{
	position:relative; 

	width: 769px;
	height: 128px;

	margin: 0px 0px 0px 1px;

	background: url('../images/Yperenheaderfotoos.png') no-repeat 100% 0%;
	border: 0px solid blue;
}
/*--------------------------------
  icons
 --------------------------------*/
div#right div#iconsandsearch
{
	position:relative; 

	width: 100%;
	height: 40px;

	background: url('../images/Yperencontentvlak.png') repeat-y 0% 0%;
	
}



/*--------------------------------
  individual divs
 --------------------------------*/
div#contact_menu
{
	position: relative;
	float: right;

	width: 50px;

	padding: 8px 0px 0px 4px;

	color: #fff;
	font-weight: bold;
	border: 0px solid red;
}
div#contact_menu a
{
	color: #fff;
}
div#sitemap_menu
{
	position: relative;
	float: right;

	width: 30px;

	margin: 0px 10px 0px 0px;
	padding: 8px 0px 0px 0px;

	font-weight: bold;
	border: 0px solid red;
}
div#sitemap_menu a
{
	color: #fff;
}


/*--------------------------------
  zoeken
 --------------------------------*/
div#right div#iconsandsearch div#zoeken
{
	position: relative;
	float: right;

	margin: 5px 20px 0px 0px;
	padding: 4px 0px 0px 5px;

	width: 169px; /*174 - 5 */
	height: 24px; /*28-4*/

	background: url('../images/Yperenzoekvlak.png') no-repeat 0% 0%;

	border: 0px solid blue;
}

#zoekentext .input
{
	display: block;
	float: left;
	width: 135px;
	height: 13px;

	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;

	color: #000;
	font-size: 11px;
	font-weight: bold;

	border: 0px solid green;

}				
#zoeken #img .img
{
	display: block;
	float: left;
	width: 24px;
	height: 24px;

	margin: 0px 2px 0px 0px;
	background: url('../images/Yperenicoontje3.png') no-repeat 0% 0%;
	border: 0px;
}



/*--------------------------------
  content
 --------------------------------*/
div#container div#contentcontainer div#right div#content
{
	padding: 8px 30px 10px 30px;
	overflow: auto;
	color: #fff;

	background: url('../images/Yperencontentvlak.png') repeat-y 0% 0%;
	border: 0px solid blue;	
}

div#container div#contentcontainer div#right div#content p
{

}


/*--------------------------------
  zoeken
 --------------------------------*/
div#content form#form1 input#searchtxt
{
	margin-bottom: 10px;
}
div#content form#form1 input#zoeken_submit
{
	width: 50px;
	height: 20px;
	text-align: center;
}





/*--------------------------------
  breadcrumbs
 --------------------------------*/
div#breadcrumbs
{
	float: right;
}
div#breadcrumbs a
{
	color: #fff;
}


/*--------------------------------
  content DOM tags
 --------------------------------*/
div#content p
{
	/* padding: 0px 0px 15px 0px; */
}
div#content a
{
	color: #fff;
	line-height: 15px;
	text-decoration: underline;
}
div#content form
{
}
div#content img
{
	border-color: #fff;
}

/*--------------------------------
  content specific tags
 --------------------------------*/
div#content h1
{	
}
div#content h2 
{
	color: #fff;
}


/*--------------------------------
  content bullets
 --------------------------------*/
div#content ul li
{
	display: list-item;
	list-style-type: disc;
}


/*--------------------------------
  sitemap bullets
 --------------------------------*/
div#sitemap ul li
{
	list-style-type: none; /* belangrijk om sitemap na de content ul li  te plaatsen zodat hij hier word overschreven */
}




/*---------------
 * contact plugin style
 ---------------*/
.contactfield
{
	width: 150px;
	padding: 0px 0px 0px 2px;
}


.contacttextarea
{
	width: 150px;
	padding: 0px 0px 0px 2px;
}

.contacttextarea
{
	width: 150px;
}

#searchbutton,
.contactsubmit
{
	width: 80px;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

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

	width: 1000px;
	height: 25px;

	font-weight: bold;
	text-align: right;
	color: #000;
	border: 0px solid red;
}
div#container div#footer a
{
	padding: 0px 0px 0px 0px;
	color: #fff;
}



/*--------------------------------
  Jquery error msg
 --------------------------------*/
label.error
{
	display: inline-block;
	padding: 2px 2px 2px 3px;
/*
	margin: 0px 0px 0px 10px;
	background-color: #638C53;
*/

	color: #fff;
}


/*--------------------------------
  Specific elements
 --------------------------------*/
form input, form textarea, form button, select
{
	border: 1px solid #000;
}
form input
{
	padding: 0px 0px 0px 3px; /* zodat jquery error msg wat beter aan rechtskant komt */
}
h1
{
	padding: 8px 0px 8px 0px;

	font-size: 15px;
	font-weight: bold;
}
h2 
{
	padding: 8px 0px 8px 0px;

	font-size: 13px;
	font-weight: bold;
}

em
{
	font-style: italic;
}
h3
{
}
ul li
{
	display: block;
}
li ul
{
	margin: 0px 0px 0px 20px;
}

hr {
	height: 1px;
	margin: 3px 0px 3px 0px;	

	color: #999;
	background-color: #999;	
}

strong {
	font-weight: bold;
}

.notification,
.error {
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	padding: 20px 0;
	text-decoration: underline;
}

