/*.html
{
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	
	
}

.container
{
background: url(images/sprache.JPG) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 background-attachment: fixed;
 height: 100%;

	
	
	background-image: url(images/sprache.JPG);

  position:absolute;
  width:100%;
  height:100%;
  z-index:1;}
	
	height: 50%;
	width: 100%;*/	

	body
{
background-color: #AAAAAA;
margin: 0% 0% 0% 5%;
padding: 0;	
width: 90%;
text-align: middle;
}

.rechts
{
	float: right;
	width: 30%;
	
}

.links
{
	float: left;
	width: 30%;
	
}

.text_links
{
	text-align: left;	
}

.text_rechts
{
	text-align: right;	
}

.text_mitte
{
	text-align: center;	
}

.container
{
clear: both;
text-align: left;
	
	
}

.navigation 
{
	clear: both;
	background-color: #6E6E6E;
	font-size: 18px;
	margin: 0% 0% 0% 0%;
	padding: 0;
	text-align: left;
	border: ridge 2px;
	border-color: #000000;
	height: 170px;
	width: 120px;
	float: left;
}

.navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0% 0% 0% 0%;
}

.navigation  a
{
	clear: both;
	color: white;
	padding: 0;
	margin: 0% 0% 0% 0%;
}

.navigation a:hover
{
	clear: both;
	color: white;
	background-color: black;
	display: block;
	text-decoration: none;
}

.titel
{
	text-align: center;
	clear: both;
	margin: 2% 0% 1% 0%;
	padding: 0;
	font-family: Arial;
	font-size: 24px;
	border: ridge 5px black;
	width: 90%;
	height: 110px; 
	
}

.titel h1
{
	margin: 0% 0% 0% 0%;
	padding: 0;
	
}

.content
{
	/* float: left; */
	margin: 0% 0% 0% 15%;
	width: 75%;
	/* background-image: url(images\sprache.jpg); */
}

.audio
{
	width: 100%;
	height: 50%;
	
}

table
{
	width: 91%;
}

table, td, th
{
	border: 0px solid;
	border-collapse: collapse;
	text-align: left;
	
}

td
{
	padding: 3px 3px 3px 3px;
	
}
	
	