/* -------------------------------------------------------
ALGEMEEN
------------------------------------------------------- */
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background-image: url(../img/body-bg.gif);
	background-repeat: repeat-x;
}

* html body { text-align: center; }
* html #wrap { text-align: left; }

#wrap
{
	position: relative;
	z-index: 1;
	top: 0px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}

td
{
	text-align: left;
	vertical-align: top;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #ff0033;
	font-weight: bold;
}

.red
{
	color: #ff0033;
}

/* -------------------------------------------------------
HEADER
------------------------------------------------------- */
#hdr
{
	position: relative;
	height: 135px;
	width: 100%;
	background-image: url(../img/hdr-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#hdr-logo
{
	position: absolute;
	top: 40px;
	z-index: 2;
	left: 10px;
	width: 410px;
	height: 51px;
}

#hdr-img
{
	position: relative;
	top: 24px;
	right: 0px;
	width: 515px;
	height: 111px;
	float: right;
}

/* -------------------------------------------------------
NAVIGATIE
------------------------------------------------------- */
#nav
{
	position: relative;
	margin: 0;
	padding: 0;
	height: 170px;
	width: 100%;
	border-top: 4px solid #000000;
}

/* -------------------------------------------------------
BREADCRUMBS
------------------------------------------------------- */
#breadcrumbs
{
	margin-bottom: 20px;
	color: #666666;
	font-size: .9em;
}

#breadcrumbs a
{
	padding-right: 6px;
	border-right: 1px solid #999999;
	font-size: .9em;
}

/* -------------------------------------------------------
CONTENT
------------------------------------------------------- */
#con
{
	position: relative;
	left: 400px;
	top: 20px; /* 0px */
	width: 440px;
	padding-bottom: 20px;
	border-bottom: 3px solid #ff0033;
	margin-bottom: 20px;
}

#con div.inner
{
	margin: 0;
	padding: 0;
}

#con h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #ff0033;
	margin: 0;
}

#con h2.subhdr
{
	
	font-size: 1.3em;
	color: #ff0033;
	margin: 0;
	line-height: 1em;
}

#con p.intro
{
	color: #000000;
	font-weight: bold;
}

#con em
{
	color: #F03;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

/* -------------------------------------------------------
LINKER KOLOM
------------------------------------------------------- */
#lft
{
	position: absolute;
	z-index: 10;
	right: 600px;
	top: 370px;
	width: auto;
	height: 200px;
}

/* -------------------------------------------------------
FOOTER
------------------------------------------------------- */
#ftr
{
	position: relative;
	left: 400px;
	width: 440px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#ftr div.inner
{
	margin: 0;
	padding: 20px 0;
	color: #999999;
	font-size: 11px;
}

#ftr div.inner p
{
	margin: 0;
	padding: 0;
	line-height: 11px;
}

#ftr a:link,
#ftr a:visited,
#ftr a:hover,
#ftr a:active
{
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#ftr a:hover
{
	color: #333333;
	text-decoration: underline;
}

/* -------------------------------------------------------
NOFLASH
------------------------------------------------------- */
#noflash
{
	text-align: center;
	padding: 10px 200px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

#noflash a:link,
#noflash a:visited,
#noflash a:hover,
#noflash a:active
{
	color: #ffffff;
}

/* -------------------------------------------------------
OFFERTEPANEL
------------------------------------------------------- */
.offertepanel
{
	width: 160px;
	padding: 10px;
	background-color: #000;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
}
.offertepanel a:link,
.offertepanel a:visited,
.offertepanel a:hover,
.offertepanel a:active
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.offertepanel a:hover
{
	text-decoration: underline;
}

/* -------------------------------------------------------
IFRAME
------------------------------------------------------- */
#iframe
{
	width: 440px;
	height: 400px;
	border: none;
}
