* { margin: 0; padding: 0; }

a { color: #43b38d; text-decoration: underline; }
a img { border: none; }

body { 
	background: url('../img/bg/bg.gif');
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	}

#wrapper { 
	background: url('../img/bg/wrapper.png') repeat-y; 
	margin: 0 auto; 
	width: 832px;
	}

#header { height: 205px; background: url('../img/bg/header.jpg') 16px 0 no-repeat; position: relative; }
#header div { 
	top: 105px;
	right: 46px;
	background: #43b38d;
	position: absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #277158;
	color: #fff;
	padding: 10px;
	font-size: 11px;
	text-align: center;
	}
#header div b { font-size: 18px; font-style: italic; font-weight: bold; }

#menu { 
	list-style: none;
	width: 800px;
	padding: 0 16px 0 16px;
	position: absolute;
	bottom: 0;
	background: url('../img/bg/menu.png')
	}
#menu li { display: inline; float: left; padding: 0 10px; font-style: italic; font-weight: bold; line-height: 30px; }
#menu li a { color: #fff; text-decoration: none; }

#content { width: 780px; padding: 0 26px 0 26px; min-height: 287px; }
#content h1 { font-style: italic; font-weight: bold; }
#content h1, #content h2, #content h3 { margin: 20px 0 10px 0; }
#content .item { margin: 0 0 40px 0; }
#content .item h2 { font-style: italic; font-weight: bold; }
#content .item .text .date { 
	line-height: 16px;
	padding: 4px 0 4px 0;
	font-size: 12px;
	width: 40px;
	height: 32px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #277158; 
	float: left;
	text-align: center;
	margin: 5px 10px 0 0;
	background: #43b38d;
	color: #fff;
	}
#content .item .date b { font-size: 18px; font-style: italic; font-weight: bold; }
#content .item .text { line-height: 18px; }
#content .item .tag {
	border-bottom: 2px solid #277158;
	margin: 10px 0 10px;
	padding: 5px 5px 5px 25px;
	background: url('../img/icons/tag_green.png') 5px 5px no-repeat #43b38d;
	color: #fff;
	}
#content .item .tag span { float: right; }
#content .item .tag span a { color: #fff; }
#content #archief { width: 100%; }
#content #archief td { border-bottom: 2px solid #277158; padding: 5px 0 5px; }
#content #archief .tag { background: url('../img/icons/tag_green.png') 0 7px no-repeat; padding: 0  0 0 20px; }
#content #archief .right { text-align: right; padding: 0 5px;}

#content #form label { display: inline; float: left; width: 200px; }
#content #form input { margin: 0 0 5px; }
#content #form br { clear: both; }

#content #pagina ul, #content .item ul { margin: 0 0 0 50px; }
#content #pagina img, #content .item img { float: left; margin: 5px; background: #fff; padding: 5px; border: 1px solid #277158; }

#footer { background: #43b38d; width: 800px; margin: 20px 0 0 16px; text-align: center; line-height: 30px; color: #fff; }

.clear { clear: both; }
.reden { background: #43b38d; color: #fff; padding: 10px!important; line-height: 18px; }