/*---------------------------- basis ----------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#222 url(images/body.jpg) repeat-y center;
	font:0.8em 'Verdana', Arial, sans-serif;
	color:#008040;
}

#container  {
	background:#fff;
	width:730px;
	margin:0 auto;	
}

/*--------------------------- algemeen ----------------------------*/

a {
	color:#008040;
}

blockquote {
	background:#D8F3CF;
	margin:3px 3px 3px 10px;
	padding:7px;
	border-left:2px solid #008040;
	line-height:1.2;
	font-style:oblique;
	font-size:95%;
}

img, a img {
	background:#FFF;
	padding:3px;
	border:1px solid #008040;
}
	
a:hover img{
 	background:#D8F3CF;
}

.left {
	float:left;
	margin:3px 5px 3px 3px;
}

.right {
	float:right;
	margin:3px 3px 3px 5px;
}

#content ul, #content ol {
	padding-left:2em;
}

h1 { font-size:20px;}
h2 {	font-size:16px;}
h3 {	font-size:14px;}
h4 { font-size:12px;}
h5 {
	font-size:10px;
}
h6 { font-size:8px;}

/*tabel(indien van toepassing*/

table {
	margin:10px 5px 10px 5px;
	border-collapse: collapse;
}

th {
	font-size:14px;
}

tr.main td {
	border-top:1px solid #008040;
	border-bottom:1px solid #008040;
	background:#D8F3CF;
}

td.main tr {
	border-left:1px solid #008040;
	border-right:1px solid #008040;
	background:#D8F3CF;
}

td {
	padding:2px 7px 2px 7px;
	background:#FAFBFF;
}

td+td {
	border-left:1px solid #CCC;
}

tr+tr {
	border-top:1px solid #CCC;
}

/*form (indien van toepassing)*/

#content form {
	background:#f4ffe6;
	width:430px;
	padding:15px;
}

#content form ul {
	list-style:none;
	width:95%;
}

#content form input, #content form textarea {
	width:95%;
	padding:4px;
	font:1em 'Verdana', Arial;
	color:#000000;
	border:1px solid #000000;
	margin:1px;
}

#content form input:focus, #content form textarea:focus {
	color:#f4ffe6;
}

#content form .button {
	width:50%;		
	border:1px solid #000000;
	background:#f4ffe6;
	color:#008040;
}

#content form .button:hover, #content form .button:focus {
	background:#008040;
}

#content form label {
	color:#f4ffe6;
}

/*---------------------------- header ----------------------------*/

#header {
	width:730px;
	margin:10px 0 10px 0;
}

/*titel kop*/

#header #title {
	width:230px;
	height:150px;
	padding:0 10px 0 10px;
	background:#008040 url(images/title2.jpg) no-repeat;
	float:left;
	color:#fff;
	letter-spacing:-1px;
}

#title h1, #title h1 a {
	font-size:25px;
	position:relative;
	top:20px;
}

#title h2 {
	font-size:15px;
	padding-top:25px;
	color:#dfdfdf;
}
#title h5 {
	font-size:16px;
	padding-top:80px;
	color:#FFFFFF;
	text-align: center;
	padding-bottom: 10px;
}




/*menu (top)*/

#header #menu {
	width:460px;
	height:150px;
	margin-left:10px;
	background:#6BA400 url(images/menu.jpg) no-repeat;
	float:left;
	padding:0 5px 0 5px;
	font-size:18px;
	color:#dfdfdf;
	text-align:center;
}

#menu ul {
	list-style:none;
	position:relative;
	top:122px;
}

#menu ul li {
	display:inline;
	padding:0 12px 0 12px;
}

#menu ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:600;
}

#menu ul li a:hover {
	color:#fff;
	border-bottom:2px solid #fff;
}

/*---------------------------- menu linkerzijde ----------------------------*/

#sidebar {
	width:230px;
	padding:10px;
	margin:10px 10px 10px 0;
	float:left;
	border-right:1px solid #eee;
	font-size:95%;
	color: #008040;
	line-height:1.5;
}

#sidebar ul {
	list-style:none;
	margin:10px 0 10px 0;
	border-top:1px solid #008040;
}

#sidebar ul li {
	border-bottom:1px solid #008040;
}

#sidebar ul li a {
	display:block;
	padding:5px;
	text-decoration:none;
	color:#008040;
}

#sidebar ul li a:hover {
	background:#f4ffe6;
	color:#008040;
}

#sidebar form {
	border:1px solid #008040;
	padding:1px;
}

#sidebar input {
	width:180px;
	height:15px;
	padding:4px;
	border:0;
	font:1em 'Trebuchet MS', Arial;
	color:#008040;
}

#sidebar input:focus {
	color:#008040;
	border:0;
}

.search {
	height:22px;
	width:22px;
	border:0;
	padding:0;
	margin:0;
	background:transparent url(images/search.jpg) no-repeat center center;
	text-indent:-1000em;
	cursor:pointer;
}


#sidebar:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

/*---------------------------- tekst ----------------------------*/

#content {
	width:460px;
	padding:10px 5px 10px 0;
	float:right;
	margin:10px 0 10px 0;
}

#content {
	line-height:1.5;
	font-size:110%;
}

/*---------------------------- bericht ----------------------------*/

.post {
	margin:0 0 10px 0;
	word-spacing:1px;
}

.info {
	background:#008040;
	color:#666;
	padding:5px;
	margin:5px 0 20px 0;
	text-align:right;
	font-size:80%;
}

.info span {
	float:left;
}

.info a {
	color:#777;
	text-decoration:none;
}

.info a:hover {
	color:#666;
	text-decoration:underline;
}

.date {
	color:#888;
	font-style:oblique;
	margin:0 0 0 5px;
}

/*---------------------------- voet ----------------------------*/

#footer {
	margin:5px 0 0 0;
	text-align:center;
	float:left;
	width:710px;
	padding:10px;
	border-top:1px solid #eee;
	color:#008040;
	font-size:85%;	border-bottom:4px solid #008040;
}

#footer a {
	color:#008040;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
	text-decoration:underline;
}

