@CHARSET "UTF-8";

@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic);

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	border: 0;
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	line-height: inherit;
	outline: 0;
	position: relative;
	vertical-align: baseline;
}

*:focus {
	outline: 0;
}

body {
	color: #58595b;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
}

a {
	color: #1f84c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
}

h1 {
	color: #13a89e;
	font-size: 1.8em;
	text-transform: uppercase;
}

h2,h3 {
	color: #1f84c7;
	font-size: 1.4em;
}

h4,h5,h6 {
	color: #1f84c7;
	font-size: 1.8em;
	text-transform: uppercase;
}

p {
	font-size: 1.2em;
	margin: 1em 0;
}

ol,ul {
	font-size: 1.2em;
	margin: 1em 0;
	padding: 0 1.2em;
}

ol *,ul * {
	font-size: inherit;
}

table {
	border-collapse: collapse;
	font-size: 1.2em;
	width: 100%;
}

td,th {
	font-size: inherit;
}

strong {
	font-weight: 700;
}

sup,sub {
	height: 0;
	line-height: 1;
	font-size: 0.85em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/* CLASSES */
.clear {
	clear: both;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* LAYOUT */

.header {
	background-color: #ffffff;
	padding: 30px 0;
}

.navigation {
	background: #13a89e;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.4em;
}

.content {
	padding: 20px 0 50px 0;
}

.module {
	background-color: #ffffff;
	border: 1px solid #1f84c7;
	padding: 10px;
}

.footer {
	background-color: #1f84c7;
	padding: 10px 0 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer * {
	color: #ffffff;
}

.footer p {
	font-size: 1.1em;
	margin: 0;
}
/* NAVIGATIE */
ul.menu {
	clear: both;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

/* Top level list items */
ul.menu>li {
	display: block;
	float: left;
	z-index: 999;
	position: relative;
}

/*Top level menu link items style*/
ul.menu>li>a {
	color: #ffffff;
	display: block;
	padding: 10px;
	position: relative;
}

* html ul.menu li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

ul.menu li a:hover,ul.menu li a.active {
	background: #1f84c7;
	text-decoration: none;
}

/*1st sub level menu*/
ul.menu li ul {
	font-size: 0.85em;
	position: absolute;
	visibility: hidden;
	width: auto;
	z-index: 99999;
}

/*Sub level menu list items (undo style from Top level List Items)*/
ul.menu li ul li {
	border: none;
	display: list-item;
	float: none;
	padding: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
ul.menu li ul li ul {
	top: 0;
}

/* Sub level menu links style */
ul.menu li ul li a {
	background: #13a89e;
	border: none;
	display: block;
	margin: 0;
	min-width: 120px; /*width of sub menus*/
}

ul.menu li ul li a:hover,ul.menu li ul li a.active {
	/*sub menus hover style*/
}

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list li a {
	background: #13a89e;
	color: #ffffff;
	display: block;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.4em;
	letter-spacing: 0.02em;
	margin-bottom: 1em;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

ul.list li a:hover, ul.list li a.active {
	background: #1f84c7;
	text-decoration: none;
}

/* COLUMNS */
.container {
	float: left;
	width: 720px;
}

.colContainer {
	margin: -10px;
}

.column {
	float: left;
	margin: 10px;
}

.col1 {
	width: 60px;
}

.col2 {
	width: 140px;
}

.col3 {
	width: 220px;
}

.col4 {
	width: 300px;
}

.col5 {
	width: 380px;
}

.col6 {
	width: 460px;
}

.col7 {
	width: 540px;
}

.col8 {
	width: 620px;
}

.col9 {
	width: 700px;
}

.col10 {
	width: 780px;
}

.col11 {
	width: 860px;
}

.col12 {
	width: 940px;
}


/* FORM STYLES */

.siteform input,.siteform textarea,.clickform input,.clickform textarea,input[type=button] {
	border: 1px solid #1f84c7;
	color: #58595b;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px 5px;
	max-width: 300px;
}

.siteform textarea {
}

.siteform input[type=submit],input[type=button] {
}

label.block {
	display: inline-block;
	width: 100px;
}

label.bigBlock {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}

input.required {
	border-color: #f00;
}