*{
	margin: 0;
	padding: 0;
} 

a:active, a:focus{outline: 0;}  

body{
	background: #ffffff url(images/top_ornament.gif) scroll no-repeat top right; 
	margin: 0;
	padding: 0;
}  

body.ie6{
	width: 100%;
	height: 100%;
}  

#container{  
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: transparent url(images/bottom_bg.gif) scroll repeat-x 0 bottom;
} 

.ie6 #container{   
	position: static;  
	width: 100%;
	height: 100%;
} 

#content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 765px;
	height: 400px;
	background: transparent url(images/logo_splash.gif) scroll no-repeat 0 bottom;
}    

#content ul{
	position: absolute;
	bottom: 234px;
	left: 540px;
	width: 230px;
	height: 50px; 
	margin: 0;
	padding: 0;
	list-style: none;
}  

#content ul li{
	float: left;
	margin-left: 10px;
	width: 45px;
}  

#content ul li a{
	display: block;
	width: 45px;  
	height: 50px; 
	background: transparent url(images/links.gif) scroll no-repeat -10px 0;
} 

#content ul li a.lang-de{ background-position: -10px 0; } 
#content ul li a.lang-en{ background-position: -65px 0; }
#content ul li a.lang-fr{ background-position: -120px 0; }
#content ul li a.lang-nl{ background-position: -175px 0; }

#content ul li a:hover.lang-de{ background-position: -10px -50px; } 
#content ul li a:hover.lang-en{ background-position: -65px -50px; }
#content ul li a:hover.lang-fr{ background-position: -120px -50px; }
#content ul li a:hover.lang-nl{ background-position: -175px -50px; } 

#content ul li a span{
	display: none;
}