html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	font-family: "Trebuchet MS", "Verdana";
	font-size: 11px;
	text-align: left;
	color: #333;
	
}
body.home {
	background-image: url(http://www.frozenimages.nl/Graphics/090713_.jpg);
}

H2, H3 {
	font-family:  Garamond, Georgia, serif;
	color: #343737;	
	margin: 0;
}
A {
	font-family: Garamond, Georgia, serif;
        text-decoration: none;
	color: #202222;	
	font-style: italic;
}
A:hover {
	text-decoration: underline;
	color: #888990;	
}

DIV#container {
	position: relative;
	min-height: 100%;
	width: 100%;
}

/* header */
DIV#header {
	position: relative;
	width: 100%;
	height: 90px;
	background-image: url(images/default_PB-headerBG.jpg);
	background-repeat: repeat-x;
}

/* content */
DIV#content {
	position: relative;
	width: 1000px;
	top: 0;
	left: 0;
	padding: 0;
	padding-bottom: 25px; /* height of footer + some margin */
	z-index: 2;
	text-align: justify;
	overflow: auto;
}
DIV#maincolumn {
	width: 500px;
	display: block;
	float: left;
	margin: 60px 0 0 0;
}
DIV#leftcolumn {
	display: block;
	float: left;
	width: 397px;
	height: 280px;
}
DIV#leftcolumn IMG#menu_map_image {
	width: 397px;
	height: 280px;
	border: none;
}

/* footer*/
DIV#footer {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	z-index: 0;
}


/* linklist */
UL.linkList, UL.linkList UL {
	padding: 0;
	margin: 0;
}
UL.linkList UL {
	margin-bottom: 20px;
}
UL.linkList LI {
	list-style: none;
}
UL.linkList SPAN.linkUrl, UL.linkList SPAN.linkDesc  {
	display: inline-block;
	width: 45%;
	margin-right: 5px;
}

/* news */
DIV.ditto_details {
	font-style: italic;
	font-size: 0.5em;
	border-top: 1px solid #222;
	color: #666;
	margin: 0 0 10px 20px;
}
DIV.ditto_content A.readmore {
	color: #444;
}
DIV#ditto_pages A {
	color: #444;
}

