/* n.v. Vervaeke */
/* intro.css */

/* Overall */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
body {
	background-color: #493f0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	text-align: center;
}
/* Container */
#container {
	width: 510px;
	position: relative;
	margin: auto;
	text-align: left;
	background-color: #f5f6d4;
	border: 10px solid #564a17;
	padding: 1.5em;
}
/* Header */
#header span{
	display: none;
}
h3 {
	height: 80px;
	width: 336px;
	background-image: url(../images/intrologo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* Languages */
#languages {
}
#languages ul, #languages p {
}
p {
	padding: 20px 0;
}
#languages {
	display: block;
	padding-left: 10px;
}
#languages ul {
	list-style-type:none;
}
#languages li {
	float: left;
	margin-right: 10px;
}
#languages li.english {background:transparent url(../images/languages/en_b.gif);}
#languages li.deutsch {background:transparent url(../images/languages/de_b.gif);}
#languages li.francais {background:transparent url(../images/languages/fr_b.gif);}
#languages li.nederlands {background:transparent url(../images/languages/nl_b.gif);}

#languages a{
	display: block;
	width: 50px;
	height: 0;
	padding-top: 50px;
	color: #000;
	overflow: hidden;
}
* html #languages a:link, * html #languages a:visited {
	height: 50px;
	he\ight: 0;
}

#languages li.english a {background:transparent url(../images/languages/en.gif) -50px -50px no-repeat;}
#languages li.deutsch a {background:transparent url(../images/languages/de.gif) -50px -50px no-repeat;}
#languages li.francais a {background:transparent url(../images/languages/fr.gif) -50px -50px no-repeat;}
#languages li.nederlands a {background:transparent url(../images/languages/nl.gif) -50px -50px no-repeat;}

#languages li.english a:hover {background-position:0 0; z-index:50;}
#languages li.deutsch a:hover {background-position:0 0; z-index:50;}
#languages li.francais a:hover {background-position:0 0; z-index:50;}
#languages li.nederlands a:hover {background-position:0 0; z-index:50;}

#languages #active {background-position:0 0; z-index:50;}

* html #languages a:hover {
	height: 50px;
	he\ight: 0;
}
/* Strawberry */
#strawberry{
	position: absolute;
	top: 0px;
	left: 490px;
}
/* Clearfloat */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}