* {
	margin: 0;
	padding:0;
}

object { 
	outline:none; 
}


html,body
{
	height: 100%;
	background-color:#46AFB3;
}

#intro{
	position:absolute;
	top:68px;
	left:385px;
	width:460px;
	height:400px;
	
	font-size:12px;
}

#intro img{
margin:25px 0 20px 0;
}

img {
border:none;
}

a {
	font-weight:bold;
	color:#fff;
}


.warning
{
	width:100%;
	top:0;
	position:fixed;
	background: #ff9;
	margin:0;
	padding:4px 4px 4px 26px;
	border-bottom:1px solid #cc0;
	font-size:14px;
	z-index:999;
}


#lang-in a{
	display:block;
	width:118px;
	height:15px;
	background: #46afb3 url(../images/nl.index-o.gif) no-repeat left top;
	
}

#lang-in a:hover{
	background: #46afb3 url(../images/nl.index-o.gif) no-repeat left top;
	
}



.taal{
	z-index:2;
	position:absolute;
	top:405px;
	left:403px;
}