/*================================================================ Basics */

*{
	margin:0px;
	
	padding:0px;
	
	border:0px;
	
	text-align:left;
}

span
{
	font-size:13px;
}

a
{
	font-size:12px;
	
	text-decoration:underline;
}

ul
{
	list-style:none
}

/*================================================================ Html Body */

html
{
	height:100%; 
	
	max-height:100%; 
	
	width:100%;
	
	background-color:#ffffff;
	
	background-image:url(../img/site/bgd-html.gif);
	
	background-repeat:repeat-x;
}

body
{
	height:100%;
	
	max-height:100%; 
	
	width:100%;	
}

div#container
{		
	width:100%;
	
	position:relative; 		 	 /*  	needed for footer positioning  */
	
	margin:0 auto; 				 /*		center, not in IE5 */

	min-height:100%; 			 /*		real browsers */
	
	height:auto !important; 	 /*		real browsers */

	padding:0px 0px 80px 0px;
}

div#container-webshop
{	
	width:100%;
	
	position:relative; 		 	 /*  	needed for footer positioning  */
	
	margin:0 auto; 				 /*		center, not in IE5 */

	min-height:100%; 			 /*		real browsers */
	
	height:auto !important; 	 /*		real browsers */

	padding:0px 0px 80px 0px;
}
	

* html div#container 
{
	height:100%; 				/*		ONLY IE6: treaded as min-height	 */
}

div#footer
{
	position:absolute;
	
	width:100%;
	
	clear:both;
	
	bottom:0; 						 /*		stick to bottom */ 
	
	text-align:center;
	
	height:55px;
	
	line-height:55px;
	
	background-image:url(../img/site/footer-bgd.gif);
	
	background-repeat:repeat-x;
}

/*================================================================  Div position elements */

div#header
{
	width:966px;
	
	height:238px;
	
	margin:0 auto;
	
	background-image:url(../img/site/header.png);
}

div#header_webshop
{
	width:966px;
	
	height:238px;
	
	margin:0 auto;
	
	background-image:url(../img/site/header-webshop.png);
}

div#header_diensten
{
	width:966px;
	
	height:238px;
	
	margin:0 auto;
	
	background-image:url(../img/site/header-diensten.png);
}
	
div#inhoud
{	
	margin:0 auto;
	
	width:966px;
}

#kop-div
{
	width:952px;
	
	height:131px;
	
	background-image:url(../img/site/kop.jpg);
	
	padding:0px 0px 0px 14px;
	
	overflow:hidden;
}

#kop-div-website
{
	width:960px;
	
	height:30px;
	
	background-image:url(../img/site/kop-website.jpg);
	
	background-repeat:no-repeat;
	
	padding:0px 0px 0px 0px;
}

div.diensten-item-end img, div.diensten-item img
{
	width:302px;
}

div.diensten-item
{
	width:302px;
	
	overflow:hidden;
	
	float:left;
	
	margin:0px 15px 0px 0px;
	
	height:131px;
	
	padding:0px 0px 0px 0px;
	
	display:block;
}

div.diensten-item-end
{
	width:302px;
	
	height:131px;
	
	overflow:hidden;
	
	float:left;
	
	display:block;
}

div.diensten-item-end h2, div.diensten-item h2
{
	margin:2px 0px 0px 0px;
}

#navigatie_div
{
	width:730px;
	
	height:43px;
}

#navigatie_div dl
{
	float:left;
	
	padding:0px 0px 0px 10px;
}
	#navigatie_div dl dt
	{
		float:left;
		
		padding:13px 5px 10px 5px;
	}
	
	#navigatie_div dl dd
	{
		float:left;
		
		padding:13px 5px 10px 5px;
	}
	
#navigatie
{
	width:640px;
	
	height:43px;
	
	float:left;
}
	
	#navigatie li
	{		
		height:43px;				
		
		float:left;
		
		display:block;
	}
	
	#navigatie .actief
	{
		background-image:url(../img/site/pijl.gif);
		
		background-repeat:no-repeat;
		
		background-position:center bottom;		
	}
	
	#navigatie li a
	{
		color:#FFFFFF;
		
		text-decoration:none;
		
		font-family:Myriad Pro, Verdana;
		
		font-size:14px;	
		
		height:43px;
		
		line-height:43px;
		
		display:block;
		
		padding:0px 10px 0px 10px;
	}

#logo
{
	float:left;
	
	clear:both;
	
	margin:20px 0px 0px 34px;
}

#webshop-kop
{
	float:left;
	
	clear:both;
	
	width:952px;
	
	height:30px;
	
	line-height:30px;

	margin:23px 0px 0px 30px;
}

#webshop-kop h2
{
	float:left;
	
	font-family:"Trebuchet MS";
	
	font-style:italic;
	
	font-weight:normal;
	
	color:#FFFFFF;
	
	font-size:16px;
	
	line-height:24px;	
}

#diensten-kop
{
	float:left;
	
	clear:both;
	
	width:952px;
	
	height:30px;
	
	line-height:30px;

	margin:23px 0px 0px 30px;
}
	
	#diensten-kop a
	{
		font-family:Myriad Pro;
		
		font-size:20px;
		
		font-style:italic;
		
		font-weight:normal;
		
		color:#424242;
		
		text-decoration:none;
		
	}
	
.diensten-item-full
{
	float:left;
	
	clear:both;
	
	width:936px;
	
	height:131px;
	
	overflow:hidden;
	
	display:block;
}

.diensten-item-full img
{

	
	display:block;
	
	background-color:#FFFFFF;
}

	
#footer p
{
	margin:0 auto;
	
	width:966px;
	
	font-family:Verdana;
	
	line-height:50px;
	
	font-size:11px;
	
	color:#d2d2d2;
}
	
	#footer *
	{
		font-family:Verdana;
		
		line-height:50px;
		
		font-size:11px;
		
		color:#d2d2d2;
	}

/*================================================================  Content */


div#adresgegevens
{
	float:left;
	
	width:223px;
	
	background-image:url(../img/site/adres.png);
	
	height:524px;
	
	margin:20px 10px 10px 22px;
	
	padding:0px 0px 0px 10px;
}
	
	div#adresgegevens h3
	{
		margin:20px 0px 0px 8px;
		
		height:26px;
		
		line-height:26px;
		
		font-family:Myriad Pro;
		
		font-size:19px;
		
		font-style:italic;
		
		font-weight:normal;
		
		color:#424242;
		
		text-align:left;
	}
	
	div#adresgegevens p
	{
		font-family:Georgia;
		
		line-height:17px;
		
		font-size:13px;
		
		color:#57533e;
		
		margin:0px 0px 0px 12px;
	}
		
	div#adresgegevens b
	{
		margin:0px 2px 0px 0px;
	}
	
	div#adresgegevens a
	{
		color:#5c7296;
	}

div#content-webshop
{
	float:left;
	
	clear:left;
	
	width:966px;
	
	height:100%;
	
		
	background-image:url(../img/site/content-webshop.gif);
	
	background-repeat:repeat-y;
}

div#content
{
	float:left;
	
	clear:left;
	
	width:680px;
	
	min-height:400px;
	
	margin:0px 0px 0px 15px;
	
	padding:0px 0px 20px 0px;

	background-image:url(../img/site/content.gif);
	
	background-repeat:no-repeat;
	
	background-position:bottom center;
}

div#content p
{
	font-family:Verdana;
	
	line-height:23px;
	
	font-size:14px;
	
	color:#57533e;
	
	padding:10px 0px 0px 0px;
}

div#content h1
{
	margin:15px 0px 0px 5px;
	
	height:40px;
	
	font-family:Myriad Pro;
	
	font-size:23px;
	
	font-style:italic;
	
	text-indent:-3;
	
	font-weight:normal;
	
	color:#424242;

	padding:0px 0px 0px 30px;
	
	background-image:url(../img/site/h1.gif);
	
	background-repeat:no-repeat;
	
	background-position:5px 4px;

}

div#content h2
{
	height:26px;
	
	font-family:Gill Sans MT;
	
	font-size:22px;
	
	text-indent:-3;
	
	font-weight:100;
}

div#content span
{
	font-family:Verdana;
	
	line-height:23px;
	
	font-size:14px;
	
	color:#57533e;
}

div#content u , div#content em
{
	text-decoration:none;
	
	font-style:italic;
}

div#content a
{
	font-family:Verdana;
	
	line-height:23px;
	
	font-size:14px;
	
	color:#4b6084;
	
	font-weight:normal;
}

div#content li
{
	font-family:Verdana;
	
	line-height:16px;
	
	font-size:14px;
	
	padding:1px 0px 1px 10px;
	
	margin:0px 0px 0px 30px;
	
	color:#57533e;
}

div#content li:first-letter
{
	text-transform:capitalize;
}

div#content ul
{
	line-height:18px;
	
	padding:0px 0px 0px 0px;
	
	margin:5px 0px 5px 10px;
	
	font-size:12px;
	
	list-style:circle;
}

div#content ol
{
	line-height:18px;
	
	padding:0px 0px 0px 0px;
	
	margin:5px 0px 0px 10px;
	
	font-size:12px;
}

div#content a
{	
	font-weight:bold;
}

div#content img
{
	margin:4px;
	
	padding:2px;
}

div#content #melding
{
	padding:10px 0px 10px 0px;
	
	width:400px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

/*================================================================ sIFR */

.sIFR-hasFlash h1 {

}

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}