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

Body{
	background-color:#EFEEEE;
	background-image: url(../images/bgr.png);
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: fixed;
	}
	
#content {
	margin-top:440px;
	height:55px;
	width:214px;
	margin-left: auto ;
  	margin-right: auto ;
}


ul#menu{

	padding-left:0;
	margin:0;
	float:left;
	display:block;
	
	}
ul#menu li{
	display:inline;
	}

ul#menu li a{
	height:55px;
	float:left;
	text-indent: -9999px;
	text-decoration: none;
	}

#german a{
	width:58px;
	background-image:url(../images/german.png);
	background-repeat: no-repeat;
	margin-right:20px;
    }

#dutch a{
	width:58px;
	background-image:url(../images/dutch.png);
	background-repeat: no-repeat;
    margin-right:20px;
    }
	
#english a{
	width:58px;
	background-image:url(../images/english.png);
	background-repeat: no-repeat;
    }	
	
ul#menu li a {

}

#german a:hover{
	width:58px;
	background-image:url(../images/german_h.png);
	background-repeat: no-repeat;
    }

#dutch a:hover{
	width:58px;
	background-image:url(../images/dutch_h.png);
	background-repeat: no-repeat;
    }
	
#english a:hover{
	width:58px;
	background-image:url(../images/english_h.png);
	background-repeat: no-repeat;
    }	
#footer {
	margin-top:50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #666;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	width: 344px;
}