/* Main Stylesheet */

/* Type */


h1{
	font-weight:		bold;
	font-size:			14px;
	color:				#00683b;
	padding:			0;
	margin:				0;
}

h2{
	font-weight:		bold;
	font-size:			12px;
	color:				#00683b;
	padding:			0;
	margin:				0;
}

h3{
	font-weight:		bold;
	font-size:			15px;
	color:				#000000;
	padding:			0;
	margin:				0;
}

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

a:hover{
	color:				#00683b;
	text-align:			top;
	text-decoration:	underline;
}

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

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

/* Basic framework */

#container{
	background: 		url("../_img/bg-suikerrand.gif") 0 0 no-repeat;
	position:			absolute;
	left: 				50%;
	top: 				50%;
	overflow:			hidden;	
 	margin-left: 		-474px;
	margin-top:			-264px; 
	width: 				948px;
	height:				528px;
	border: 			solid black 0px;
	z-index:			0;
}

#navigatiebalk{
	background: 		url("../_img/navigatiebalk.jpg") 0 0 no-repeat;
	position:			absolute;
	left: 				30px;
	top: 				186px;
	overflow:			hidden;	
	margin:				0px;
	width: 				888px;
	height:				78px;
	border: 			solid black 0px;
	z-index:			2;
}

.navigatielogo{
	position:			absolute;
	left: 				5px;
	top: 				4px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	width: 				296px;
	height:				78px;
	border: 			solid black 0px;
}

.navigatiebuttons1, .navigatiebuttons2, .navigatiebuttons3, .navigatiebuttons4{
	position:			absolute;
	top: 				20px;
	overflow:			hidden;	
	margin:				0px;
	width: 				148px;
	height:				78px;
	border: 			solid black 0px;
}

.navigatiebuttons1{
	left: 				296px;
}

.navigatiebuttons2{
	left: 				444px;
}

.navigatiebuttons3{
	left: 				592px;
}

.navigatiebuttons4{
	left: 				740px;
}

#column1row1, #column1row2{
	position:			absolute;
	left: 				0px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
	z-index:			1;
}

#column1row1{
	top: 				0px;
	width: 				296px;
	height:				156px;
}

#column1row2{
	top: 				234px;
	width: 				296px;
	height:				234px;
}

#column2row1, #column2row2{
	position:			absolute;
	left: 				296px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
	z-index:			1;
}

#column2row1{
	top: 				0px;
	width: 				296px;
	height:				156px;
}

#column2row2{
	top: 				234px;
	width: 				296px;
	height:				234px;
}

#column3row1, #column3row2{
	position:			absolute;
	left: 				592px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
	z-index:			1;
}

#column3row1{
	top: 				0px;
	width: 				296px;
	height:				156px;
}

#column3row2{
	top: 				234px;
	width: 				296px;
	height:				234px;
}

#blanco,#homepage,#toenennu,#rietsuiker,#assortiment,#service{
	position:			absolute;
	left: 				30px;
	top: 				30px;
	overflow:			hidden;	
	margin:				0px;
	width: 				888px;
	height:				468px;
	border: 			solid black 0px;
	z-index:			1;
}

#homepage{
	background: 		url("../_img/bg-home.jpg") 0 0 no-repeat;
}

#toenennu{
	background: 		url("../_img/bg-suikerfabriek.jpg") 0 0 no-repeat;
}

#rietsuiker{
	background: 		url("../_img/bg-rietsuiker.jpg") 0 0 no-repeat;
}

#assortiment{
	background: 		url("../_img/bg-assortiment.jpg") 0 0 no-repeat;
}

#service{
	background: 		url("../_img/bg-service.jpg") 0 0 no-repeat;
}

#overzicht_product{
	position:			absolute;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
	z-index:			3;
}

#overzicht_text{
	position:			absolute;
	top: 				264px;
	left: 				326px;
	width: 				444px;
	height:				234px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
	z-index:			3;
}

#form{
	position:			absolute;
	top:				270px;
	left: 				326px;
	width:				592px;
	height:				234px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
	z-index:			3;
}

#formvalue{
	position:			absolute;
	left: 				10px;
	width:				60px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
}

#forminput{
	position:			absolute;
	left: 				75px;
	width:				200px;
	text-align:			left;
	overflow:			hidden;	
	margin:				0px;
	border: 			solid black 0px;
}

