/**
 * Indien u met betrekking tot dit bestand wijzigingen doorvoert draagt
 * Crowd Surfing niet langer de verantwoordelijk voor een correcte
 * werking van uw website
 * 
 * If you make changes concercing this file, Crowd Surfing will no 
 * longer bear responsibility for a correct functioning of your website
 * 
 * CSS for Woud 
 * Author: Jeroen Dijkstra | Crowd Surfing 2010
 */

/* HIDDEN */
div#Header p,
div#NavigationContainer,
div.SearchContainer,
div#FooterTop,
div#BreadCrumbTrail,
a#GMapsLink,
div#Photoslide,
div#SmallFoto
{
	display: none;
}

/* END HIDDEN */

/* HEADER */
div#Header
{
	position: relative;
}

	div#Header h1
	{
		color: #4D4D4D;
		font-size: 29px;
		left: 220px;
		position: absolute;
		top: 45px;
	}
	
		div#Header h1 span
		{
			display: block;
			font-size: 17px;
		}

/* END HEADER */

/* CONTENT */
div#Container
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	width: auto;
}

a
{
	color: #DB001B;
	text-decoration: underline;
}

img
{
	border: none;
}

	div#Container img
	{
		border: 1px solid #C0C0C0;
		padding: 5px;
	}

table td
{
	border: 1px solid #C0C0C0;
	padding: 5px;
	text-align: center;
}

table thead tr td
{
	border-top: none;
	font-weight: bold;
}

div#GMapsContainer
{
	float: right;
	width: 400px;
}

div#ProductsForm table
{
	display: block !important;
}

/* END CONTENT */

/* FOOTER */
div#Footer div#FooterBottom
{
	background-color: #FFFFFF;
	bottom: 0;
	font-size: 10px;
	left: 0;
	padding-top: 10px;
	position: fixed;
}

	div#Footer div#FooterBottom h2
	{
		font-size: 11px;
		font-weight: bold;
		margin: 0 0 2px 0;
	}

	div#Footer div#FooterBottom div.Left p,
	div#Footer div#FooterBottom div.Right p
	{
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	
	div#Footer div#FooterBottom div.Left,
	div#Footer div#FooterBottom div.Right
	{
		float: left;
	}
	
	div#Footer div#FooterBottom div.Left
	{
		width: 620px;
	}
	
/* END FOOTER */