/* ---------------------------------------------------------- */
/* created by Emile Blume - 2006 - www.netcreators.nl */
/* ---------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #C8D1E3;
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	text-align: center;
}

p {
	color: #000000;
	text-align: left;
}

img {
	border: 0;
}

form, fieldset, input, table, #footer p {
	margin: 0;
	border: 0;
	padding: 0;
}

input, select, textarea {
	border: 1px solid #CECECE;
	padding-left: 2px;
	font-size: 11px;
}

hr {
	border: 0px solid #DE3350;
	background: #DE3350;
	color: #DE3350;
	height: 1px;
}

a {
	color: #DE3350;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------- */
#frame {
	border: 1px solid #000000;
	margin: auto;
	margin-top: 14px;
	width: 800px;
	background: #EEEEEE;
	text-align: left;
}

#header {
	border-bottom: 6px solid #000000;
	width: 800px;
	margin-bottom: 30px;
	background: #FFFFFF;
	height: 130px;
}

#header #home {
	width: 50px;
	font-weight: bold;
	left: 750px;
	top: 0px;
	position: relative;
	z-index: 10;
}

#header h1 {
	width: 800px;
	height: 110px;
	top: 20px;
	position: absolute;
	z-index: 2;
}

#header h1 a {
	width: 800px;
	display: block;
	background: url(../images/logo.png) no-repeat left top;
	height: 110px;
	cursor: pointer;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header span {
	display: none;
}

/* ---------------------------------------------------------- */
#left {
	float: left;
	width: 230px;
}

#center {
	float: left;
	width: 540px;
	margin-left: 20px !important;
	margin-left: 0;
}

#content {
	border: 1px solid #000000;
	padding: 20px;
	padding-top: 0;
	background: #FFFFFF;
}

#content h3, #content h2, #content h1 {
	margin-top: 4px;
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
}

#content h4, #content h5, #content h6 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

#restricted, #eu, #footer, #lastupdate {
	font-size: .8em;
	line-height: 1em;
}

#restricted  {
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
}

#left #restricted h3, #left #restricted h4 {
	margin: 0;
	font-size: 1em;
}

#eu{
	width: 200px;
	margin-left: 20px;
	margin-top: 80px;
}

#footer {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	font-style: italic;
	height: 30px;
	position: relative;
}

#lastupdate {
	width: 200px;
	margin-left: 20px;
	clear: both; 
	font-style: italic;
}

/*
#footer #lastupdate {
	width: 230px;
	left: 20px;
	position: absolute;
}
*/

#footer #adres{
	width: 540px;
	left: 240px;
	position: absolute;
}

