/* Main Stylesheet */

/* Type */


h1{
	font-weight:		bold;
	font-size:			15px;
	color:				#000000;
	padding-bottom:		10px;
	padding-top:		10px;
	margin:				0;
}

h2{
	font-weight:		bold;
	font-size:			12px;
	color:				#000000;
	padding-bottom:		5px;
	padding-top:		10px;
	margin:				0;
}

h3{
	font-weight:		bold;
	font-size:			15px;
	color:				#000000;
	padding-bottom:		0px;
	padding-top:		10px;
	margin:				0;
	letter-spacing: 	0px;
}

a:link, a:visited, a:hover{
	color:				#c31e2e;
	text-align:			top;
	text-decoration:	none;
}

p{
	font-size:			11px;
	line-height:		15px;
	color:				#000000;
	padding:			0;
	margin:				0;
}

body{
	background: 		#ffffff;
	font-style: 		normal;
	letter-spacing: 	1px;
	font-family: 		Verdana, Lucida Sans, Sans-Serif;
	margin: 			0;
	padding: 			0;
	text-align: 		center;
}

/* Basic framework */

#container{
	background: 	#eeeeee;
	position:		absolute;
	left: 			50%;
	top: 			50%;
	overflow:		hidden;	
 	margin-left: 	-475px;
	margin-top:		-265px; 
	width: 			950px;
	height:			530px;
	padding: 			0;
	border: 		solid black 0px;
	z-index:		0;
}

#receptkeuze{
	position:		absolute;
	left: 			50%;
	top: 			118px;
	text-align:		center;
	overflow:		hidden;	
 	margin-left: 	-90px;
	padding: 			0;
	width: 			180px;
	height:			15px;
	border: 		solid black 0px;
	z-index:		3;
}

#traditiekeuze{
	position:		absolute;
	left: 			50%;
	top: 			118px;
	text-align:		center;
	overflow:		hidden;	
 	margin-left: 	-88px;
	padding: 			0;
	width: 			176px;
	height:			15px;
	border: 		solid black 0px;
	z-index:		3;
}

#deelkeuze{
	position:		absolute;
	left: 			50%;
	top: 			414px;
	text-align:		center;
	overflow:		hidden;	
 	margin-left: 	-81px;
	padding: 			0;
	width: 			162px;
	height:			15px;
	border: 		solid black 0px;
	z-index:		3;
}

#strooppot{
	position:		absolute;
	left: 			50%;
	top: 			50%;
	overflow:		hidden;	
 	margin-left:	-152px;
	margin-top:		-209px; 
	padding: 			0;
	width: 			304px;
	height:			418px;
	border: 		solid black 0px;
	z-index:		1;
}

#tekstgif{
	position:		absolute;
	left: 			50%;
	top: 			55px;
	overflow:		hidden;	
 	margin-left:	-152px;
	padding: 			0;
	width: 			304px;
	height:			418px;
	border: 		solid black 0px;
	z-index:		2;
}

#contactformulier{
	position:		absolute;
	left: 			50%;
	top: 			150px;
	overflow:		hidden;	
 	margin-left:	-270px;
	padding: 			0;
	width: 			540px;
	height:			370px;
	border: 		solid black 0px;
	z-index:		5;
}

#formvalue{
	position:		absolute;
	left: 			0px;
	text-align:		left;
	overflow:		hidden;	
	width: 			150px;
	height:			20px;
	border: 		solid black 0px;
	z-index:		5;

}

#forminput{
	position:		absolute;
	left: 			80px;
	text-align:		left;
	overflow:		hidden;	
	width: 			250px;
	height:			30px;
	border: 		solid black 0px;
	z-index:		5;

}

#forminput_textarea{
	position:		absolute;
	left: 			80px;
	text-align:		left;
	overflow:		hidden;	
	width: 			250px;
	height:			85px;
	border: 		solid black 0px;
	z-index:		5;
}

#printtext{
	position:		absolute;
	top:			0px;
	left: 			0px;
	text-align:		left;
	overflow:		auto;	
	width: 			350px;
	border: 		solid black 0px;
	margin:			0;
	padding:		0;
}

#draaipot{
	position:		absolute;
	left: 			50%;
	top: 			50%;
	overflow:		hidden;	
 	margin-left:	-152px;
	margin-top:		-209px; 
	padding: 		0;
	width: 			304px;
	height:			418px;
	border: 		solid black 0px;
	z-index:		4;
}

