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

img {
	border: 0;
}

a, a:hover, a:visited, a:active {
	color: #FFFFFF;
}

div.info {
	width: 280px;
	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: #F7F1F1;
	padding: 2px 1px 2px 1px;
	border: 1px solid #C9949A;
}

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

#container {
	position: absolute;
	top: 0;
	left: 0;
	height: 768px;
	width: 1024px;
	color: #FFFFFF;
}

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

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

#contents {
	position: absolute;
	top: 280px;
	left: 380px;
}

#text {
	float: left;
	width: 350px;
	height: 450px;
	overflow: auto;
}

#images {
	float: right;
	width: 270px;
	margin-right: 10px;
}

.horizontal #text {
	float: left;
	width: 630px;
	height: 200px;
	overflow: auto;
}

.horizontal #images {
	float: left;
	width: 630px;
	height: 250px;
	margin-top: 10px;
	margin-right: 10px;
}

.quad #images {
	float: left;
	width: 630px;
	height: 450px;
	margin-top: 10px;
	margin-right: 10px;
}

#images p {
	float: left;
	text-align: center;
	margin: 5px;
	width: 120px;
	padding: 0;
	border: 1px solid #000000;
}

.horizontal #images p {
	margin: 2px;
}

#images p.big {
	float: left;
	text-align: center;
	margin: 5px;
	width: 250px;
	padding: 0;
	border: 1px solid #000000;
}

.quad #images p {
	float: left;
	text-align: center;
	margin: 5px;
	width: 300px;
	padding: 0;
	border: 1px solid #000000;
}

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

#menu a i {
	visibility: hidden;
}

#menu li {
	list-style: none;
}

a#home {
	top: 276px;	
}
a#news_nl, a#news_en {
	top: 312px;
}
a#products_nl, a#products_en {
	top: 345px;
}
a#walltowall {
	top: 388px;
}
a#references_nl, a#references_en {
	top: 421px;
}
a#contact {
	top: 451px;
}

a#home:hover {
	background-image: url(../images/home_over.jpg);
	background-repeat: no-repeat;
}
a#news_nl:hover {
	background-image: url(../images/news_over_nl.jpg);
	background-repeat: no-repeat;
}
a#news_en:hover {
	background-image: url(../images/news_over_en.jpg);
	background-repeat: no-repeat;
}
a#products_nl:hover {
	background-image: url(../images/products_over_nl.jpg);
	background-repeat: no-repeat;
}
a#products_en:hover {
	background-image: url(../images/products_over_en.jpg);
	background-repeat: no-repeat;
}
a#walltowall:hover {
	background-image: url(../images/walltowall_over.jpg);
	background-repeat: no-repeat;
}
a#references_nl:hover {
	background-image: url(../images/references_over_nl.jpg);
	background-repeat: no-repeat;
}
a#references_en:hover {
	background-image: url(../images/references_over_en.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 {
	position: absolute;
	left: 890px;
	top: 670px;
	width: 120px;
	height: 85px;
	font-size: 10px;
}

#login a {
	position: absolute;
	left: 90px;
	top: 70px;
}

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

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

p.news {
	margin-bottom: 15px;
}

span.date {
	font-style: italic;
}