html, body {width: 100% !important;}

body {
	font-family: Verdana, Garamond, Georgia, serif;
	background: rgb(119, 137, 66);
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#top, #content, #footer {
	text-align: left;
}

#top {
	margin: 20px 40px 0 40px;
	background: #fff url(./template/bg-top.jpg) top left repeat-x;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
}

ul.lang {
	margin: 0;
	padding: 10px 15px 10px 0;
	text-align: right;
	background: transparent;
}
ul.lang li {
	display: inline;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.lang a {
	color: rgb(229,222,206);
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0.5em;
	margin: 0;
}
ul.lang a:hover {
	color: #000;
}

#header {
	margin: 0;
	border: 3px solid #fff;
	background: rgb(192,192,192);
}
#header div {
	height: 198px;
	background: transparent url(./template/bg-header.jpg) top left repeat-x;
}

a.logo {
	margin-top: 19px;
	margin-left: 32px;
	height: 138px;
	width: 171px;
	float: left;
	position: relative;
	background: transparent url(./template/logo.png) top left no-repeat;
}
a.logo:hover {
	background: transparent url(../template/logo.png) 0 -138px no-repeat;
}

#content {
	color: #000;
	background: #fff url(./template/bg-content.jpg) bottom right no-repeat;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 0;
	margin: 0 40px;
}

  * html #content {
    height: 0.1%;
  }

#topmenu {
	padding: 0.1em 0;
	color: #000;
	background: #fff url(./template/bg-topmenu.jpg) top left repeat-x;
}

/* Begin CSS Drop Down Menu */

#menuh-container {
	margin: 0;
	padding: 0;
}

#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	float:left;
	margin:1em;
	margin-top: 1em;
}
		
#menuh a {
	text-align: center;
	display:block;
	border-top: 1px solid rgb(89,103,50);
	border-bottom: 1px solid rgb(89,103,50);
	border-left: 1px solid rgb(89,103,50);
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	font-weight: bold;
}

#menuh a.last {
	border-right: 1px solid rgb(89,103,50);
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000;
	background: rgb(119,137,66) url(./template/bg-topmenu-a.jpg) center no-repeat;
	text-decoration:none;
}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #000;
	background:  rgb(119,137,66) url(./template/bg-topmenu-a-hover.jpg) center no-repeat;
	text-decoration:none;
}
#menuh a.active {
	background:  rgb(213,0,0) url(./template/bg-topmenu-a-active.jpg) center no-repeat;
}

#menuh a.blogkeuze {
	color: #fff;
	background:  rgb(213,0,0) url(./template/bg-topmenu-blogkeuze.jpg) center no-repeat;
}
#menuh a.blogkeuze:hover {
	background:  rgb(213,0,0) url(./template/bg-topmenu-blogkeuze-hover.jpg) center no-repeat;
}

#menuh a.submenukeuze {
	border-top: none;
	background:  rgb(119,137,66) url(./template/bg-topmenu-a-sub.jpg) center no-repeat;
}	
#menuh a.submenukeuze:hover {
	border-top: none;
	background:  rgb(119,137,66) url(./template/bg-topmenu-a-sub-hover.jpg) center no-repeat;
}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


#menu {
	position: relative;
	background: transparent;
	color: rgb(88,104,50);
	width: 230px;
	float: right;
}
#menu a { 
	color: rgb(214, 0, 0);
	text-decoration: none;
}
#menu a:hover { 
	color: #000;
	text-decoration: none;
}

#menu h2 {
	color: #000;
	background: transparent url(./template/bg-headers-menu.png) top left no-repeat;
	font-variant: small-caps;
	font-size: 1.2em;
	line-height: 44px;
	padding-left: 56px;
}
#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	position: relative;
}
#menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#newsteaser {
	margin-left: 1em;
	color: rgb(88,104,50);
}
#newsteaser h3{
	color: rgb(88,104,50);
	font-size: 1.1em;
}
#newsteaser h4{
	font-size: 0.9em;
	margin-bottom: 0;
}
#newsteaser h4 + p {
	margin-top: 0.2em;
}
#newsteaser p{
	font-size: 0.9em;
}

.auteursfoto {
	padding:1px;
	margin-left: 10px;
	margin-bottom: 4px;
}
.auteursfoto img {
	border: 2px double #D9DED0;
	margin: 0;
}

#text {
	color: rgb(88,104,50);
	margin-right: 235px;
	padding: 0 5% 174px 1em;
	background: transparent;
	border-right: 9px double RGB(248, 249, 247);
}
#text a, #newsteaser a {
	color: rgb(214, 0, 0);
	text-decoration: none;
	border-bottom: 1px dotted rgb(214, 0, 0);
}
#text a:hover, #newsteaser a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}

#text h1 { color: rgb(88,104,50); font-variant: small-caps; }
#text h2 { color: rgb(119,137,66); font-size: 1.7em; margin-bottom: 0.4em; }
#text h2 + p { margin-top: 0; }
#text p + h2 { margin-top: 1.2em; } 
#text h3 { font-size: 1.3em; padding-bottom: 0; margin-bottom: 0; }
#text h3 + p { margin-top: 0.3em; }
#text p + h3 { margin-top: 1.2em; } 
#text h4 { font-size: 1.2em; padding-bottom: 0; margin-bottom: 0; }
#text h4 + p { margin-top: 0.3em; }
#text p + h4 { margin-top: 1.1em; } 
#text h5 { font-size: 1.1em; }
#text h6 { font-size: 1em; }
#text h6.kop { margin: 0; }

#text h6.kop + p { margin-top: 0; }

#text ul li {
	margin-bottom: 0.5em;
}

.image-rechts {
	float: right;
	position: relative;
	margin: 0 0 1em 1.5em;
	background: transparent;
	padding: 2px;
	border: 1px solid rgb(206,213,197);
}
.image-links {
	float: left;
	position: relative;
	margin: 0 1.5em 1em 0;
	background: transparent;
	padding: 2px;
	border: 1px double rgb(254,254,254);
}

form legend {
	color: rgb(119,137,66);
	font-size: 1.3em;
	padding: 0 0.2em;
}

form table { 
	font-size: 0.95em;
	background: rgb(218, 224, 212);
	padding-top: 1em;
	width: 100%;
}

#footer {
	max-width: 914px;
	margin: 20px auto 20px auto;
	background: #CED2C3;
	color: #000;
	padding-bottom: 0.5em;
	border: 3px solid #fff;
}

#footer div {
	text-align: center;
}
#footer div ul {
	margin: 0;
	padding: 0;
}
#footer div ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#footer a {
	color: rgb(88,104,50);
	margin: 0 0.5em;
}
#footer a:hover {
	color: rgb(214, 0, 0);
}

address {
	margin: 0.5em 0;
}

.vulblokklein {
	height: 5em;
}

.vulblok {
	height: 13em;
}

.vulblokmiddel {
	height: 25em;
}
.vulblokgroot {
	height: 42em;
}

p.blind {
	clear: both;
}
