body {
	margin: 0;
	padding: 0;
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
 
h1 {
	display: none;
}

h2 {
	color: #356CB5;
	margin-bottom: 20px;
}

img {
	border: 0;
}

a, a:hover, a:visited, a:active {
	color: #356CB5;
}

p {
	margin-bottom: 15px;
}

div.info {
	width: 290px;
	text-align: right;
}

form.form {
	border-top: 1px solid #FFFFFF;
	margin-right: 10px;
	padding-top: 10px;
}

div.form {
	border-top: 1px solid #FFFFFF;
	margin-right: 10px;
	padding-top: 10px;
}

input,select,textarea {
	background-color: #FAFAFA;
	padding: 2px 1px 2px 1px;
	border: 1px solid #356CB5;
}

input:focus, 
select:focus, 
textarea:focus {
	background-color: #FFFFFF;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	height: 750px;
	width: 1000px;
	color: #000000;
}

.en {
	background-image: url(../images/background_en.jpg);
}

.nl {
	background-image: url(../images/background_nl.jpg);
}

#contents {
	position: absolute;
	top: 190px;
	left: 405px;
}

#text {
	float: left;
	width: 500px;
	height: 450px;
	overflow: auto;
}
#images {
	position: absolute;
	top: -192px;
	left: -406px;
}
#images img {
	position: absolute;
}
#images img.photo1 {top: 207px;left: 207px;}
#images img.photo2 {top: 342px;left:  49px;}
#images img.photo3 {top: 342px;left: 207px;}
#images img.photo4 {top: 498px;left:  49px;}
#images img.photo5 {top: 498px;left: 205px;}


#menu a {
	position: absolute;
	height: 34px;
	left: 13px;
	text-decoration: none;
	font-size: 28px;
}

#menu a i {
	visibility: hidden;
}

#menu li {
	list-style: none;
}

a#home {
	top: 137px;	
}
a#news {
	top: 172px;
}
a#history {
	top: 208px;
}
a#services {
	top: 244px;
}
a#contact {
	top: 279px;
}

a#home:hover {
	background-image: url(../images/home_over.jpg);
	background-repeat: no-repeat;
}
a#news:hover {
	background-image: url(../images/news_over.jpg);
	background-repeat: no-repeat;
}
a#history:hover {
	background-image: url(../images/history_over.jpg);
	background-repeat: no-repeat;
}
a#services:hover {
	background-image: url(../images/services_over.jpg);
	background-repeat: no-repeat;
}
a#contact:hover {
	background-image: url(../images/contact_over.jpg);
	background-repeat: no-repeat;
}

#message {
	border-bottom: solid 1px #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#addNews, #login form {
	display: none;
}

#login {
	display: none;
	position: absolute;
	left: 20px;
	top: 610px;
	width: 120px;
	height: 85px;
	font-size: 10px;
}

#login a {
	position: absolute;
	left: 0px;
	top: 100px;
}

#login input {
	font-size: 10px;
	width: 100px;
}

#lang {
	position: absolute;
	left: 20px;
	top: 735px;
}
#footer {
	position: absolute;
	top: 750px;
	width: 1000px;
	text-align: right;
	color: #000;
	font-size: 10px;
}
#footer a {
	color: #000;
}

span.date {
	font-style: italic;
}
