/******************************
* Title:	Lay-out stylesheet
* Author:	Youri Nieuwveld
* Version:	1.0
* Released:	18-03-2008
******************************/

html {
	margin: 0px;
	padding: 0px;
}
body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	background: url('../images/background.png') repeat-x #55532f;
	background-attachment: fixed;
	
	font-family: Arial, Verdana;
	color: #515151;
	font-size: 12px;
}
.img {
	margin:0px;
	padding:0px;
	border:1px solid #000000;
}

/********
 * Div's
 ********/
#iemessage {
	width: 500px;
	height: auto;
	margin: 40px auto 0px auto;
	padding: 30px;
	background-color:#F1F4CA;
	border:1px solid #FFFFFF;
}
#container {
	width: 812px;
	height: auto;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 0px solid #FFFFFF;
}
#logo {
	width: 352px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	background: url('../images/logo.png') no-repeat;
}
#header {
	width: 812px;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	border: 0px solid #FFFFFF;
}
#menu {
	width: 262px;
	height: 198px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url('../images/menu_background.png') no-repeat;
}
#menu ul {
	margin: 0px;
	padding: 30px 25px 25px 8px;
}
#menu li {
	width: 180px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	text-align: left;
}
#menu li a {
	width: 180px;
	height: 28px;
	padding-left: 50px;
	margin: 0px;
	display: block;
	background: url('../images/bullet.png') no-repeat;
	background-position: 10% 45%;
	
	font-family: Arial, Verdana;
	color: #5B5A5A;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	
	cursor: pointer;
	outline: none;
}
#menu li a:hover {
	color: #97A134;
	text-decoration: none;
	background-color: #E7EBAD;
	border-bottom: 0px;
}
#image {
	width: 519px;
	height: 181px;
	margin: 0px;
	padding: 17px 0px 0px 31px;
	float: right;
	background: url('../images/image_background.png') no-repeat;
}
#news {
	width: 217px;
	height: 130px;
	margin: 0px;
	padding: 68px 20px 0px 25px;
	float: left;
	background: url('../images/news_background.png') no-repeat;
	
	line-height: 20px;
}
#ring1 {
	width: 32px;
	height: 9px;
	position: relative;
	top: 54px;
	left: 246px;
	z-index: 1000;
	background: url('../images/ring.png') no-repeat;
}
#ring2 {
	width: 32px;
	height: 9px;
	position: relative;
	top: 167px;
	left: 246px;
	z-index: 1000;
	background: url('../images/ring.png') no-repeat;
}
#main {
	width: 812px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #FFFFFF;
}
#content {
	width: 550px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: right;
}
#content_top {
	width: 550px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background: url('../images/content_top.png') no-repeat;
}
#content_middle {
	width: 485px;
	min-height:300px;
	margin: 0px 0px 0px 5px;
	padding: 0px 30px 0px 30px;
	background: url('../images/content_middle.png') no-repeat #F1F4CA;
}
#content_bottom {
	width: 550px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	background: url('../images/content_bottom.png') no-repeat;
}
#copyright {
	width: 550px;
	height: 20px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	
	color: #FFFFFF;
	text-align: center;
	font-size: 7pt;
	line-height: 20px;
}
#foldfield {
	padding: 5px;
	color: #FF0000;
	background-color: #FCE8E8;
	border: 1px solid #FF0000;
}

/********
 * Text
 ********/
 h1{
	margin:0px 0px 10px 0px;
	padding:0px;
	
	color:#899326;
	font-size:21px;
}
h2{
	margin:0px 0px 6px 0px;
	padding:0px;
	
	color:#899326;
	font-size:15px;
}
a:link, a:visited, a:active {
	color: #899326;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #B7C151;
	text-decoration: none;
	border-bottom:1px dashed #B7C151;
}
