/* CSS Document */
	#menu {		border:#33CCFF 1px solid;	}
	#content {	border:#CC33FF 1px solid;	}
	#aanbieding {	border:#FFCC00 1px solid;	}

	#menu, #content, #aanbieding { border:none; }

html, body{
	margin		:0;
	padding		:0;
	height		:100%;

	background	:#666666;

	font-family	:Arial, Verdana, Helvetica, sans-serif;
	color		:#333333;
	
	font-size	:11px;
	line-height	:13px;
	
	text-align	:center;
}


td{
	padding		:0;
	margin		:0;
}

#outer{
	position	:relative; /* needed for footer positioning*/
	top			:0;
	margin		:0 auto; /* center, not in IE5 */
	width		:1000px;
	background	:#FFFFFF url(/template/images/content.gif) no-repeat left top;
	color		:#333333;
	
	height		:auto !important; /* real browsers */
	height		:100%; /* IE6: treaded as min-height*/

	min-height	:100%; /* real browsers */

	text-align	:left;
	padding		:0;

	margin-bottom:-20px; /* Toegevoegd, zodat footer niet van de pagina verdwijnt */
}

#header {
	padding		:0;
	margin		:0;
	height		:115px;
}

	#spacer {
		height:30px;
	}

	#menu {
		padding:0;
	}

	#product_iconen {
		margin:2px;
		text-align:left;
	
	}
	
	.product_icoon{
		display:compact;

		background:#3A85C6;
		
		text-decoration:none;
		
		padding:0;

		border:1px solid #CCCCCC;
		margin:10px;
	}
	
	.product_title{
		display:block;
		background:#D2E9F8;
	
		font-size:12px;
		line-height:22px;
		font-weight:bold;
		vertical-align:middle;
		width:100%;
		
		text-align:center;
	}
		
	.product_icoon a:link, .product_icoon a:visited{
		text-align:center;
		text-decoration:none;
		color:#FFFFFF;
		color:#0066CC;
	}

	.product_icoon a:hover, .product_icoon a:active{
		text-align:center;
		text-decoration:none;
		color:#FFFFFF;
		color:#0066CC;
	}
	
	

		#form {
			position		:relative;
			color			:#4b4b4b;
			font-family		:Arial, Verdana, Helvetica, sans-serif;
			font-size		:11px;
/*			background		:#efefef; */
/*			line-height	:12px; */
		}
		
		#form label, #form input, #form select{
			font-family		:Arial, Verdana, Helvetica, sans-serif;
			font-size		:11px;
			line-height		:14px;
		}
		#form input, #form select, #form textarea{
			background		:#F8F8FF;
			border			:#AAAAAA 1px solid;
		}
		
		#form .error {
			font-family		:Arial, Verdana, Helvetica, sans-serif;
			font-size		:11px;
			color			:#CC0000;
	
		}


/*###########################################*/
/* CONTENT style */
/*############################################*/

		#content {
			width			:585px; */
			width			:580px;
			height			:100%;
			color			:#4b4b4b;
			font-size		:11px; 
/*			line-height	:12px; */
		}
		#content p {
			padding			:2px 5px 2px 0;
			margin			:2px 0;
		}
		#content .intro {
			margin			:0px 0;

			font-size		:11px;
			font-weight		:bold;
		}
			#content a.leesmeer{
				text-align		:left;
				
				padding-right	:15px;
				margin-top		:2px;

				margin-right	:15px;
				
				display			:block;
				width			:55px;

				font-size		:10px;
				line-height		:12px;
				
				color			:#333333;
				text-decoration	:none;
				font-style		:italic;
				background		:url(images/leesmeer.gif) right center no-repeat;
			}
	
			#content a.leesmeer:hover{
				text-decoration:underline;
			}
		
		#content h2 {
			font-family		:Verdana, Arial, Helvetica, sans-serif;
			font-size		:13px;
			font-weight		:bold;
			line-height		:15px;
			
			color			:#3C86C8;
			font-style		:normal;
			margin			:0 0 5px 0;

		}
		
		#content table{
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color: #333333;
			font-size: 11px;
			line-height: 16px;
			border-collapse:collapse;
/*			border:1px solid #999999;*/

		}	
		#content td{
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color: #333333;
		font-size: 11px;
		line-height: 16px;
		padding:2px;
		}
	
		#content table th{
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color: #3C86C8;
			font-weight:bold;
			font-size: 11px;
			line-height: 16px;
		}
	
		#content h2{
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color: #3C86C8;
			font-size: 14px;
			font-weight: bold;
			line-height: 16px;
		}
	
		/*#content h3{
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color: #808080;
			font-weight:bold;
			font-size: 13px;
			line-height: 15px;
		}*/
		
		#content h3{
			font-weight: bold;
			font-size: 8pt;
			margin: 0px 0px 0px 0px;
		}
	
		#content h4{
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color: #808080;
			font-weight:bold;
			font-size: 12px;
			line-height: 14px;
		}
	
		#content .tekst_blauw {
			font-family: Verdana,Arial,Helvetica,sans-serif;
			color: #3C86C8;
			font-size: 10px;
			line-height: 12px;
		}

		#content small {
			font-size	:9px;
			font-style	:italic;
		}



/* FOOTER style */


/************* temp balk */


/************* temp balk */

	#footer{
		position		:relative;
		width			:1000px; */
		width			:1001px; 
		text-align		:center;

		margin			: 0 auto;
		border			: 0;
		padding			:0;

		height			:20px;
	
		font-family		:Arial, Verdana, Helvetica, sans-serif;
		font-size		:10px;
		text-align		:center;
		color			:#FFFFFF;
		vertical-align	:middle;

		background		:#3C86C8;
		line-height		:20px;
	}

	#footer a:link, #footer a:visited {
		background		:#3C86C8;
		color			:#FFFFFF;
		text-decoration	:none;
		margin			:0;
	}

	#footer a:hover, #footer a:active {
		background		:#67A0D3;
		color			:#FFFFFF;
		text-decoration	:none;
		margin			:0;
	}

	
	#footer .selected {
		background		:#FFFFFF;
		color			:#990000;
		padding			:0;
		margin			:0;
	}

	#productenlijst {
		text-align		:center;
		font-family		:Arial, Helvetica, sans-serif;
		font-size		:10px;
		color			:#FFFFFF;			
	}

	#tel {
		padding-right	:0px;
		margin-right	:5px;
		text-align		:right;

		vertical-align	:middle;
		font-family		:Arial, Helvetica, sans-serif;
		font-size		:10px;
		line-height		:20px;
		color			:#FFFFFF;

		background		:url(../images/telefoontje_wit.gif) left no-repeat;
	}

/* BERICHT ELEMENTEN */

h1 {

}

h2 {
	font-family		:Verdana, Arial, Helvetica, sans-serif;
	font-size		:14px;
	font-weight		:bold;
	line-height		:16px;

}

.pdf a:link {
	background		:url(../images/pdf_icon.gif) no-repeat 0px 0px;
	font-size		:11px;
	line-height		:20px;
	color			:#990000;
	padding			:5px 0;
	padding-left	:25px;
	text-decoration	:none;
}
.pdf a:hover {
	text-decoration	:underline;
}