@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
#container{
width:800px;
margin:0 auto;
}
body{
	background:#000 url('body.jpg') no-repeat top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	


#header {
	margin:0 auto;
	width:600px;
	height:350px;
	

}

#content
{
margin:0 auto;

width:650px;
}

ul li, ol {
list-style-type: none;

}

#content li a
{
display:inline;
width:900px;
}

#slogan
{
margin-top:50px;
width:490px;
height:50px;
margin:0 auto;

}
#slogan ul li
{
width:490px;
background:url('img/slogan.png') no-repeat;
text-indent:-9999em;
height:40px;
}

#content ul
{
margin-top:80px;
}

#content li
{
float:left;
margin-left:20px;
margin-right:20px;
height:100px;
width:50px;
}

#content ul li a {
	display: block;
	width: 50px;
	height: 25px;
	text-indent:-9999em;
	padding-top: 25px;
	background: no-repeat center center;
	overflow: hidden;
}

#content h3{
text-indent:-9999em;
}


li.belgie{
	background:url('img/belgs.png') no-repeat;
	
}

li.nederlands{
	background:url('img/nederlands.png') no-repeat;
		
}
li.frankrijk{
background:url('img/frans.png') no-repeat;
	
}

li.engeland{
background:url('img/engels.png') no-repeat;
	

}

li.duits{
	background:url('img/duits.png') no-repeat;
		
}
li.spaans{
	background:url('img/spaans.png') no-repeat;
	
}
li.italie{
	background:url('img/italiaans.png') no-repeat;
	
}

#footer{
	width:530px;
	margin:0 auto;
	}
#footer address{
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    display: block;
  	padding-right: 20px;
}

#footer a{
	color:#FFF;
	text-decoration:underline;
}

#footer a:hover{
	color:#fbaa1d;
	text-decoration:none;
}