@import url(layout.css);
@import url(navigation.css);
@import url(headings.css);
html {
	font: 12px Helvetica, Arial, Verdana, Sans-Serif;
	color: #555;
}

a {
	color: #624e08;
}

a:visited {
	color: #624e08;
}

a:hover {
	color: #4794e0;
}

a.js:visited {
	color: #1b5c9d;
}

a.js:hover {
	color: #4794e0;
}

img {
	border: none;
	vertical-align: middle;
}

span.note {
	background:#FFF3A3 url(../images/note.png) no-repeat scroll 10px 50%;
	border:1px solid #e7bd72;
	color:#000;
}
	span.note, span.doc {
	display:block;
	margin:15px 0;
	padding:8px 10px 8px 36px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

p,h4 {
	padding-bottom:1em;
}

ul {
	list-style: none;
	margin-bottom: 1em;
}
fieldset { 
	margin: 0;
	padding: 0; 
	border: 0;
}

label { 
	display:block; 
}

input.text,textarea { 
	width: 400px;
	margin: 1px 0;
	padding: 3px;
	color: #333;
	border:1px solid #ccc; 
}

input.submit { 
	padding: 2px 5px;
	font: bold 12px/12px verdana,arial,sans-serif; 
}

p.alert {
	margin: 15px 0pt;
	padding: 8px 10px 8px 36px;
	background: #ffd5d5 url(../images/alert.png) no-repeat 10px 50%;
	border: 1px solid #ffacad;
	color: #cf3738;
	display: block;
}

#emailError {
	display:none;
}

ol {
	margin-left: 25px;
}

input {
	vertical-align: middle;
}

address {
	float: left;
	font-style: normal;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

pre{
	width: 100%;
	padding: 15px 10px;
	clear: both;
	margin-bottom: 1em;
	overflow: auto;
	border: 1px solid #e4e4e4;
	background: #e4e4e4;
	font-family:"Courier New", Courier, monospace;
	line-height: 1.5;
}

img.icon_information {
	padding-bottom: 3px;
}

img#kaart {
	float:right;
}

#layout_left ul li {
	background: url(../images/li.jpg) no-repeat 2px 4px;
	padding-left: 12px;
}

#layout_header {
	background: #fff;
}

#layout_header h1 {
	height: 0;
	overflow: hidden;
}

#layout_header a#logo {
	width: 1004px;
	height: 0px;
	padding-top: 158px;
	overflow: hidden;
	float: left;
	display: block;
	background: url(../images/logo.png) no-repeat;
	margin-left: 10px;
}

#layout_left.large h2.toggle {
	background: url(../images/open_menu.png) no-repeat;
}

body.js div.article {
	display: none;
} 

body.js div.article.active,
body.js div.article.full {
	display: block;
} 

#layout_footer {
	font-size: 10px;
	text-align: center;
	margin: 0 10px;
}

#layout_footer p {
	margin: 0;
}

#layout_footer address {
	display: inline;
}

#layout_footer span.phone span.type {
	display: none;
}


a.external img {
	margin-left: 3px;
	vertical-align: baseline;
}

p.more {
	margin: 0;
	padding-left: 12px;
	background: url(/images/default/li_background.png) no-repeat 2px 4px;
}

p.back {
	margin: 0;
	padding-left: 12px;
	background: url(/images/default/blackarrow_back.png) no-repeat 2px 4px;
}

p.sectionfooter {
	color: #666;
	font-size: 11px;
	text-align: right;
}

#layout_navigation {
	font-size: 11px;
	background: #fff;
	margin-top: 20px;
}

