/*

Powered and Designed by MtH Webdesign for Stichting Autisme Haaglanden  the Netherlands
Name: MtH WebDesign - The Netherlands
Copyright 2009 - 2011 All rights reserved
Author: Mike ter Haar

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #64a71e;
	font-family: Verdana, Geneva, sans-serif;
}

a:hover {
	color: #007783;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}

body {
	background: #007783;
	cursor:url("/images/Gold_cursor.cur"), default;
	cursor: default;
	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;
	color: #222;
}
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: #f5841f;}
h4 {color: #64a71e;}
h6 {color: #007783;}
h7 {color: #64a71e;}
h8 {color: #f5841f;}
/* 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;
	font-family: Verdana, Geneva, sans-serif;
}
.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;
	color: #222;
}
.main {
	float: left;
	width: 595px;
}
.main_right {
	float: right;
	width: 196px;
	background: url(images/GlassEffect_KoL.png) no-repeat;
	color: #CCC;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #222;
	line-height: 24px;
	padding-left: 8px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.subnav ul {
	margin: 0;
	padding: 0;
}
.subnav li {
	border-bottom: 1px solid #222222;
	list-style: none;
}
.subnav li a {
	background: #64a71e;
	color: #222;
	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 {
	color: #ffffff;
	background-color: #007783;
	background-image: url(images/glossyback.gif);
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 9px;
	line-height: 25px;
	width: 100%;
}
.footer .left,.footer .right {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	cursor: default;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
}
.footer a {color: #EEE;}
.footer a:hover {
	color: #E4F1F2;
}

