/* @override http://concept7.jonnoriekwel.nl/elann/css/print.css */

body {
	font: 75%/1.5em Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
	text-shadow: #000 0px 0px 0px;
	color: #555;
	background-image: none;
	background-color: #fff;
	padding-top: 50px;
}

p {
	margin-bottom: 1.5em;
	padding: 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #000;
}

em {
	font-weight: normal;
	font-style: normal;
}

img {
	vertical-align: bottom;
	border-style: none;
}

a:link {
	color: #000;
}

a:link:hover {
	color: #cf8325;
}

.container a.left {
	text-align: center;
	color: #aeaeae;
	font-size: 0.9em;
	float: left;
	text-decoration: none;
	border-bottom: 1px solid #e1ded8;
	width: 158px;
	margin-right: 10px;
	padding-bottom: 3px;
	position: relative;
	top: 0;
	left: 0;
}

.container a.left img.img {
	padding: 3px;
	border: 1px solid #e1ded8;
	display: block;
	width: 150px;
	margin-bottom: 3px;
}

.container a.left:hover {
}

.container a.left:hover img.img {
	border-color: #d0872c;
}

.container a.left img.zoom {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 4px;
	display: none;
}

.container a.right {
	text-align: center;
	color: #aeaeae;
	font-size: 0.9em;
	text-decoration: none;
	border-bottom: 1px solid #e1ded8;
	width: 158px;
	padding-bottom: 3px;
	position: relative;
	top: 0;
	left: 0;
	float: right;
	margin-left: 10px;
}

.container a.right img.img {
	padding: 3px;
	border: 1px solid #e1ded8;
	display: block;
	width: 150px;
	margin-bottom: 3px;
}

.container a.right:hover {
}

.container a.right:hover img.img {
	border-color: #d0872c;
}

.container a.right img.zoom {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 4px;
	display: none;
}

.container {
	overflow: hidden;
	margin: 0;
	position: relative;
}

a.docgif,
a.docjpg,
a.docbmp,
a.docpdf,
a.docdoc,
a.docxls,
a.doczip,
a.doctxt{
	padding-left: 0;
	display: block;
	height: 16px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #e1ded8;
	border-top: 1px solid #e1ded8;
	color: #555;
	margin-bottom: 1.5em;
	background-position: 0 center;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-top: 1.5em;
}

a.docgif:hover,
a.docjpg:hover,
a.docbmp:hover,
a.docpdf:hover,
a.docdoc:hover,
a.docxls:hover,
a.doczip:hover,
a.doctxt:hover{
	background-color: #f6f5f4;
	text-decoration: underline;
	color: #555;
}

/* HEADER */

#header {
	margin-bottom: 20px;
}

#header a#logo {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}

#header #sitemap {
	float: right;
	margin-top: 13px;
	margin-right: 6px;
	display: none;
}

#header #quicksearch {
	display: none;
}

/* NAVIGATION */

#navigation ul {
	clear: both;
	height: 49px;
	background: url(../images/navigation_bg.gif) no-repeat;
	overflow: hidden;
	padding-left: 22px;
	display: none;
}

/* SUBNAV */

#subnav {
	display: none;
}

/* PICTURE */

#picture {
	display: none;
}

/* INTRO */

#intro {
	background: #fff center -176px;
	margin-top: 20px;
}

#intro h2 {
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px dashed #000;
}

#intro p {
	font-style: italic;
}

#intro img {
	
}

#intro a.more {
	color: #555;
	display: none;
}

/* MAIN */

#main {
	background-color: #fff;
	padding-bottom: 1.5em;
}

/* BREADCRUMBS */

#breadcrumbs {
	color: #b0afab;
	margin-bottom: 1.5em;
}

#breadcrumbs a {
	color: #b0afab;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #000;
}

/* CONTENT */

#content {
	display: inline;
}

#content h1 {
	margin-top: 0.6em;
	margin-bottom: 1em;
	font-size: 1.2em;
}

#content h2 {
	font-weight: bold;
	padding-top: 1px;
	margin-bottom: 0.2em;
}

#content h2 a {
	color: #000;
}

#content a.more {
	color: #b3b3b3;
}

#content dl dt {
	font-weight: bold;
	padding-top: 1px;
	margin-bottom: 0.2em;
}

#content dl dd {
	margin-bottom: 1.5em;
}

#content h3 {
	margin-bottom: 2em;
	margin-top: 0.6em;
	font-size: 1.5px;
}

#content ul {
	margin-bottom: 1.5em;
}

#content ul li {
	background: url(../images/bullet2.gif) no-repeat 0 6px;
	padding-left: 12px;
	list-style-type: none;
}

#content ul li ul {
	margin-top: 0;
}

#content ul li a {
	color: #000;
	text-decoration: none;
}

#content ul li ul li {
	background-image: none;
}

#content .row {
	margin-bottom: 1em;
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

#content .row em {
	color: #9a9a9a;
	display: block;
	padding-top: 4px;
	margin-bottom: 8px;
	font-style: italic;
}

#content .row p {
}

#content .row .date {
	width: 34px;
	float: left;
	margin-right: 18px;
	margin-left: 0;
	display: inline;
	margin-bottom: 0;
	border: 1px solid #ccc;
	text-align: center;
	padding-right: 1px;
}

#content .row .date h2 {
	font-size: 1.2em;
	width: 36px;
	padding-top: 1px;
	padding-bottom: 0;
	line-height: 1.5em;
	margin: 0;
	color: #4c4c4c;
}

#content .row .date em {
	width: 36px;
	display: block;
	margin: 0;
	padding: 0 0 1px;
	color: #999;
	font-weight: normal;
	font-style: normal;
}

#content hr {
	border-bottom-style: none;
	border-top: 1px solid #ccc;
	height: 1px;
	border-left-style: none;
	border-right-style: none;
	border-right-width: 0;
	border-left-width: 0;
}

#content p {
	padding-top: 0;
	margin-top: 0;
}

#content #options {
	display: none;
}

/* SIDEBAR */

#sidebar {
	float: right;
	display: none;
	width: 310px;
	margin-right: 20px;
	margin-top: 30px;
	color: #817e7c;
	background: url(../images/row_bot.gif) no-repeat 0 bottom;
	padding-bottom: 13px;
}

/* FOOTER */

#footer {
	background-image: none;
}

#footer p {
	text-align: right;
	color: #000;
	line-height: 6em;
}

#footer p a {
	color: #000;
	text-decoration: underline;
	margin-left: 20px;
	display: none;
}

/* FORM */

form#contact {
	margin-top: 1.5em;
}

form#contact div {
	display: block;
	overflow: hidden;
	margin-bottom: 1.5em;
}

form#contact span {
	color: #000;
	font-weight: bold;
}

form#contact .required-error {
	padding: 5px;
	border: 2px solid #000;
}

form#contact .required-error label {
	width: 193px;
}

form#contact .required-error big {
	display: block;
	clear: both;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}

form#contact legend {
	font-weight: bold;
	padding-top: 1px;
	font-size: 1.1em;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-left: 0;
}

form#contact label {
	float: left;
	width: 200px;
	position: relative;
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
}

form#contact input {
	border: 1px solid #666;
	height: 1.5em;
	width: 200px;
}

form#contact textarea {
	width: 202px;
	overflow: hidden;
	border: 1px solid #666;
}

form#contact button {
	width: 94px;
	height: 25px;
	cursor: pointer;
	display: block;
	margin-left: 319px;
	background-color: #fff;
	border: 1px solid #666;
}

form#contact .style-radios {
	margin-bottom: 0;
	width: 220px;
	margin-right: 0;
	display: inline;
}

form#contact .style-radios label {
	width: auto;
	float: none;
	margin-right: 25px;
}

form#contact .style-radios input {
	width: 13px;
	height: 13px;
	margin-right: 3px;
	border-style: none;
	border-width: 0;
}