/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/*

ol, ul {
	list-style: none;
}
*/
/* remember to define focus styles! */
/*:focus {
	outline: 0;
}*/

body {
	margin: 0;
	padding: 0;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }




/*LAYOUT*/

*
{
font-family: Tahoma, Arial;
color: #333333;
}

body,
table.ContactForm  * 
{
font-size: 12px;
}
 
 
body
{
	background-image: url(Body_Bg.jpg);
	background-repeat: repeat-x;
	background-color: #D8D8D8;
}

a
{
/*color: #FA470F;*/
}


a h2 
{
color: #000000;
}

div#SliderBg
{
	background-image: url(Container_Bg.png);
	background-repeat: no-repeat;
	background-position: top center;
}


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

#main
{
	margin: auto;  
	width: 950px;
}

div#top
{
	height: 141px;
	background-image: url(Top_Bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#top div.SearchInput
{

}

div#top div.SearchInput .Knop
{

}
div#top div.SearchInput .Invoer
{
width: 134px;
/*height: 17px;*/
border: 0px;
background-color: #FFFFFF;
}

div#myMainMenu
{
	padding-top: 10px;
	height: 36px;
	width: 950px;
}

div#myCarousel
{
	height: 320px;
	position: relative;
	width: 950px;
}

div#body
{
	background-image: url(Content_Mid.jpg);
	background-repeat: repeat-y;
}

div#body div.MinHeightBody
{
	height: 300px;
	width: 1px;
	float: right;
}


div#body div.InnerTubeBody
{
    padding: 10px;
	padding-left: 20px;
}




div#body div.InnerTubeBody div.Content
{
	width: 440px;
	float: left;
}

div.InnerTubeNieuws
{
	background-image: url(Content_ColSep.jpg);
	background-repeat: repeat-y;
}

div#body div.InnerTubeBody div.News
{
	width: 440px;
	float: right;
	margin-right: 5px;
}

div#body div.InnerTubeBody div.News div.NewsImage
{
width: 190px;
float: right;
}

div#body div.InnerTubeBody div.News div.Teaser
{
width: 230px;
height: 80px;
}




div#body div.BodyBottom
{
padding: 10px;
}

#footer{padding-top: 5px; clear: both;}

/* Subpages layout */
#content{text-align: left;}



/* ELEMENTS standards */
h1
{
font-size: 1.5em;
margin-bottom: 20px;

}

h2
{
font-size: 1.2em;
margin-bottom: 20px;

}


/************************* Weijgertze *********************************/


img
{
border: 0px;
}



table.Content
{

}

table.Content td.Text
{
/*background-color: #eeeeee;*/
width: 50%;
border-right: solid 1px #B4B4B4;
padding: 10px;

}

table.Content td.News
{
/*background-color: #eeffee;*/
width: 50%;
padding: 10px;
}






/* menu styles */
#jsddm
{	margin: 0;
	padding: 0;
}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Tahoma, Arial;
		text-align: center;	}

	#jsddm li a
	{	display: block;
		
		text-decoration: none;
		padding-top: 4px;
	/*	border-right: 1px solid #333333;*/
		width: 131px;
		color: #FFFFFF;
		white-space: nowrap;
}

	#jsddm li a
	{	
		border-left: 1px solid #333333;
	}
	#jsddm li.Home a
	{	
		border-left: 0px;
	}


	#jsddm li a:hover
	{	

}




	#jsddm li a.Selected,
	#jsddm li a:hover
	{	color: red;}
		
		#jsddm li ul
		{	margin: 0;
			margin-top: 5px;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border: 0px solid #990000;
			z-index: 1000;
		}
		
		#jsddm li ul li
		{	float: none;
			text-align: center;
			display: inline}
			
		#jsddm li ul li a
		{	width: 150px;
			background: #565656;
			color: #FFFFFF;
			padding: 5px;
		}
			
		#jsddm li ul li a:hover
		{	color: red;
			
		}



/* Easy Slider */

	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 

width:950px;

		height:320px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn
	{ 
		display:block;
		width:30px;
		height:40px;
		position:absolute;
	

		top:140px;
		z-index:1000;
		}	
	

#prevBtn{ 
	left: 10px;
		}	
		
				
#nextBtn{ 
		left: 918px;
		}														

		#prevBtn a, #nextBtn a
{  
		display:block;

		width:30px;
		height:40px;
		
		}	
		
		#prevBtn a{ 
		background:url(SliderPrev.png) no-repeat 0 0;	
		}
		
		
		
	#nextBtn a{ 
		background:url(SliderNext.png) no-repeat 0 0;	
		}	
		
	
	
/* // Easy Slider */




ul.PersoneelLijst
 {
display:inline;
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:100%;
}

ul.PersoneelLijst li {
background-color:#FFFFFF;
border:1px solid #CED7DE;
color:#999999;
display:inline;
float:left;
margin:5px;
padding: 5px;
text-align:center;
/*width:102px;*/
}

.FotoPagina ul.PersoneelLijst li {
margin:9px;
}

ul.PersoneelLijst li a {
text-decoration: none;
font-weight: bold;
}

div#CopyRight 
{
text-align: right;
padding-bottom: 5px;
}

div#CopyRight a
{
color: #555555;
text-decoration: none;
font-size: 0.8em;

}


div#CopyRight a:hover
{

text-decoration: underline;
}


table.ContactForm  {

}



table.ContactForm td {
height:30px;
padding-right:10px;
}


span.ContactError
{
font-size: 20px;
color: #990000;
font-weight: bold;
}






















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

