@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	color:				#282828;
}

.clear {
	clear:				both;
}

body {
	overflow:			hidden;
	background:			url(../../images/background.jpg) center;
}

body.normal {
	background:			#FFFFFF;
}



.flash_overlayer
{
	z-index:			999;
	position:			absolute;
	left:				0;
	top:				0;
	width:				100%;
}

.block {
	width:					530px;
	height:					490px;
	display:				block;
	background-image: 		url(../../images/degrootstekanjerooit_block.png);
	background-position:	center center;
	position:				absolute;
	top:					50%;
	left:					50%;
	margin:					-326px 0 0 -304px;
	padding:				162px 39px 0 39px;

}

.block h1 {
	color:					#D73130;
	font-size:				19px;
	margin:					0 0 12px 0;
}


.block h2 {
	color:					#D73130;
	font-size:				16px;
	margin:					0 0 12px 0;
}


.block p {
	color:					#282828;
	font-size:				12px;
	line-height:			1.5em;
}

.block .line {
	border-bottom:			1px dotted #282828;
	margin:					10px 0;
}

.block .interactie {
	font-size:				12px;
}

.block .interactie .row  {
	margin:					0 0 10px 0;
}

.block .interactie .row a {
	height:					30px;
	width:					99px;
}
.block .interactie .row img {
	margin:					0;
}

.block input {
	border:					1px solid #CCCCCC;
	font-size:				12px;
	height:					28px;
}	

.block input.email {
	width:					423px;	
}

.block input.url {
	width:					419px;
	font-size:				18px;
	font-weight:			bold;
	padding:				2px 0 0 2px;
}

.block input.url.grijs {
	color:					#CCCCCC
}

.block .of {
	color:					#D73130;
	font-size:				16px;
	font-weight:			bold;
	margin:					0 0 10px 0;
}

.block .sendtoafriend {}
.block .sendtoafriend td {
	padding:				0 16px 8px 0;
}
.block .sendtoafriend input {
	width:					252px;
	font-size:				14px;
	font-weight:			bold;
	padding:				8px 0 0 4px;
	color:					#282828;
	height:					22px;
}

.block .email_verstuurd {
	padding:				8px;
	background:				#CCCCCC;
	display:				none;
}

.block .disclaimer {
	position:				absolute;
	width:					66px;
	height:					16px;
	left:					480px;
	top:					619px;
	cursor:					pointer;
}

.block .privacy {
	position:				absolute;
	height:					16px;
	width:					45px;
	top:					619px;
	left:					430px;
	cursor:					pointer;
}