@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-family: verdana, arial, sans-serif;
		color: #000;
		}
	body {
		min-width: 864px;
		background-image: url("../images/design/background.gif");
		background-position: 50% 0;
		} 
	#wrap {
		position: relative;
		margin: 0;
		text-align: center;
		}
	#middle {
		position: relative;
		width: 864px;
		margin: 0 auto;
		text-align: left;
	}
	#cont1 {
		width: 864px;
		text-align: left;
		background-image: url("../images/design/middle.gif");
		background-position: 0 0;
		background-repeat: repeat-y;
	}
	#bottom {
		padding: 0 39px 0 36px;
	}
	#bottom .cont {
		position: relative;
		height: 27px;
		background: #670001;
	}
	#bottom .address1 {
		position: absolute;
		left: 17px;
		top: 11px;
		width: 300px;
		line-height: 14px;
		color: #ffffff;
		font-weight: bold;
	}
	#bottom .address2 {
		position: absolute;
		left: 316px;
		top: 11px;
		width: 200px;
		line-height: 14px;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
	}
	#bottom .address3 {
		position: absolute;
		left: 571px;
		top: 11px;
		width: 200px;
		line-height: 14px;
		color: #ffffff;
		font-weight: bold;
		text-align: right;
	}
	.clearer {
		height:1px;
		overflow:hidden;
		margin-top:-1px;
		clear:both;
	}
	hr {
		background-color: #660000;
		border: 0;
		color: #660000;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	a {
		color: #660000;
	}
	a:hover {
		color: #000;
	}
	h1 {
		font-size: 14px;
		margin-bottom: 12px;
		color: #660000;
	}
	h2 {
		font-size: 13px;
		margin-bottom: 0px;
		color: #660000;
	}
	h3, h4, h5, h6 {
		font-size: 12px;
		margin-bottom: 0px;
		color: #660000;
	}
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li {
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
/** site elements **/
	#header {
		position: relative;
		width: 864px;
		height: 170px;
		background-image: url("../images/design/header.jpg");
		background-position: 36px 35px;
		background-repeat: no-repeat;
	}
	#left_column {
		float: left;
		width: 254px;
		margin-bottom: 10px;
	}
	#content {
		float: right;
		width: 537px;
		text-align: left;
		padding: 27px 0 25px 0;
	}
	#footer {
		height: 40px;
	}
/** vertical menu **/
	.vmenu {
		padding: 41px 0 12px 46px;
		background-image: url("../images/design/vmenu.gif");
		background-position: 46px 14px;
		background-repeat: no-repeat;
	}
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block;
	}
	.vmenu ul
	{
	}
	.vmenu ul ul
	{
		padding-bottom: 0;
		border-bottom-width: 0;
	}
	.vmenu ul li
	{
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 7px 25px;
		color: #000000;
		background: #eba1a0;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
	}
	.vmenu ul ul li a
	{
		padding: 5px 25px 5px 36px;
	}
	.vmenu ul li a:hover, .vmenu ul .active a
	{
		color: #fff;
		background: #eba1a0;
	}
	.vmenu ul .active ul li a
	{
		color: #000;
		background: #eba1a0;
	}
	.vmenu ul .active ul li a:hover
	{
		color: #fff;
		background: #eba1a0;
	}
	* html .vmenu ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .vmenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
	.vmenu .copyright {
		background-color: #eba1a0;
		background-image: url("../images/design/vmenu_bottom.gif");
		background-position: 0 100%;
		background-repeat: no-repeat;
		padding: 53px 25px 7px 25px;
		line-height: 52px;
		height: 52px;
	}
/** DefaultPage **/
	#DefaultPage {
		width: 463px;
		line-height: 18px;
	}
/** DefaultForm **/
	.DefaultForm {
	}
	.DefaultForm p {
		margin-left: 100px;
	}
	.DefaultForm fieldset {
		border-width: 1px;
		border-color: white;
		border-style: solid;
		padding: 10px 0;
	}
	.DefaultForm legend {
		font-weight: bold;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		background-color: white;	
	}
	.DefaultForm label {
		float: left;
		width: 120px;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm .label1 {
		float: none;
		width: auto;
		padding: 0 0 0 0;
		margin: 2px 0;
		clear: none;
		line-height: normal;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 0 0 4px 0;
	}
	.DefaultForm .select1 {
		border: 1px solid #333;
		width: 244px;
	}
	.DefaultForm .select1 option {
		padding: 0 3px 0 3px;
	}
	.DefaultForm .input1 {
		border: 1px solid #333;
		padding: 1px;
		width: 240px;
	}
	* html .DefaultForm .input1 {
		width: 244px;
	}
	.DefaultForm .input2 {
		border: 1px solid #333;
		padding: 1px;
		width: 360px;
	}
	* html .DefaultForm .input2 {
		width: 364px;
	}
	.DefaultForm .submit {
		margin-top: 10px;
		padding: 4px;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus {
		padding-right: 16px; 
		border: 2px solid red; 
		background-image: url(/images/warning_obj.gif); 
		background-position: right; 
		background-repeat: no-repeat;
	}
/**  **/
	.form_footer {
		text-align: right;
		padding: 4px 0;
	}
	.login_error {
		padding-bottom: 12px;
		color: red;
	}
	.lees_meer {
		text-align: right;
	}




