	/*****Reset* Remove margin and padding from elements****/
	html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
	
	/*****Basic Elements* Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.****/
	body {
		font-family: Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:18px;	
		margin: 0;
		background:url(../templateimages/bg.jpg) repeat-x;
		text-align:center;
		height:100%;
	}

	/*****Generic Classes* Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
	Yes, these may not be as semantic as we would all like, but they are necessary for coding efficiently****/
	/*************************************/
	.png { behavior: url(/js/iepngfix.htc); }
	/*************************************/
	
	h1 {
		text-align:left;
		padding: 9px 73px 0 ;
		font-family: "Georgia";
		font-size:26px;
		font-weight:normal;
		color:#c15e28;
		}
	h4 {
		text-align:left;
		color:#c15e28;
		font-size:14px;
	}
		
    h5 {
	color:#FF0000;
	}
	ul {
	padding-left:18px;
	text-align:left;
    font-family: Arial, Helvetica, sans-serif;
	}
	ul li{
    font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	p {
		text-align:left;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color: #000000;
	}
		a:link {text-decoration:none;color:#7e6c41; font-size:12px;}
		a:active {text-decoration:none;color:#7e6c41;font-size:12px;}
		a:visited {text-decoration:none;color:#433922;font-size:12px;}
		a:hover {text-decoration:underline;font-size:12px;}

	.headerimg {
		border:#c15e27 1px solid ; 
	}
	
	.table{
	border:1 px solid #bdb89a;
	border-collapse: collapse;
	font-size:12 px;
	line-height:16px;
	
	}
	
.table tr {
    border:1 px solid #bdb89a;
	
	
}
.table td {
    border:1 px solid #bdb89a;		
	padding: 6px;
}
.adress {
	font-size:9px;
	color:#7e6c41;
}
	/*****Basic Layout* Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site****/


	
	/*****left*****/
	div#temp_menu{
	width:187px;
	height:250px;
	background:url(../templateimages/bg_menu.jpg) no-repeat;
	float:left;
	margin:0 0 0 0;
		
	}
	#navigatie {
	width:10;
	float:left;
	text-align:right;
	margin:0;
	margin-top:0px;
	padding:32px 0;
}

img {
	border: 0;
}

a.button:hover  {
	background-position:right bottom;
	cursor:pointer;
	margin:0;
	padding:0;
}
a.button.selected  {
	background-position:right bottom;
	cursor:pointer;
	margin:0;
	padding:0;
}

a.button {
	display:block;
	height:17px;
	width:190px;
	margin:0;
	padding:0;
}


a {
text-decoration:none;
	margin:0;
	padding:0;
}


.selected {
	color: #c92066!important;
	margin:0;
	padding:0;
}
	div#temp_menu ul{
	list-style:none;
	padding:35px 0 0 0;
	}
	
	div#temp_menu ul li{
	padding-left:2px;	
	}
	
	div#temp_menu ul li{
	padding-left:2px;	
	}
	
	div#temp_menu ul li{
		padding-left:2px;	
	}

	div#talen{
	width:190px;
	height:125px;
	padding-bottom:0;	
	text-align:center;
		
	
	}
	div#talen ul{
	list-style:none;
	padding-left:40px;
	}
	
	div#talen ul li{
    float:left;
    padding:20px 7px 0 6px;	
    }
	
    a.lang:hover  {
	background-position:right bottom;
	cursor:pointer;
	margin:0;
	padding:0;
    }
    a.lang.selected  {
	background-position:right bottom;
	cursor:pointer;
	margin:0;
	padding:0;
    }

    a.lang {
	display:block;
	height:17px;
	width:27px;
	margin:0;
	padding:0;
    }
	
	
	/*****Content*****/
	
	

	
	
	/*****Footer*****/
	
	    .footerclass {
		font-size:10px;
		color:#a08d5f;
		padding-right:20px;
		}
       .footerclass a{
        font-size:10px;
		color:#a08d5f;
		}
		
        .footerclass a:hover{
		font-size:10px;
		color:#CCCCCC;
		}
	   
	/*****Etc*****/
	

	
	
	
	
	
	
	
	
	
	


