body {
	margin: 0;	
}
div#wrapper {
	width: 900px;
	margin: 20px auto;
	background: url(../images/left_background.gif) repeat-y;
}
div#header {
	height: 70px;
	background: url(../images/navigation_background.gif);
}
div#header div.inner {
	height: 70px;
	background: url(../images/navigation_corner.gif) top right no-repeat;
}
div#logo {
	float: left;
	width: 200px;
	height: 70px;
	background: #fff;
}
div#logo img {
	margin: 10px 0 0 20px;
}
div#left {
	float: left;
	width: 200px;
	_height: 380px;
	min-height: 380px;
}
div#middle {
	float: left;
	width: 310px;
	margin: 0 20px;
}
div#right {
	float: left;
	width: 350px;
}
div#footer {
	position: relative;
	border-top: 1px solid #d9d9d9;
	background: #fff;
}
div#footer p {
	position: absolute;
	top: -29px;
	right: 30px;
	padding: 0 15px;
	background: #fff;
}
div#footer p,
div#footer a {
	color: #c8c8c8;
}

/* Font */
body, td, input, textarea {
	font: 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
}
h1 {
	font-size: 17px;
	font-weight: normal;
	color: #db001b;
}
h2 {
	font-size: 14px;
	font-weight: normal;
}
h3 {
	font-size: 11px;
}

/* Margin */
h1, h2, p {
	margin: 18px 0;
}
ol {
	padding: 0;
	margin: 18px 36px;
}
ul {
	padding: 0;
	margin: 18px 36px 18px 3px;
	list-style: none;
}
ul li {
	background: url(../images/news_bullet.gif) 0 6px no-repeat;
	padding-left: 15px;	
}
form {
	padding: 0;
	margin: 0;
}

/* Global */
a {
	color: #db001b;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
input {
	line-height: normal;	
}
img {
	border: none;	
}
div.clear {
	clear: both;
}

/* Forms */
div.form {
	margin: 18px 0;	
}
div.form div.regel {
	margin-bottom: 4px;	
}
div.form label {
	display: block;
	float: left;
	width: 140px;
	margin-top: 2px;
}
div.form label.wide {
	float: none;
	width: auto;
	margin-bottom: 5px;
}
div.form div.regel.radio {
	height: 20px;	
}
div.form div.regel.radio input {
	float: left;
	margin-right: 5px;
}
div.form div.regel.radio label {
	width: 270px;
}
div.form input.text,
div.form textarea {
	border: 1px solid #d9d9d9;
	background: #fff;
	width: 130px;
	padding: 4px 5px;
	margin-right: 10px;	
}
div.form input.text.wide {
	width: 270px;
}
div.form textarea {
	width: 250px;	
}
div.form input.button {
	margin-top: 14px;	
}
div.form div.message {
	display: none;
	margin: 18px 0;
	padding: 18px 20px;
	background: #ebebeb url(../images/object_background.gif) right top no-repeat;
}
div.form div.message p {
	margin-top: 0;
	margin-bottom: 10px;
}
div.form div.message span {
	background: url(../images/news_bullet.gif) 0 6px no-repeat;
	padding-left: 15px;	
	margin-left: 3px;
}

/* Taalselectie */
div#language {
	float: right;
	margin: 11px 20px 0 0;
	font-size: 17px;
	text-align: right;
}
div#language a {
	color: #fff;
	margin-right: 5px;
}
div#language a.active_element {
	font-weight: bold;	
}

/* Hoofdnavigatie */
div#navigation {
	position: relative;
	float: left;
	width: 600px;
	height: 70px;
}
div#navigation ul {
	margin: 0;
}
div#navigation li {
	display: inline;
	background: none;
	padding: 0;
}
div#navigation a {
	float: left;
	display: block;
	padding: 10px 15px 11px 15px;
	border-right: 1px solid #d0001a;
	font-size: 14px;
	color: #fff;
}
div#navigation li.active a {
	background: #e1001c;
}
div#navigation ul ul {
	position: absolute;
	top: 42px;
	left: 6px;
	width: 688px;
}
div#navigation ul ul a {
	padding: 3px 7px;
	border: none;
	font-size: 11px;
	color: #fff;
}

/* Subnavigatie */
div.subnavigation h2 {
	margin: 0;
	padding: 6px 20px;
	background: #cfcfca url(../images/left_heading_background.gif) repeat-x;
	border-bottom: 1px solid #ccc;
	color: #000;
}

/* Niveau 1*/
div.subnavigation ul {
	margin: 0;	
	list-style: none;
}
div.subnavigation li {
	padding: 0;	
	background: none;
}
div.subnavigation a {
	display: block;
	width: 160px;
	padding: 5px 20px;
	border-top: 1px solid #ccc;
}
div.subnavigation li.last_element a {
	border-bottom: 1px solid #ccc;
}
div.subnavigation a:hover {
	color: #000;
	background: #ccc;
	text-decoration: none;
}
div.subnavigation li.active_element a,
div.subnavigation li.active_element a:hover,
div.subnavigation li.active_last_element a,
div.subnavigation li.active_last_element a:hover {
	background: #db001b;
	color: #fff;
}
div.subnavigation li.active_element a:hover,
div.subnavigation li.active_last_element a:hover {
	text-decoration: none;
}
div.subnavigation li.active_last_element a {
	border-bottom: 1px solid #ccc;	
}

/* Niveau 2 */
div.subnavigation ul li.active_element ul a,
div.subnavigation ul li.active_element ul a:hover,
div.subnavigation ul li.active_last_element ul a,
div.subnavigation ul li.active_last_element ul a:hover {
	width: 140px;
	padding: 0 15px;
	margin: 5px 30px;
	color: #444;
	background: url(../images/subnavigation_bullet.gif) 0 7px no-repeat;
	border: none;
}
div.subnavigation ul li.active_element ul a:hover,
div.subnavigation ul li.active_last_element ul a:hover {
	text-decoration: underline;
}
div.subnavigation ul li.active_element ul li.active_element a,
div.subnavigation ul li.active_last_element ul li.active_element a {
	color: #db001b;	
}
div.subnavigation ul li.active_last_element ul {
	border-bottom: 1px solid #ccc;	
}

/* Trace */
div#trace {
	padding: 10px;
	background: #fff;
}
div#trace,
div#trace a {
	color: #aaa;
}
div#trace a {
	margin: 0 5px;	
}
div#trace a:hover {
	color: #666;
}
div#trace img {
	margin-bottom: 1px;
}

/* Nieuwspagina */
div#news_page div.thumbnail {
	float: right;
	width: 100px;
	height: 100px;
	margin-left: 20px;
}
div#news_page div.element, div#feed div.element {
	margin: 20px 0;
	padding: 18px 20px 8px 20px;
	background: #ebebeb url(../images/object_background.gif) right top no-repeat;
}
div#news_page div.element h2, div#feed div.element h2 {
	margin: 0;
}
div#news_page div.element p, div#feed div.element p {
	margin: 10px 0;	
}
div#news_page p.read_more, div#feed p.read_more {
	margin: 0;
	font-weight: bold;
}

/* List */
div#news_page ul {
	margin: 18px 0;
	list-style: none;
}
div#news_page li {
	background: url(../images/news_bullet.gif) 0 5px no-repeat;
	padding-left: 15px;
}
div#news_page h3 {
	margin: 0;
}
div#news_page ul a {
	font-weight: normal;
}
div#news_page ul span {
	color: #666;	
	margin-right: 8px;
}

/* Nieuwspagina bericht */
div#news_page div#message {
	border-bottom: 1px solid #eee;
	padding-bottom: 18px;
}
div#news_page div#message div.header {
	font-weight: bold;	
}

/* Google maps */
div#google_maps {
	margin-top: 18px;
	cursor: pointer;
	border: 1px solid #ccc;
}
div#google_maps table td {
	vertical-align: top;
}	
div#google_maps div.google_maps_container {
	width: 100%;
	height: 400px;
}
div#google_maps_navigation h2 {
	margin-top: 0;	
}
div#google_maps_navigation div.form {
	width: 300px;
	margin: 20px 0;
	padding: 18px 20px;
	background: #ebebeb url(../images/object_background.gif) right top no-repeat;
}
div#google_maps_navigation input.text {
	width: 200px;	
}
div#google_maps_navigation div.route {
	margin-bottom: 10px;	
}

#data {
	padding: 1px 50px;
}

#data th,
#data td {
	white-space: nowrap;
}

#share {
	padding-bottom: 20px;
}

#share .twitter-share-button,
#share .IN-widget,
#share .fb_iframe_widget {
	float: left;
	margin-right: 10px;
}
