/* DEFAULT
-------------------------------------------------------------------- */

html,body{
	width:100%;
	height:100%;
	margin:0; padding:0;
}

body{
	font-family: Arial, Verdana,Tahoma;
	font-size:0.75em;
	background:#313131;
}

h1{
	margin:30px 0 0 30px; padding:0;
	float:left;
	
}

h2{
	margin:142px 0 0 20px;
	float:left;
	padding:0;
}

h3{
	clear:both;
	float:left;
	margin:80px 0 0 30px;
	padding:0;
}

h4{
	margin:13px 0 0 16px;
	padding:0;float:left;
}

a.btn-campagne{
	height:16px;
	width:199px;
	background-image:url(../img/btn_bekijk_campagnefilm.png);
	background-position:0 0;
	position:absolute;
	top:239px;
	right:709px;
}

a.btn-campagne:hover{
	background-position:0 -16px;
}

form{
	display:inline;
}

/* CUSTOM
-------------------------------------------------------------------- */

div#content-container{
	width:950px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-475px;
	top:50%;
	margin-top:-300px;
}

div.content{
	height:535px; /* - 28px */
	border:14px solid #fff;
	background:url(../img/bg_content_container.jpg) no-repeat 0 0 #fff;
}

div.content-left{
	width:480px;
	height:180px;
	margin: 0 0 0 30px;
	float:left;
}

input.input_left{
	width:385px;
	height:34px;
	border-style:none;
	background:url(../img/bg_input_left.jpg) no-repeat; 
	text-indent:10px;
	font-size:165%;
	vertical-align:bottom;
	letter-spacing:-1px;
	margin: 15px 0 0 26px;
	padding:10px 0 0 0;
	float:left;
	color:#fff;
	font-weight:bold;
}

input.input_left_button{
	width:52px;
	height:50px;
	border-style:none;
	float:left;
	margin:15px 0 0 9px;
}

img.input_left_button{
	width:52px;
	height:50px;
	border-style:none;
	float:left;
	margin:15px 0 0 9px;
}

input.input_right{
	width:258px;
	height:26px;
	border-style:none;
	background:url(../img/bg_input_right.jpg) no-repeat; 
	text-indent:10px;
	font-size:145%;
	letter-spacing:-1px;
	margin: 10px 0 0 30px;
	padding:5px 0 0 0;
	float:left;
	color:#949494;
	font-weight:bold;
	vertical-align:center;
}

input.input_right_button{
	width:81px;
	height:39px;
	border-style:none;
	float:left;
	margin:10px 0 0 9px;
}


div.content-left p{
	font-weight:bold;
	color:#757577;
	padding:30px 60px 0 0;
	clear:both;
	line-height:20px;
}

div.content-left a:link,
div.content-left a:active,
div.content-left a:visited{
	color:#000;
}

div.content-right{
	width:385px;
	height:180px;
	float:right;
}

div.content-right p{
	font-weight:bold;
	color:#757577;
	padding:0 10px 0 30px;
	margin:0;
	clear:both;
	line-height:20px;
}

div.footer{
	display:block;
	clear:both;
}

div.footer img.left{
	float:left;
	margin:12px 0 0 0;
}

div.footer img.right{
	float:right;
	margin:15px 0 0 0;
}