html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body	{
	color: #333;
	background: white url(../images/interface/page_back.png) repeat-y right top;
}


/* #wrapper */

#wrapper {
	position: relative;
}

/* header / logo */

#header	{
	position: relative;
	height: 182px;
	background: #fdf6d5 url(../images/interface/header_foto.jpg) no-repeat right top;
	width: 100%;
}

#header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 275px;
	height: 100px;
	background: url(../images/interface/logo.png) no-repeat left top;
}

#header h1 a	{
	z-index: 99;
	display: block;
	width: 275px;
	height: 100px;
	text-indent: -999em;
}


/* #content */

#content {
	position: relative;
	min-height: 250px;
	padding-bottom: 1em;
}

* html #content {
	height: 250px;
}


/* primaryContent */

#primaryContent {
	margin: 0 220px 0 140px;
	padding-top: 15px;
}
#primaryContent h2 {
	position: relative;
	padding: 0 0 4px 16px;
	background: url(../images/interface/title_bullet.png) no-repeat 5px 5px;
	border-bottom: 1px solid #ff6d00;
	margin-bottom: 1em;
}

/* secondaryContent */

#secondaryContent {
	float: right;
	display: inline;
	width: 200px;
}
#secondaryContent h3 {
	padding: 2px 10px;
	margin-bottom: 5px;
	background: #aca066;
	color: white;
}
#secondaryContent .wrapper {
	padding: 0 10px;
	font-size: 85%;
	line-height: 150%;
	color: #494000;
}

#secondaryContent h4 {
	font-size: 120%;
	color: #494000;
	margin-bottom: 0.3em;
}

#secondaryContent a {
	color: #494000;
}
#secondaryContent a:hover {
	color: #ff6d00;
}


/* sidePics */

#sidePics {
	position: absolute;
	left: 0;
	top: 182px;
	width: 140px !important;
	height: 700px;
	background: url(../images/interface/sidepics.jpg) no-repeat left top;
}


/* #menu */

#menu {
	position: absolute;
	top: 129px;
	left: 0;
	width: 100%;
	height: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #ff6d00 url(../images/interface/menu_back.png) repeat-x left top;
}	

#menu,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
	background: url(../images/interface/menuspacer_light.png) no-repeat left top;
}

#menu li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	height: 24px;
	padding: 4px 14px 2px 14px;
	background: url(../images/interface/menuspacer_dark.png) no-repeat right top;
	color: white;
}

* html #menu li a {
	width: 20px;
	white-space: nowrap;
}

#menu li a.last {
	background: url(../images/interface/menuspacer.png) no-repeat right top;
}

#menu li:hover a,
#menu li.hover a {
	padding: 5px 14px 1px 14px;
	background: url(../images/interface/menu_back_on.png) repeat-x right top;
	color: white;
}

#menu li.active a {
	padding: 4px 14px 2px 14px;
	background: white;
	color: #005ade;
}


/* submenu */

#menu ul {
	position: absolute;
	display: none;
	font-size: 0.9em;
	border: 1px solid #005ade;
	border-top: none;
	background: #c9eefe;
}

* html #menu ul {
	/* Smaller text-size for IE */
	font-size: 0.85em; 
}

#menu ul,
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li:hover ul,
#menu li.hover ul {
	/* #menu ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}

#menu li li {
	float: none;
	background: none;
}


#wrapper #menu li li a {
	padding: 3px 14px;
	min-width: 6em;
	white-space: nowrap;
	border-top: 1px solid #005ade;
	background: #c9eefe !important;
	color: #005ade;
}

* html #wrapper #menu li li a { 
	/* Hover-back & clickarea is not 100% width in IE */
	height: 0.1em;
	width: 10em;
}

#wrapper #menu li li a:hover {
	background: white !important;
}


/* address */

address {
	font-style: normal;
}

address span.label {
	display: block;
	float: left;
	width: 4.5em;
	white-space: nowrap;
}


/* #footer */

#footer	{
	position: relative;
	width: 100%;
	border-top: 2px solid #c41131;
	font-size: 11px;
	line-height: 120%;
	color: #949494;
}

#footer .wrapper {
	padding: 4px 10px 4px 10px;
	text-align: left;
}

#footer a	{
	color: #949494;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
}


/* breadcrumbs */

#breadcrumbs {
	position: absolute;
	top: 161px;
	left: 0;
	width: 100%;
	background: #005ade;
	border-bottom: 1px solid white;
}

#breadcrumbs,
#breadcrumbs li {
	margin: 0; padding: 0;
}

#breadcrumbs li {
	float: left;
	display: inline;
	padding: 0 5px 1px 13px;
	background: url(../images/interface/breadcrumbs_arrow.png) no-repeat 3px 7px;
	font-size: 11px;
	color: white;
}

#breadcrumbs li.first {
	background: none;
}

#breadcrumbs li a {
	color: white;
	text-decoration: underline;
}
#breadcrumbs li a:hover {
	color: #c1eaff;
}

/* image gallery */

div.imageGallery {
	width: 90%;
}
div.imageGallery div {
	width: 250px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 0.85em;
	line-height: 130%;
	padding: 5px;
}
div.imageGallery img {
	display: block;
}

table.imageGallery {
	width: 90%;
}
table.imageGallery td {
	vertical-align: middle;
	text-align: center;
	padding: 0.5em;
}


/* prijstabel */
table.tabular {
	border: 1px solid #005ade;
	border-collapse: collapse;
}

html>body table.tabular {
	border-left: 2px solid #005ade; /* left border disappears in Firefox */
}

table.tabular th,
table.tabular td {
	padding: 0.2em 1em;
	text-align: center;
}

table.tabular th {
	background: #005ade;
	color: white;
}

table.tabular td {
	border-top: 1px solid #005ade;
}

table.tabular .even td {
	background: #ebf3fe;
}



/* prijsvraag */
#prijsvraag {
	width: 60%;
	background: #fff;
	border: 1px solid #005ade;
}
#prijsvraag h2 {
	position: static;
	margin: 0;
	padding: 0.1em 0.5em;
	background: #005ade;
	font-size: 1.1em;
	color: white;
}
#prijsvraag .wrapper {
	padding: 0.2em 0.5em;
}

/* various classes */

.show_ie {
	display: none;
}
* html .show_ie {
	display: block;
}

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}
#content hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #008338;
	color: #008338;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

.border img,
img.border {
	border: 1px solid white;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 0 1em 1em;
}

.center {
	text-align: center;
}

abbr {
	border-bottom: 1px dotted silver;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}

