html,body
{
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #FFFFFF;
	background: url(../components/background.jpg) repeat-x;
	margin: 0 0px 0 0px;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
}

DIV
{
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0;
	text-align: left;
}

.container{
	width: 923px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

.header{
	width: 923px;
	height: 84px;
	background: url(../components/header.jpg) no-repeat;
}

.headerflags
{

}

.menu_header{
	position: relative;
	width: 923px;
	height: 28px;
	background: url(../components/menu_bg.jpg) no-repeat;
	border-bottom: 1px solid #636363;
}

.menu_content{
	position: absolute;
	top: 6px;
	left: 27px;
	width:690px;
	height: 17px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.menu_content a{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-decoration: none;
}

.menu_content a:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.zoekveld{
	position: absolute;
	top: 6px;
	left: 694px;
	width: 211px;
	height: 17px;
    text-align: right;
}

form { margin:0; padding:0 }

.zoekveldinvoer{
	/*float: left;*/
    vertical-align: middle;
	width: 185px;
	height: 17px;
	background: url(../components/zoekveld.jpg) repeat-x;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #a6a6a6;
	border: 0;
	background-color: #f2f5df;
}

.submitzoek{
	/*float: left;*/
    vertical-align: middle;
	width: 38px;
	height: 17px;
	background: url(../components/vergrootglas.jpg) no-repeat;
	border: 0px;
    border-left: solid 1px #BBBBBB;
	cursor: pointer;
    background-color: #e1ebb7;
}
.zoekdiv
{
    margin-top: 5px;
    height:19px;
    *height:16px;
    border: solid 1px #BBBBBB;
    background: url(../components/zoekveld.jpg);
    background-repeat:  repeat-x;
    background-color: #e1ebb7;
}

.menu_links{
	position: relative;
	float: left;
	width: 232px;
	height: 571px;
	min-height: 571px;
	background-color: #FFFFFF;
}

.menu_links_content{
	position: absolute;
	top: 25px;
	left: 27px;
	width: 186px;
}

.content{
	float: left;
	width: 460px;
	min-height: 571px;
	background-color: #FFFFFF;
	padding: 29px 10px 0 0;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #333333;
}

.nieuws{
	float: left;
	width: 228px;
	height: 571px;
	min-height: 571px;
	background-color: #FFFFFF;
}

.nieuws_foto{
	width: 228px;
	height: 300px;
	/*background-color: #56b100;*/
	border: 1px solid #56b100;
	margin: 6px 0 0 0;
}

.nieuws_header{
	height: 29px;
	width: 228px;
	background: url(../components/nieuws_header.jpg) no-repeat;
	margin: 7px 0 0 0;
}

.nieuws_header_title
{
    font-weight: bold;
    font-size: 11px;
    padding: 8px 0 0 15px;
}

.nieuws_item{
	height: 48px;
	width: 228px;
	min-height: 48px;
	min-width: 228px;
	background: url(../components/nieuws_item.jpg) no-repeat;
	margin: 7px 0 0 0;
	padding: 5px 0 0 17px;
}

.nieuws_titel{
	font-family:Arial;
	font-size: 11px;
	color: #3d3d3d;
}

.nieuws_content{
	font-family:Arial;
	font-size: 11px;
	color: #6c6b6b;
}

.footer{
	clear: left;
	min-width: 923px;
	width: 923px;
	height: 61px;
	background-color: #e7e7e7;
	border-top: 1px solid #aaaaaa;
}

.footer_copyright{
	width: 205px;
	margin: 0 0 0 27px;
	background-color: #e7e7e7;
	font-family:Arial;
	font-size: 10px;
	color: #AAAAAA;
	padding: 22px 0 0 0;
	float: left;
}

.footer_links{
	width: 280px;
	margin: 0 0 0 122px;
	background-color: #e7e7e7;
	font-family:Arial;
	font-size: 10px;
	color: #AAAAAA;
	padding: 22px 0 0 0;
	float: left
}

.footer_vlaggen{
	/*width: 150px;
	margin: 0 0 0 120px;*/
	background-color: #e7e7e7;
	font-family:Arial;
	font-size: 10px;
	color: #AAAAAA;
	padding: 22px 15px 0 0;
	float: right;
}

.footer A:link, .footer A:visited
{
	text-decoration:none;
	color: #AAAAAA;
}

.tplcontact
{
	font-family: arial,verdana;
	font-size: 11px;
}

.tplcontactemail
{
    display:none;
}

