@charset "utf-8";
a {
	text-decoration: none;
	color:#0000AA;
}
a.link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin:10px;
	padding:0;
}
#content {
	top:50px;
	left:180px;
	position:absolute;
	padding-bottom:50px;
}
#content.small {
width:635px;
}
.floatright { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.floatclear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	margin: 0 0 10px 0;
	padding:0;
}
#home {
	position:absolute;
}
.inhoud .animatie {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.inhoud .info {
	width:150px;
	float:left;
	margin-top:19px;
}
.inhoud .person {
	clear:both;
}
#menu {
	padding:0;
	margin:0;
	position:absolute;
	width:800px; /* not 100%, since that'll cause horizontal scrollbar */
	top:5px;
	left:180px;
}

#menu li {
	display:block;
	height:30px;
	position:absolute;
	list-style-type: none;
}
#menu li .select {
	font-size:22px;
	padding:0;
	margin:0;
	font-weight:normal;
}
#menu li a {
	text-decoration:none;
	padding:7px 0 0 0;
	display:block;
	border-bottom:1px dotted #0000AA;
}
#menu li a:hover {
	border-bottom:1px solid #0000AA;
}
#menu .item1			{left:0px;}
#menu .item2			{left:140px;}
#menu .item2 .select	{margin-left:-33%;}
#menu .item3			{left:240px;}
#menu .item3 .select	{margin-left:-25%;}
#menu .item4			{left:340px;}
#menu .item4 .select	{margin-left:-25%;}
#menu .item5			{left:470px;}
#menu .icons			{
	left: 640px;
    padding: 6px 0 0;
}
#menu .icons2			{
	left: 433px;
    padding: 6px 0 0;
}
#menu .icons a,
#menu .icons2 a			{
	display:inline;
	border:none;	
}

/*
#menu .item1			{display:none;}
#menu .item2			{left:0px;}
#menu .item3			{left:140px;}
#menu .item3 .select	{margin-left:-33%;}
#menu .item4			{left:240px;}
#menu .item4 .select	{margin-left:-25%;}
#menu .item5			{left:340px;}
#menu .item5 .select	{margin-left:-25%;}
*/

#menu .item1_en			{left:0px;}
#menu .item2_en			{left:140px;}
#menu .item2_en .select	{margin-left:-33%;}
#menu .item3_en			{left:294px;}
#menu .item3_en .select	{margin-left:0;}

#menu .item1_de			{left:0px;}
#menu .item2_de			{ left: 188px;}
#menu .item2_de .select	{margin-left:-33%;}
#menu .item3_de			{ left: 299px;}
#menu .item3_de .select	{margin-left:0;}

p {
	margin: 0 0 10px 0;
	padding:0;
}

