body {
	background-color: #fcfdee;
	padding: 0 0 20px;
	margin: 0;
}

#container  { 
	background: url(../hintergrund/sprache.jpg) no-repeat top center; 
	padding: 0 0 0 20px; 
	margin: 0; 
	position: absolute; 
	z-index: 1; 
	top: 0; 
	left: 8%; 
	width: 900px; 
	height: 560px;
 }

#content{
	position: absolute;
	top: 380px;
	left: 195px;
	font-family: Verdana, Arial, Helvetica;	
	font-size: 16px;
	font-weight: bold;
	color: #c4792f; 
}

a {
 text-decoration: none;
 color: #496483;
	
}
a:link {
	color: #496483;
}
a:visited {
	color: #496483;
}
a:active {
	color: #496483;
}
a:hover{
	color: #e6ceb3;
}




