
/* CSS VOOR HAGEDOORN-LINDE */

body {
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	background-image:url(bodybgrnd.gif);
	background-repeat:repeat-x;
	background-color: #E7EFF7
	}
	
/* ALGEMEEN */


a	{
	color:#E60003;
	text-decoration:none;
	}
	
a:hover	{
	color:#0D095F;
	}

a:visited	{
	color:#E60003;
	}	

/* CONTAINER */

#container {
	margin: 0px auto;
	padding: 0px;
	background-image:url(contentbgrnd.gif);
	width: 680px;
	}

/* EINDE CONTAINER */



/* TOPMENU */

#topmenu {
	position: relative;
	margin: 0px auto;
	width: 640px;
	height: 30px;
	padding: 0px;
	}

#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 640px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px; 
	height /**/:30px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active {
	background-position: 0 -60px;
	}

#nav a.selected {
	background-position: 0 -0px;
	}

#home a  {
	width: 105px;
	background: url(home.gif) top left no-repeat;
	background-position: 0 -60px;
	}

#wagens a {
	width: 107px;
	background: url(wagens.gif) top left no-repeat;
	background-position: 0 -60px;
	}

#paarden a {
	width: 107px;
	background: url(paarden.gif) top left no-repeat;
	background-position: 0 -60px;
	}

#evenementen a  {
	width: 107px;
	background: url(events.gif) top left no-repeat;
	background-position: 0 -60px;
	}
	
#foto a  {
	width: 107px;
	background: url(foto.gif) top left no-repeat;
	background-position: 0 -60px;
	}
	
#contact a  {
	width: 107px;
	background: url(contact.gif) top left no-repeat;
	background-position: 0 -60px;
	}

/* EINDE TOPMENU */

 
/* LOGO */

#logo {
	background-image:url(headerbgrnd.gif);
	background-repeat:no-repeat;
	widt: 680px;
	height: 170px;
}

 #logo h1 { 
	background: transparent url(logo.jpg) no-repeat top left; 
	margin: 0px auto;
	width: 640px;
	height: 170px;
	}

#logo h1 span {
	display:none
	}


/* EINDE LOGO */

/* CONTENT */

#content-container {
	width 680px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 18px;
	}

#content {
	width: 560px;
	margin: 0px auto;
	text-align: justify;
	padding-bottom: 24px;
	}

#taal {
	float:right;
	width: 100px;
	height: 120px;
	margin-left: 10px;
	}


#content #taal img {
	padding: 0px;
	border: solid 0px #C4C3D8;
	margin-right: 0px;
	margin-bottom: 0px;
	float:left;	
	}


#content h1 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0D095F;
	margin-bottom: 0px;
	}

#content h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
	color:#E60003;
	}


#content img {
	padding: 4px;
	border-left: solid 1px #C4C3D8;
	border-right: solid 1px #0D095F;
	border-top: solid 1px #C4C3D8;
	border-bottom: solid 1px #0D095F;
	margin-right: 8px;
	margin-bottom: 3px;	
	}

#content ul {
	list-style-image:url(rozetje.gif);
	display:block;	
	margin: 0px;
	}

#content p{
	margin-top: 4px;
	margin-bottom: 24px;
}


#winkelfoto{
	width: 200px;
	float:left;	}

#winkel{
	width: 260px;
	float:left;	}
#productuitleg{
	padding-top: 10px;
	border-top: solid 1px #C4C3D8;
	display: block;
}

#productuitleg img{
	display: block;
	margin-top: 4px;
}


#blocklink{
	display: block;
}


/* EINDE CONTENT */

/* FOOTER */

#footer-container {
	background-image:url(footerbgrnd.gif);
	width: 680px;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	clear:both;
	}

#footer {
	width: 680px;
	background-image:url(footerschaduw.gif);
	background-position: bottom;
	margin: 0px auto;
	text-align:center;
	padding-bottom: 15px;
	}

#footer ul {
	padding-top: 5px;
	padding-bottom: 1px;
	}

#footer li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	padding-left: 4px;
	padding-right: 4px;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	}

/* EINDE FOOTER */


