html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}

body	{
	color: #333;
	background: #5f3751;
}


/* #wrapper */

#wrapper {
	position: relative;
	width: 998px;
	margin: 0 auto;
	background: white url(../images/interface/column_back.gif) repeat-y left 156px;
	border: 1px solid white;
	border-top: none;
}

/* header / logo */

#header	{
	height: 156px;
	background: url(../images/interface/header.jpg) no-repeat left top;
	width: 100%;
}

#header h1 {
	margin: 0; padding: 0;
	position: absolute;
	top: 0;	left: 10px;
	width: 152px; height: 172px;
	text-indent: -999em;
}
#header h1 a {
	display: block;
	width: 152px; height: 172px;
	background: url(../images/interface/logo_feo.png) no-repeat left top;
}
* html #header h1 a {
	cursor: pointer;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_feo.png');
}

#header h2 {
	margin: 0; padding: 0;
	position: absolute;
	display: block;
	top: 112px;	left: 200px;
	width: 352px; height: 19px;
	text-indent: -999em;
}
#header h2 span {
	display: block;
	width: 352px; height: 19px;
	background: url(../images/interface/logo_payoff.png) no-repeat left top;
}
* html #header h2 span {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/interface/logo_payoff.png');
}

/* #content */

#content {
	position: relative;
	padding: 0 0 0 214px;
	min-height: 480px;
}
* html #content {
	height: 480px;
}

#content h2 {
	background: #d71d5a;
	padding: 5px 15px;
	font-size: 18px;
	color: white;
}


/* primaryContent */

#primaryContent {
	float: left; display: inline;
	width: 660px;
}
#primaryContent .wrapper {
	padding: 5px 15px;
}

/* secondaryContent */

#secondaryContent {
	float: right; display: inline;
	width: 110px;
	text-align: center;
}
#secondaryContent .wrapper {
	padding: 15px 15px 15px 0;
}

/* search */

#search {
	position: absolute;
	top: 83px; right: 0;
	width: 290px;
}
#search h2 {
	display: block;
	font-size: 16px;
	padding-left: 8px;
	color: white;
}
#search form {
	position: absolute;
	top: 26px;
	margin: 0;
}
#search label {
	display: none;
}
#search select {
	width: 200px;
	vertical-align: middle;
}

#search input.button {
	vertical-align: middle;
}


/* address */

#address {
	position: absolute;
	left: 20px; bottom: 15px;
	color: #9bc8e4;
}
#address address {
	font-style: normal;
	margin: 0;
}
#address a {
	color: #9bc8e4;
	text-decoration: none;
}
#address a:hover {
	color: white;
	text-decoration: underline;
}

address span.label {
	display: block;
	float: left;
	width: 4.5em;
	white-space: nowrap;
}

/* #menu */

#menu {
	position: absolute;
	top: 185px;
	left: 0;
}

#menu ul {
	width: 214px;
}

#menu ul,
#menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	float: left; display: inline;
	position: relative;
	margin-bottom: 3px;
}
#menu ul li a {
	display: block;
	width: 190px;
	height: 21px;
	margin: 0;
	padding: 3px 3px 3px 21px;
	white-space: nowrap;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #338ec8 url(../images/interface/menu_back.png) repeat-y left top;
}
* html #menu ul li a {
	width: 214px;	/* different width for IE5 (boxmodel) */
	w\idth: 190px;	/* reset width for IE5 */
}
#menu ul li.hover a,
#menu ul li:hover a,
#menu ul li a:hover,
#menu ul li.last a {
	background: #9bc8e4;
	color: #0072ba;
}
#wrapper #menu ul li.active a {
	background: white;
	color: #d71d5a;
}

#menu ul li.last {
	margin-top: 15px;
}
#menu ul li.last a:hover {
	background: white;
	color: #0072ba;
}

/* submenu */
#wrapper #menu ul ul {
	display: none;	/* hide submenu */
	position: absolute;
	z-index: 99;
	left: 214px; top: -3px;
	width: 217px;
	border: 3px solid #7fb8dc;
	border-bottom: none;
	border-left: none;
}
* html #wrapper #menu ul ul {
	width: 214px;
	w\idth: 214px;
}

#wrapper #menu ul ul,
#wrapper #menu ul ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper #menu ul li:hover ul,
#wrapper #menu ul li.hover ul {
	/* #menu ul li.hover ul is used by script for IE/WIN found in scripts/menu.js */
	display: block;
}

#wrapper #menu li li {
	background: none;
	height: auto;
}

#wrapper #menu ul li li a {
	height: auto;
	width: 200px;
	padding: 4px 3px 4px 14px;
	border-bottom: 3px solid #7fb8dc;
	background: #9bc8e4 !important;
	color: #0072ba!important;
}
* html #wrapper #menu ul li li a {
	width: 214px;	/* different width for IE5 (boxmodel) */
	w\idth: 200px;	/* reset width for IE6 */
}

#wrapper #menu li li a:hover {
	background: white !important;
	color: #0072ba !important;
}


/* #footer */

#footer	{
	position: relative;
	width: 100%;
	height: 36px;
	font-size: 11px;
	line-height: 120%;
	color: white;
}

#footer .wrapper {
	padding: 5px 15px 0 15px;
	text-align: center;
}

#footer span {
	padding: 0 5px;
	color: #e6aac3;
}

#footer a	{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:hover {
	color: #e6aac3;
}


/* lists */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.3em;
	background: url(../images/interface/bullet.png) no-repeat 0.5em 0.5em;
}
#content ul li li {
	background-image: url(../images/interface/bullet2.png);
}
#content ul.downloads li    {
	clear: both;
}


dl.dateListing {
	margin-bottom: 0.5em;
}
dl.dateListing dt {
	width: 6em;
	font-weight: normal;
	font-size: 0.92em;
	color: #3891c9;
}
dl.dateListing dd {
	margin-bottom: 0.2em;
}
dl.dateListing dd a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
dl.dateListing dd a:hover {
	text-decoration: underline;
	color: #d71d5a;
}

/* various classes */

hr,
h2 {
	display: none;
}
#content hr,
#content h2 {
	display: block;
}
#content hr {
	height: 1px;
	border-collapse: collapse;
	background: none;
	border-top: 1px solid #3891c9;
	border-bottom: none;
}

.skip,
.noScreen {
	display: none;
}

a.tel {
	text-decoration: none;
	color: black;
	cursor: default;
}

abbr {
	border: none;
}

.clearBoth {
	clear: both;
	height: 0;
	line-height: 0%;
	font-size: 0;
	visibility: hidden;
}


/* SPECIFIC */

#secondaryContent .wrapper div {
	width: 87px; height: 71px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sideImage1 {
	background-image: url(../images/interface/sidepic_geven.png);
}
#sideImage2 {
	background-image: url(../images/interface/sidepic_luisteren.png);
}
#sideImage3 {
	background-image: url(../images/interface/sidepic_bidden.png);
}
#sideImage4 {
	background-image: url(../images/interface/sidepic_helpen.png);
}
#sideImage5 {
	background-image: url(../images/interface/sidepic_zien.png);
}

/* map */
#map {
	float: right; display: inline;
	margin-right: 4em;
}
#map img {
	border: none;
}

