/* ***
MAIN STYLES
*** */
html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
}

body
{
	margin: 0 auto;
	text-align: center;
	background-color: #f1ffda;
}

/* ***
BASIC STYLES
*** */
h1, h2, h3
{
	font-family: Verdana;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.clear
{
	clear: both;
}

a
{
	color: #f8905e;
	text-decoration:none;
}


/* ***
SITE STRUCTURE STYLES
*** */
#container
{
	width: 770px;
	overflow: visible;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0 auto;
}

	#top
	{
		width: 770px
	}
		
		#menu
		{
			float: left;
			width: 192px;
			height: 190px;
			padding-top: 16px;
		}
		
		#subMenu
		{
			position: relative;
			top: 46px;
			left: 112px;
		}
			
			#subMenu a
			{
				float: left;
				display: block;
				height: 20px;
				margin-right: 20px;
				font-size: 11px;
				letter-spacing: 1px;
				color: #000000;
				font-weight: bold;
				text-decoration: none;				
			}
			
				#subMenu .active
				{
					color: #023f60;
					background: url("images/dotz.gif") repeat-x bottom left;
				}
				
			#subMenu a:hover
			{
				color: #023f60;
			}
		
		#topText
		{
			float: right;
			width: 500px;
			padding-top: 34px;
			text-align: right;
		}
		
			#topText #topImage
			{
				float: right;
				margin: 0 10px 10px 10px;
			}
			
			#topText p
			{
				font-size: 9px;
				margin: 0;
			}
			
			#topText h2
			{
				padding-top: 21px;
				font-size: 14px;
			}
	
	#contentContainer
	{
		width: 100%;
		min-width: 770px;
		height: 100px;
		background-color: #e5f4cd;
	}
	
		#content
		{
			float: left;
			width: 550px;
			height: 100px;
			background-color: #b3de6a;
		}
		
			#content p
			{
				padding: 8px 8px 8px 20px;
				margin: 0;
			}
			
		#contact
		{
			float: left;
			background-color: #e5f4cd;
		}
		
			#contact h3
			{
				padding: 6px 0 0 8px;
				font-size: 10px;
			}			
			
			#contact p
			{
				margin: 0;
				padding: 0 8px 8px 8px;
				font-size: 10px;
			}
		
	#logo
	{
		padding: 10px 0 0 30px;
		font-size: 9px;
	}

	
	
/* ***
PAGE STYLES
*** */
	/* LINKS PAGE */
	#body_links #topText
	{
		float: left;
		width: 400px;
		padding: 71px 0 50px 0;
		text-align: left;
	}
		
		#body_links #topText *
		{
			padding-left: 12px;
		}
		
		#body_links #topText h2
		{
			padding-bottom: 6px;
		}
		
	#body_links #contentContainer
	{
		height: 162px;
	}
	
		#body_links #content
		{
			height: 162px;
		}
	
	/* PRODUCTIES PAGE */
	#body_producties #topText
	{
		float: right;
		width: 510px;
		padding: 120px 0 50px 0;
		text-align: left;
	}
		
		#body_producties #topText *
		{
			padding-left: 12px;
		}
		
		#body_producties #topText img
		{
			vertical-align: top;
		}
		
	#body_producties #contentContainer
	{
		height: 280px;
	}
	
		#body_producties #content
		{
			height: 280px;
			width: 425px;
		}
				
			#body_producties #content #price
			{
				float: right;
				width: 110px;
				height: 70px;
				padding-top: 40px;
				margin-left: 12px;
				background-color: #c2e587;
				text-align: center;
			}
			
				#body_producties #content #price strong
				{
					font-size: 14px;
				}
			
			#body_producties #content p
			{
				padding-top: 25px;
			}
			
				#body_producties #content strong
				{
					font-size: 12px;
				}
	
	#body_producties #contact
	{
		width: 345px;
		height: 100px;
		background: #e5f4cd url("images/formBg.gif") no-repeat top right;
	}
	
		#body_producties #contact form
		{
			padding: 10px;
		}
	
/* ***
FORM STYLES
*** */
form .descriptionRow
{
	width: 275px;
	height: 16px;
	display: block;
	font-size: 9px;
	border-bottom: 1px solid #01334e;
}

	form. .descriptionRow span
	{
		
	}
	
	form .description
	{
		display: block;
		float: left;
		width: 100px;
		height: 16px;
	}

	.textbox
{
	width: 170px;
	background-color: #c2e587;
	border: 0;
	font-size: 10px;
	color: #01334e;
}

.radiobox
{
	height: 16px;
	margin: 0;
	padding: 0;
}

#tebetalen, #omzetbelasting, #totaal
{
	width: 100px;
	height: 12px;
	color: #01334e;
	font-size: 11px;
}

#submitLayer
{
	position: relative;
	top: -50px;
	left: 285px;
	display: block;
	width: 50px;
	height: 50px;
	background: #091f4f url("images/submit.gif") no-repeat top left;
	cursor: hand;
}

