/*Lay-out section*/
body{
	text-align: center;
	margin: 0px;
	background: #e1e1dc;
}
#cont{
	width: 716px;
	margin: 0px auto 0px auto;
	background: #FFF url(images/bg_main.gif) repeat-y;
	text-align: center;
}
#head{
	width: 696px;
	height: 186px;
	background: #f3f3ea url('images/bg_header.gif') repeat-x;
	margin: 0px auto 0px auto;
}
#head #logo{
	float: left;
	margin: 19px 26px 21px 26px;
}
#head #logo_txt{
	float: left;
	margin: 63px 0px 24px 0px;
}
#head #address{
	float: right;
	margin: 25px 20px 0px 0px;
}
#menu{
	text-align: left;
	padding-left: 20px;
}
#menu a{
	margin-right: 20px;
}
#cnt{
	float: left;
	width: 350px;
	color: black;
	text-align: left;
	font-family: Arial;
	margin-top: 20px;
	padding-left: 30px;
}
.aanb{
	width: 696px;
	color: black;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	margin: 10px auto 0px auto;
}
.aanb td{
	padding: 5px 20px 5px 20px;;
}
.aanb_odd{
	background: #f3f3ea;
}
.aanb_even{
	background: #fff;
	border: 1px solid black;
}
.title{
	font-size: 18px;
	font-weight: bold;
}
#side{
	float: right;
	width: 282px;
	margin-top: 20px;
	padding-right: 30px;
}
#weetjes{
	float: right;
	width: 282px;
	background: #b9c2e1 url('images/weetjes_bg.gif') repeat-y;
}
#weetjes_title{
	width:282px;
	height: 28px;
	color: #fff;
	background: #adb4cd url('images/weetjes_title.gif') repeat-y;
}
#weetjes p{
	font-family: arial;
	padding: 0px 10px 0px 10px;
	font-size: 0.7em;
	color: #444;
	text-align: justify;
}
#weetjes p.title{
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin-bottom: -10px;
}
#txt{
	float:left;
	width: 350px;
	font-size: 0.8em;
}
#foot{
	width: 716px;
	height: 11px;
	background: #e1e1dc url('images/bg_foot.gif') no-repeat;
}
form{
	width: 500px;
	margin: 0px;
}
input{
	background: #f3f3ea;
	border: 1px solid black;
	width: 300px;
}
textarea{
	font-family: Arial;
	font-size: 12px;;
	background: #f3f3ea;
	border: 1px solid black;
	width: 300px;
	height: 100px;
}
input.butt{
	width: 100px;
}
a{
	color: #000;
	
}
li{
	margin-left: 10px;
}
