* {
	font-family: arial;
	font-size: 11px;
}
html body{
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
}

body {
	background-image: url('gfx/main-background.gif');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	
	
}
a {
	color: #e6bc34;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #EBBD28;
}

div#main {
	text-align: left;
	position: relative;
	width: 1004px;
	margin: auto;
	height: 100%;
	background-image: url('gfx/leftbottom.jpg');	
	background-position: bottom left;
	background-repeat: no-repeat;
	}

div#header {
	width: 1004px;
	height: 94px;
	background-image: url('gfx/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 7px;
	color: #FFFFFF;
}
img#headerLogo {
	position: absolute;
	left: 20px;
	top: 3px;
}

img#contentRound {
	position: absolute;
	top: 121px;
	left: 1px;
}

div#menu {
	line-height: 25px;
	vertical-align: middle;
	background-color: #e5c256;
	text-align: center;
	border-bottom: 1px solid #f7d66b;
}
div#menu a{
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#content {
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
	left: 125px;
	width: 625px;
	padding-right: 40px;
	overflow: auto;
	height: auto;
	float: left;
}
div#content a {
	color: #e6bc34;
	font-weight: bold;
}
div#content a:hover{
	text-decoration: none;
}
div#rightContent {
	width:211px;
	float: right;
	margin-top: 40px;
	margin-right: 5px;
}

div#rightContent div.info{
	padding-top: 5px;
	padding-bottom:5px;
	background-image: url('gfx/rightMenuTop.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
	border-left: 1px solid #EBBD28;
	border-right:1px solid #EBBD28;
	
}

div#rightContent div.info h1{
	margin: 0px;
	padding-top: 5px;
	padding-left: 6px;
	font-size: 14px;
	color: #EBBD28;
}
div#rightContent div.info a{
	color: #D2C085;
	font-weight: bold;
}
div#rightContent div.info p{
	padding-left: 17px;
	font-size: 11px;
	color: #D2C085;
}
div#rightContent div.info li{
	list-style-image: url('gfx/arrow.gif');
	
}
div#rightContent div.image{

	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url('gfx/rightMenuBottom.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
div#nl {
	position: absolute;
	top: 135px;
	right: 50px;
	width:20px;
	height:20px;
}
div#uk {
	position: absolute;
	top: 135px;
	right: 20px;
	width:20px;
	height:20px;
}

table.nieuws {
	

	padding: 5px;
	border-bottom: 1px solid #EBBD28;
	
}
table.nieuws h2{
	font-size: 12px;
	color: #EBBD28;
}
table.nieuws a{
	color: #D2C085;
}
table#contact td input{
	border: 1px solid #D2C085;
	
}
textarea#textveld {
	border: 1px solid #D2C085;
}
