@charset "utf-8";

/*	=RESETS
	----------------------------------------------------*/
	* { margin: 0; padding: 0; outline: 0; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #303030; }
	img { border: 0; }
	
/*	=FIXES
	----------------------------------------------------*/
	.clr { overflow: hidden; height: 100%; }
	
	
	
	body { background: url(../img/body_bg.jpg) center top no-repeat #d3d3d3; }
	#pagebox { position: relative; width: 778px; margin: 30px auto; padding: 20px; background: url(../img/pagebox_bg.jpg) center top no-repeat #f2f2f2; border: 1px solid #d3d3d3; }
	
	.switch-lang { position: absolute; top: 10px; right: 10px; }
	.switch-lang a { text-decoration: underline; }
	.switch-lang a:hover { text-decoration: none; } 
	h1.pagetitle { margin: 0 0 10px 0; font-size: 36px; font-family: Helvetiker; font-weight: normal; letter-spacing: -1px; }
	h1.pagetitle span { padding: 0 5px 0 0; font-size: 36px; color: #1294f7; font-family: Helvetiker; font-weight: bold; letter-spacing: -1px; }
	
	#pagebox .col-a { width: 490px; float: left; }
	#pagebox .col-a #advertenties { position: relative; width: 490px; float: left; }
	#pagebox .col-a h2 { margin: 20px 0 10px 0; }
	#pagebox .col-a .frm-contact { margin: 0 0 10px 0; }
	#pagebox .col-a .frm-contact div, #pagebox .col-a .frm-contact div.captcha { margin: 0 0 10px 0; height: 50px; float: left; width: 190px; }
	#pagebox .col-a .frm-contact div.captcha { height: 100px; }
	#pagebox .col-a .frm-contact input.txt { width: 163px; padding: 5px; background: white; border: 1px solid #d3d3d3; }
	
	#pagebox .col-a .frm-contact input.btn-submit-nl { width: 175px; height: 30px; border: none; color: white; background: url(../img/btn-submit_bg_nl.gif) no-repeat; font-size: 0; line-height: 0; cursor: pointer; }
	#pagebox .col-a .frm-contact input.btn-submit-en { width: 175px; height: 30px; border: none; color: white; background: url(../img/btn-submit_bg_en.gif) no-repeat; font-size: 0; line-height: 0; cursor: pointer; }
	
	#pagebox .col-b { width: 240px; padding: 0 0 0 20px; float: right; border-left: 1px solid #bbbbbb; }
	#pagebox .col-b ul { margin: 10px 0 0 0; }
	#pagebox .col-b li { padding: 3px 0; list-style: square inside; color: #303030;  }
	#pagebox .col-b li.selected { font-weight: bold; }
	#pagebox .col-b li a { color: #1294f7; text-decoration: none; }
	#pagebox .col-b li a:hover { text-decoration: underline; }
	
	#domein_cloud {
		display: none;
	}