@charset "utf-8";

html, body {
	width:					100%;
	height:					100%;
}

body{
	margin: 				0;
}

em, i {
	font-style:				italic;
}

strong, b {
	font-weight:			bold;
}

#bgimg {
	position:				absolute;
	width:					100%;
	height:					100%;
	float:					left;
	top: 					-1px;
}


#content {
	position:				absolute;
	left:					50%;
	top:					20px;
	margin-left:			-440px;

	background-color:		#FF0000;
	width:					880px;

	background-image:		url(../images/lijn.jpg);
	background-repeat:		repeat-y;
}

#contentheader {
	min-height:				585px;
	_height:				585px;
	width:					880px;

	background-image:		url(../images/content.jpg);
	background-repeat:		no-repeat;
}

#homeButton {
	position: 				relative;
	top:					48px;
	height:					80px;
	width:					200px;
}

div.clear {
	width:					880px;
	height:					1px;
	font-size:				1px;
	line-height:			1px;
	clear:					both;
	position:				relative;
	top:					44px;
}

/*-----------------------------------------------
					MENU
-----------------------------------------------*/

ul#navigatie {
	height: 			20px;
	width: 				auto;
	top: 				52px;
	position: 			relative;
	list-style-type: 	none;
	font-size: 			11px;
	font-weight: 		bold;
	margin-left: 		20px;
	color: 				#8b8571;
	text-transform:		lowercase;
}

ul#navigatie li {
	float:				left;
	margin-right: 		14px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#8b8571;

	_display:			inline;
}

ul#navigatie a {
	text-decoration:	none;
	color:				#8b8571;
}

ul#navigatie a:hover {
	text-decoration:	none;
	color:				#c19b52;
}

ul#navigatie a.selected {
	text-decoration:	none;
	color:				#c19b52;
}


/*-----------------------------------------------
					TEXTVAK
-----------------------------------------------*/

#box1 {
	height: 			auto;
	width: 				625px;
	margin-top: 		0px;
	margin-left: 		20px;
	float: 				left;
	position: 			relative;
	top: 				44px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	_display:			inline;
}

#box1 h3{
	font-size:			20px;
	color: 				#605425;
	margin-bottom:		9px;
	margin-top:			18px;
	font-weight: 		500;
}

#box1 p {
	font-size: 			11px;
	color:				#605425;
	margin-bottom:		12px;
}

#box1 h4 {
	font-weight:		bold;
	color: 				#605425;
	font-size:			11px;
}

#box1 a {
	text-decoration:	none;
	color: 				#8b8571;
}


/*----------------------------------------------
					FOTOVAK
----------------------------------------------*/

#box2 {
	height: 			auto;
	width: 				187px;
	margin-top: 		52px;
	margin-right:		20px;
	float:				right;
	position: 			relative;
	top:				44px;
	_display:			inline;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

#box2 h4{
	font-weight:		bold;
	color:				#c19b52;
	font-size:			11px;
	margin-bottom:		5px;
}

#box2 p {
	font-size:			11px;
	color:				#FFFFFF;
	margin-top:			14px;
}
	#box2 p.order {
		text-align:		center;
	}
	#box2 p.order img {
		border:			none;
		margin-top:		4px;
	}
	#box2 form {
		margin-bottom:	10px;
	}

#box2 a {
	text-decoration:	none;
	color:				#8b8571;
}

#verkoopadres {
	text-align:			center;
	margin-top:			6px;
}

#verkoopadres img{
	margin-right:		15px;
	margin-left:		5px;
}


/*----------------------------------------------
					FORMULIER
----------------------------------------------*/

div.small {
	margin-top:		5px;
	font-size:		10px;
}

#formulier{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#605425;
	margin-top:			25px;
}

#formulier div {
	height:				25px;
	clear:				both;
}

#box1 input, textarea, select{
	float:				left;
	width:				300px;
	border-color: 		#CCB991;
	border-width:		1px;
	border-style:		solid;
}

#Opmerking  {
	height:				150px;
}

#box1 #button {
	width:				100px;
	background-color: 	#DAC48F;
	color:				#605425;
	border-color:		#CCB991;
	border-style: 		solid;
}

#box1 label{
	float:				left;
	width:				200px;
}


#box2 #formulier{
	margin-top:			5px;
}

#box2 input{
	width:				186px;
	border-color: 		#CCB991;
	border-width:		1px;
	border-style:		solid;
	margin-bottom:		3px;
}

#box2 #button {
	width:				100px;
	background-color: 	#DAC48F;
	color:				#605425;
	border-color:		#CCB991;
	border-style: 		solid;
	margin-top:			5px;
}

#box2 label{
	display:			block;
	width:				186px;
	margin-bottom:		3px;
}

/*----------------------------------------------
					COLOFON
----------------------------------------------*/

#colofon {
	position:			absolute;
	bottom:				10px;
	right:				15px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#e7dabd;
}

	#colofon a {
		color:				white;
		text-decoration:	none;
	}
	#colofon a:hover {
		text-decoration:	underline;
	}
