
  /* Normalizes margin, padding */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
	{ margin : 0; padding : 0; }

	/* Normalizes font-size for headers */
	h1,h2,h3,h4,h5,h6 { font-size : 100%; }

	/* Removes list-style from lists */
	ol,ul { list-style : none; }
	
	/* Normalizes font-style and font-weight to normal */
	address, caption, cite, code, dfn, em, strong, th, var
	{ font-style : normal; font-weight : normal; }

	/* Removes list-style from lists */
	table { border-collapse : collapse; border-spacing : 0; }

	/* Removes border from fieldset and img */
	fieldset,img { border : 0; }

	/* Left-aligns text in caption and th */
	caption,th { text-align : left; }

	/* Removes quotation marks from q */
	q:before, q:after { content :''; }
	
	/* layout.css */
	
  	html { text-align : center;	}
	
	body {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		text-align: left;
		background: transparent url(/i/clock10.jpg) no-repeat 50% 100%;
	}	

	div#home {
		background: transparent url(/i/clock10.jpg) no-repeat 50% 30%;
	}

	div#content {
		position: relative;
		width: 100%;
		padding : 50px 0 0 0;
		
	}
 
 	div#content_main {
		left: 0%;
		width: 90%;
		padding: 1em 0;
 	}
	
	div#content_sub { 
		left : 70%;  
		width : 30%; 
		padding : 1em 0; 
	}
		
  	div#branding, div#site_info {
  		width: 100%;
  	}
  
  	div#branding {
  		height: 200px;
		margin: 0;
		padding: 0;
		z-index: 10;
		background: transparent url(/i/branding.jpg) no-repeat 0 0;
  	}
	
	#img-gallerie {
		margin: 0; padding: 0;
		margin-top: 50px;
		width: 100%;
		height: 150px;
		margin-left: 10px;
		
	}
	
	ul#img-gallerie li {
		float: left;
		margin: 0 10px;	
		overflow: hidden;
		}
		
  	div#content img.right {
		float: right;
		margin: 5px 10px 5px 20px;
	}

	div#content img.left {
		float: left;
		margin: 5px 20px 15px 20px;
	}

  	
	.img-wrapper img {
		background-color: #fff;
    	padding:4px;
  		border: 1px solid #a9a9a9;
  	}
	
	table {
  		margin-top: 30px;
		margin-bottom: 20px;
  		margin-left: 40px;
  	  	padding: 4px;
		text-align: left;
		width: 900px;
		border-collapse: collapse;
		border-spacing: 0px;
  	}
 
  	table td.vet  {
  		font-weight: bold;
		background-color: #edf4fa;
  	}	
  	
	table td {
		border: 1px solid #C1DAD7;
		background: #fff;
		padding: 1px 6px 1px 6px;
		color: #4f6b72;
		vertical-align:top;
	}
 
 	table td.breed {
 		width: 180px;
 	}
	
	table li {
		list-style-type: square;
		padding: 0.2em 0.5em 0 0;
		margin: 0;
	} 
	
  div#nav_main {
  	position: relative;
	height: 2.1em;
	width: 100%;
	background:transparent url(/i/mainNavBg.gif) repeat-x 0 0;
  }
 /* 
  ul#nav {
  	position: absolute;
	top: 0px;
	left: 20px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 1px dotted red;
  }
*/
/*  
  ul#nav li {
	float: left;
  	display: inline;
	
  }
*/
  
/*  
  #nav li a {
  	argin-right: 10px;
	adding-right: 10px;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
  }
*/

	#nav {
  	position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
		float: left;
	}

	#nav li { float: left; }

	#nav a {
		display: block;
		float: left;
		padding: 0 2em;
		color: #fff;
		font-weight: bold;
		line-height: 2.1em;
		text-decoration: none;
		background: url(/i/mainNavBorder.gif) no-repeat;
	}
	
	#nav .first a { background: none; }
	#nav a:hover { color: #333; }

	#home #nav_home a,
	#appartement #nav_appartement a,
	#omgeving #nav_omgeving a {
		color: #444;
		cursor: default;
	}
/*	
	ul#nav_lang {
  		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}

	#nav_lang li { display: inline; }
	li#nav_ned {
		left: 480px;
	}
	li#nav_eng {
		left: 380px;
	}
*/
/*
	#nav_eng a {
		display: block;
		floatleft;
		padding: 0 2em;
		color: #fff;
		font-weight: bold;
		line-height: 2.1em;
		text-decoration: none;
	}	
*/


	/* =si_clear_children */
	.pc,.sc { position : absolute; top: 0; left: 0; }
	.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
	.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */


