/*
Name: MtH WebDesign - The Netherlands
Copyright © 2009 All rights reserved.
Author: Mike ter Haar


/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #64a71e;}

a:hover {color: #007783;}

body {
	background: #007783;
	color: #333;;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 3% 0;
}

p {
	font-size:13px;
}

p,ul {
	padding-bottom: 1em;
	font-size: 13px;
}

ul {
	margin-left: 12px;
}

li {list-style: none;}
.main li {list-style-image:url(images/li.gif);}

h1 {font-size: 1.2em;}
h4 {font-size: 1.2em;}
h5 {font-size: 0.6em;}
h6 {font-size: 13px;}
h7 {font-size: 13px;}

blockquote {
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222222;
	border-bottom-color: #222222;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #FF6900;}
h4 {color: #64a71e;}
h6 {color: #007783;}
h7 {color: #64a71e;}

/* misc */
.clearer {clear: both;}
.main_right .padded {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.main .padded {
	padding-top: 24px;
	padding-right: 12px;
	padding-bottom: 18px;
	padding-left: 36px;
}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 9pt;
	margin: 0 auto;
	width: 955px;
	border: 12px solid #222;
	background-image: url(images/bgcontainer.gif);
	background-repeat: repeat-y;
}

/* header */
.header {
	float: left;
	width: 755px;
	background: url(images/header.gif) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;
	color: #64A71E;
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 595px;
}
.main_right {
	float: right;
	width: 196px;
	color: #CCC;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFFFFF;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #222222;
	list-style: none;
}
.subnav li a {
	background: #64a71e;
	color: #111;
	display: block;
	width: 148px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 12px;
}
.subnav li_1 a {
	background: #FF6900;
	color: #111;
	display: block;
	width: 148px;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 12px;
}

.subnav li_1 a:hover {
    color: #ffffff;
}

.subnav li a:hover {
	background: #007783;
	color: #ffffff;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 30px;
	width: 100%;
	text-align: left;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {
	color: #E4F1F2;
}
