html, body
{
	height: 100%;	
}

body
{
	margin: 0;
	padding: 0;
	/* background: #FFFFFF url('images4/bg_body3.png') repeat-y center top;	*/
	background-color: #EEE;
	font-family: "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 400;
}

#wrapper
{
	position: relative;
	margin: 20px auto;
	width: 898px;	
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#header
{
	margin: 0 auto;
	width: 898px;
	height: 136px;
	background: url('images4/header.jpg');
	border: 5px solid #FFF;	
}

.submit_option {
	width: 200px;
}

/* MENU */
#menu
{
	margin: 0 auto;
	width: 898px;
	font-size: 16px;
	height: 25px;
	margin-left: 30px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin-right: 15px;
}

#menu a
	{
		color: #2d2c2c;
		text-decoration: none;	}

#menu a:hover, #menu1 a:hover, #menu a.active 
	{
		font-weight: 600;
	}

/* CONTENT */
#content
{
	margin: 0 auto;
	width: 898px;	
	padding: 0;
	background-color: #FFF;
	border: 5px solid #FFF;
	min-height: 400px;
	color: #2d2c2c;
}

#inner
{
	padding: 10px 30px 30px 30px;
}

h1 {
	font-size: 20px;
	margin-bottom: 3px;
}
h2.update{
	font-size: 17px;
	font-style: italic;
	margin: 0 0 0 30px;
}
#footer
{
	width: 898px;
	height: 25px;
	margin: 15px auto;
	text-align: right;
}

#footerhva, #footeriamcore {
	border: 0;
}

#footerhva {
	margin-right: 10px;
}

.secondRow {
	background-color: #eeeeee;
}
.vergroting
{
	font-size: 13px;
	font-weight: bolder;

}

.download:hover
{
	border-bottom: 1px solid;
	
}
/* A */
a
{
	color: #FF6600;
	text-decoration: none;	
}

a img
{
	border: none;	
}

.lijn
{
	border-top: 1px dashed #CACACA;
	margin: 10px 0;	
}

/* TABLE */
table
{
	border-collapse: collapse;	
}

/* FORM */
input, select
{
	width: 300px;
	margin: 2px;	
}

.submit
{
	width: auto;
	margin: 2px;	
}

textarea
{
	width: 303px;
	height: 100px;
	font-family: "Myriad Pro", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: 2px;	
}

.tableHeader {
	background-color: #8cb6e0;
	font-weight: bold;
	color: #FFF;
}
