*
{
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}

img#beta {
	position: absolute;
}

img {
	border: 0;
}

html,body
{
	width: 100%;
	height: 100%;
}

#header,#menu,#content,#footer {
	color: white;
	font-size: 10pt;
	width: 800px;
	margin: auto;
}

#header {
	height: 100px;
	padding-left: 30px;
	margin-top: 25px;
}

/*	Menu items */
#menu {
	font-weight: bold;
	height: 28px;
	background: white url(../images/menu_bg.jpg) no-repeat;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#menu-buttons {
	float: left;
	margin-top: 4px;
	margin-bottom: 1px;
}

/*	Zoekformulier */
#menu-searchfield {
	float: right;
	font-size: 0px;
	margin: 0px;
	padding: 5px 70px 0px 0px;
	height: 12px;
}

#menu-searchinput {
	margin: 0px 2px 0px 20px;
	height: 12px;
	font-size: 10px;
	font-weight: normal;
}

#menu-searchsubmit {
	vertical-align: bottom;
}

/*	Resultaten */
#searchResults {
	display: none;
	width: 185px;
	position: absolute;
	padding: 0px;
	margin-left: 20px;
	margin-top: 5px;
	background-repeat: no-repeat;
	font-size: 10px;
	z-index: 5;
}

#searchResults h3 {
	padding: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #0074bf;
}
#searchResults h4 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
#searchResults h5 {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

#searchResults p {
	margin: 0px;
	font-weight: normal;
	color: black;
}
#searchResultsList {
	background-color: white;
	border: solid 1px #0074bf;
	border-bottom: 0;
}

.searchResultItem {
	color: black;
	background-color: white;
	padding: 5px 0px 5px 0px;
}
.searchResultItem img {
	width: 50px;
	text-align: left;
}
.searchResultImage {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.searchResultText {
	float: left;
	font-weight: normal;
	vertical-align: bottom;
	padding: 0px 0px 5px 10px;
	margin: 0px;
	width: 100px;
	font-size: 8pt;
}

#searchResultsBottom {
	background-image: url(../images/searchResult_bg.png);
	height: 33px;
}

/*	menu */

#menu p {
	padding-left: 15px;
	margin-bottom: 0px;
	font-size: 10pt;
}
#menu a {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
#menu img {
	margin-right: 2px;
	margin-left: 17px;
}

/*	Center */
#center {
	background-color: #7ea000;
	min-width: 780px;
}

/*	Footer */
#footer {
	font-weight: bold;
	height: 46px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
	letter-spacing: normal;
}
#footer p {
	margin-bottom: 0px;
}
#footerButtons a {
	color: white;
	text-decoration: none;
	margin-right: 0px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	margin-right: 4px;
	margin-left: 17px;
}

#copyright {
	color: #7ea000;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

#copyright a {
	color: #7ea000;
	font-size: 8pt;
	text-decoration: none;
}

/*	Overige */
p {
	margin-bottom: 10pt;
	font-size: 8pt;
	line-height: 14pt;

}
h1 {
	font: 16pt bold;
	padding-bottom: 5px;
	font-family: 'Trebuchet MS';
}
h1 img {
	margin-right: 12px;
}

h2 {
	font: 14pt bold;
	padding-bottom: 15px;
	font-family: 'Trebuchet MS';
}
h3 {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 10pt;
}

#content a {
	color: white;
	text-decoration: none;
}

#content a:hover {
	color: white;
	text-decoration: underline;
}

.cleardiv {
	clear: both;
	width: 100%;
	height: 0px;
	background-color: #7ea000;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
#searchResults a {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: black;
}



