* { font-size: 100%; }
:focus {outline: 0;}

html {
background-color: #e79100;
background-image: url(images/background-width.jpg);
background-repeat: repeat-x;
}

body {
margin: 0;
padding: 0;
color: #000;
background-image: url(images/background-normal.jpg);
background-position: top center;
background-repeat: no-repeat;
font-family: arial;
font-size: 12px;
min-height: 647px;
}

img{
	-ms-interpolation-mode:bicubic; /* improves quality of resized images in IE6/7/8 */
}
img.button{
border: none;
}

#container {
width: 900px;
margin-left: auto;
margin-right: auto;
}

#header{
width: 900px;
height: 187px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}
#content{
width: 900px;
min-height: 500px;
height:auto !important;
height: 500px; 
background-image: url(images/content.gif);
background-repeat: repeat-y;
overflow: hidden;
}
* html div#content { 
   height: expression( this.scrollHeight < 501 ? "500px" : "auto" ); /* sets min-height for IE */
}

	#nav{
	float:left;
	width: 225px;
	height: 302px;
	background-image: url(images/nav-background.jpg);
	background-repeat: no-repeat;
	}
		#nav ul{
		list-style: none;
		margin-top: 20px;
		}
		#nav li {
		text-decoration: none;
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: bold;
		}
		#nav li a{
		text-decoration: none;
		color: #4b2582;
		}
		#nav li a:hover{
		color: #c1022c;
		}
	#main{
	float: left;
	width: 450px;
	}
	#main img{
	text-decoration: none;
	/*border: 1px solid #C1022D;*/
	/*border: 0px solid #000;*/
	}
	#agenda{
	float: right;
	width: 225px;
	height: 376px;
	background-image: url(images/agenda.jpg);
	background-repeat: no-repeat;
	}
		#agenda-hok{
		margin-top: 150px;
		margin-left: 55px;
		}
		#agenda-hok p{
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		}

#footer{
width: 900px;
height: 148px;
background-image: url(images/footer.png);
background-repeat: no-repeat;
}
	#footer p{
	padding: 0;
	margin: 0;
	text-align: center;
	color: #c1022c;
	font-weight: bold;
	font-size: 16px;
	padding-top: 80px;
	}

/*main opmaak */
#main h1{
font-size: 24px;
font-family: arial;
font-weight: bold;
color: #c1022c;
}
#main h2{
font-size: 18px;
font-family: arial;
font-weight: bold;
color: #4b2582;
}
	
/* Algemene Instellingen */
a {
font-weight: bold;
color: #4b2582;
}
a:hover{
font-weight: bold;
color:#c1022c;
}


.textfield, .email, .captcha_table input, .textarea, .input_name_field, .input_mail_field, .input_website_field, .input_message_field{
border:0px; 
font-size: 12px;
font-family: arial;
border: 1px solid #4A2582;
color: #000;
}
.textfield:focus, .email:focus, .captcha_table input:focus, .textarea:focus, .input_name_field:focus, .input_mail_field:focus, .input_website_field:focus, .input_message_field:focus{
font-size: 12px;
font-family: arial;
border: 1px solid #e79100;
}
.textarea, .input_message_field{
background-image: url(images/form.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}