@import url(./form.css);

html, body {
	height: 100%
}

body {
	background-color: #E4F5D6;
	background-image: url(../images/layout/background.jpg);
	margin: 0px;
}

body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 10pt;
	color: #000000;
}

td, th {
	font-size: 10pt;
	vertical-align: top;
}

h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: #2C6500;
}


h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #2C6500;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #2d6600;
	border-right: 1px solid #2d6600;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 950px;
}

#header{
	background-image: url(../images/layout/header_2010.jpg);
	background-repeat: no-repeat;
	height: 165px;
}

#navigation {
	background-image: url(../images/layout/navigation.jpg);
	background-repeat: repeat-x;
	height: 33px;
	padding-top: 10px;
}

.navigation {
	font-family: Trebuchet MS, Verdana;
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
	
	text-decoration: none;
}

.navigation:HOVER {
	color: #a0be64;
	text-decoration: underline;
}	

#content {
	margin: 10px;
	padding-bottom: 10px;
}

.navImage {
	border-right: 1px solid #b6d0a0; 
}
