
html, body {
	height: 100%;
}


body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #595858;
	font-family: arial;
	background: #e7ecf1 url(../img/bg-content.gif) repeat-y center;
}

/* Containers
-------------------------------------------------------------- */

.outer-container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../img/bg.gif) repeat-x;
	margin: 0 auto -30px;
}

.container {
	width: 820px;
	text-align: left;
	margin: 0 auto;
}

.container a {
	color: #d81818;
}

.container a:hover {
	color: #1d426f;
}


/* Header
-------------------------------------------------------------- */

.header {
	height: 142px;
	position: relative;
}

.header h1 {
	margin: 0;
	padding: 0;
}

.header h1 a {
	position: absolute;
	width: 161px;
	height: 73px;
	background: url(../img/logo.gif) no-repeat;
	display: block;
	text-decoration: none;
	top: 15px;
	left: 0;
}

.header h1 a span {
	visibility: hidden;
}

.header-image {
	background: url(../img/header-image.jpg) no-repeat;
	position:absolute;
	right: 0;
	top:6px;
	width: 603px;
	height: 82px;
}

/* Nav
-------------------------------------------------------------- */

#nav {
	height: 44px;
	position: absolute;
	bottom: 3px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	background:  url(../img/bg-nav.gif) no-repeat left;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	padding: 11px 15px 13px 15px;
	margin: 0;
	display: block;
}

#nav li a:hover, #nav li a.active {
	color: #d50707;
}

#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background: #1c406c;
}


#nav li li {
	background:  none;
	border-top: 1px solid #245188;
	border-bottom: 1px solid #173357;
}

#nav li ul li a {
	padding: 5px 0px 5px 15px;
	display: block;
	width: 185px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 1px;
}

/* content-container
-------------------------------------------------------------- */

.content-container {
	background: url(../img/bg-content.gif) repeat-y;
	padding-top: 30px;
	min-height: 100%;
	height: 100%;
}

/* content
-------------------------------------------------------------- */
.content {
	float: left;
	width: 515px;
	padding: 0 20px;
}

.content h2 {
	font-size: 19px;
	color: #d50707;
	font-family: 'Georgia';
	background: url(../img/dotted-line.gif) repeat-x bottom;
	line-height: 20px;
	padding-bottom: 16px;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

.content h3 {
	font-size: 13px;
	color: #1d426f;
	font-family: 'Georgia';
	font-weight: bold;
}

.content h4 {
	font-size: 12px;
	color: #1d426f;
	font-family: 'Georgia';
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content img {
	border: 1px solid #cbd1d6;
	float: left;
	clear: left;
	padding: 1px;
	margin: 3px 8px 0px 0;
}

.content p.inleiding  {
	margin: 0;
}

.content p.info {
	position: relative;
	color: #d81818;
}

.content p.info span {
	position: absolute;
	right: 0;
	font-size: 11px;
	color: #bab7b7;
}


.content .blok-left, .content .blok-right {
	width: 242px;
	float: left;
	display: inline;
	position: relative;
}

.content .blok-right {
	margin-left: 31px;
}

.content .item {
	background: url(../img/dotted-line.gif) repeat-x bottom;
	padding: 10px 0;
}

.gallery {
	display: block;
}

.gallery img {
	float: left;
	clear: none;
}


p.error {
	color: #d81818;
	font-weight: bold;
}

.formulier {
	margin: 0;
	padding: 0;
}

.formulier fieldset {
	padding-bottom: 2px;
	background: url(../img/dotted-line.gif) repeat-x bottom;
	border: 0;
	margin: 0;
}

.formulier label {
	float: left;
	width: 50px;
	text-align: right;
	padding-right: 10px;
}

.formulier input.text {
	width: 150px;
	border: 1px solid #cbd1d6;
	background: #e7ecf1;
	padding: 1px;
}

.formulier textarea {
	border: 1px solid #cbd1d6;
	background: #e7ecf1;
	width: 380px;
	height: 130px;
}

.formulier a.submit {
	background: #1c3f6b;
	padding: 2px 10px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #173357;
	float: left;
	display: inline;
	margin-left: 60px;
	margin-bottom: 10px;
}

.formulier a:hover {
	background: #1f497c;
	color: #fff;
}



/* sidebar
-------------------------------------------------------------- */

.sidebar {
	width: 264px;
	float: left;
}

.sidebar h2 {
	font-size: 19px;
	color: #1d426f;
	font-family: 'Georgia';
	background: url(../img/arrow.gif) no-repeat left 7px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 19px;
	letter-spacing: -1px;
}

.sidebar-content {
	margin: 0 0 20px 20px;
}

.sidebar-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #cbd1d6;
}

.sidebar-content ul li {
	border-top: 1px solid #cbd1d6;
}

.sidebar-content ul li a {
	position: relative;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}

.sidebar-content ul li a:hover {
	background: #e2e7ed;
}

.sidebar-content ul li a span {
	position: absolute;
	color: #1d426f;
	font-size: 11px;
	top: 7px;
	right: 0;
}

.sidebar-content  p.info {
	color: #d50707;
}


.sidebar .banner {
	border: 1px solid #cbd1d6;
	background: #fff;
	width: 240px;
	margin-bottom: 10px;
	position: relative;
}

.sidebar .banner p {
	margin: 0;
	padding: 0;
	color: #efa1a1;
	font-family: 'Georgia';
	font-size: 18px;
	text-align: center;
	line-height: 65px;
}


/* Footer
-------------------------------------------------------------- */

.footer, .push {
	height: 30px;
}

.footer {
	width: 820px;
	text-align: left;
	margin: 0 auto;
}

.footer .left {
	float: left;
	color: #ccc;
	font-size: 11px;
	width: 515px;
	padding: 0 20px;
}

.footer .right {
	float: right;
	width: 244px;
	padding-left: 20px;
}

.footer .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer .right ul li {
	float: left;
}

.footer .right ul li.rss a {
	background: url(../img/rss.gif) no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
}


