html {
     overflow: -moz-scrollbars-vertical;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #0B9165;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background: url(images/block.gif);
	}

h1, h2, h3, h4, h5 {
	margin-bottom: 15px;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-variant: small-caps;*/
	color: #0232C4;/* #005ced;*/
	letter-spacing: 1px;
}

h1 {
	letter-spacing: 4px;
	font-size: 190%;
}

h2 {
	letter-spacing: 4px;
}

h4 {font-size: 100%;
}
h5 {font-size: 90%;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	/*background: url(images/img05.gif) no-repeat 1em 0;*/
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #0232C4;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #0232C4;
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

.bold {font-weight:bold;
}

/* Bovenbalk*/
#boven {
	width: 850px;
	height: 10px;
	margin: 0px auto;
	padding: 0px 10px;
	/*background: #009ecc;*/
	/*background: #0B9165;*/

}

/* hoofd */

#hoofd {
	width: 850px;
	height: 120px;
	margin: 0 auto;
	padding: 0px 10px;
	background: #0B9165 /*#009ecc*/ url(images/top.jpg) no-repeat center top;
}

/* Pagina */

#page {
	width: 850px;
	margin: 0 auto;
	padding: 0 10px;
	background: #0B9165 /*#009ecc*/ url(images/img02.gif) repeat-y center top;
}

/* inhoud */

#content {
	float: right;
	width: 610px;
	padding: 5px 0 0 5px;
	/*background: url(images/img03.gif) no-repeat;*/
}

.post {
	width: 550px;
	padding: 20px 0 0 10px;
	margin: 10px;
	text-align: justify;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	/*background: url(images/img06.gif) no-repeat right center;*/
}

/*.post a:link {
	text-decoration: none;
	color: #0232C4;
}

.post a:hover {
	text-decoration: underline;
	color: #0000FF;
}

.post a:active {
	text-decoration: none;
	color: #FF0000;
}

.post a:visited {
	text-decoration: none;
	color: #0232C4;
}*/

.post ul {
	margin: 20px;
	list-style: url(images/list.gif);
}

.post li {
 /*padding-left: 5px;*/
 }

/* Sidebar */

#sidebar {
	float: left;
	width: 225px;
	padding: 5px 5px 0 0;
}

#contact {
	float: inherit;
	padding-left: 10px;
	margin: 15px;
}

.contact {font-size:85%;
}

.contact .ctitle {font-weight:bold;
}

.box {
	padding-left: 1px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px;

}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #009ecc;
}

.box p {
	margin: 0;
	line-height: normal;
}
/* Menu link opmaak*/
#page #sidebar #menu a	{
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0px 5px;
	text-decoration: none;
	color: #000;
}

#page #sidebar #menu a:hover {
	padding-left: 10px;
	text-decoration: underline;
	background: url(images/img11a.gif) no-repeat 0 5px;
	color: #0000FF;
}

#page #sidebar #menu a:active {
	padding-left: 10px;
	text-decoration: underline;
	background: url(images/img11b.gif) no-repeat 0px 5px;
	color: #FF0000;
}


/* Footer */

#footer {
	width: 850px;
	height: 20px;
	margin: 0 auto;
	padding: 0 5px 10px 15px;
	background: #0B9165 /*#009ecc*/ url(images/img12.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 12px 25px;
	line-height: normal;
	font-size: 0.8em;
	color: #000;
}

#copy {
	float: left;
}

#copy a {
color:#0000FF
}

#links {
	float: right;
}

#links a {
color:#0000FF;
text-decoration: underline;
}