body {
     font-family:arial;
     color:rgb(243,243,243);
     background-color:rgb(97,97,97);
     margin: 0 auto;
     width: 1000px;
 }


h1 {
    letter-spacing:20px;
    text-align:center;
 }

p {
	line-height:2em;
 }
 
a {
	font-size:14pt;
	color:rgb(243,243,243);
 }

#navi {
	Background-color:rgb(66,0,1);
	border-color:white;
	border-style:ridge;
	border-width:3px;
	width:995px;
	height:70px;
	text-align:center;
}

#navi ul {
	list-style:none;
}

#navi li {
	float:left;
	width:100px;
	margin-left:100px;
	
}

#inhalt1 {
	border: 1px black solid;
	float: left;
	width:480px;
	height:280px;
	background-color:rgb(50,50,50);
	margin:20px;
	margin-left:0px;
	font-size:10pt;
}

#inhalt1 p {
	margin-left:4em;
	margin-right:10px
}

#inhalt1 ul {
	margin-left:4em;
}

#inhalt1 h2 {
	margin-left:2em;
}

#inhalt1 h3 {
	margin-left:3em;
}

#inhalt2 {
	border: 1px black solid;
	float:left;
	width:1000px;
	height:280px;
	background-color:rgb(50,50,50);
	margin-bottom:10px;
}

#inhalt2 img {
	margin-left: 30px;
	margin-top:30px;
}

#player {
	border: 1px white solid;
	float:left;
	width:480px;
	height:280px;
	background-color:black;
	margin-top:20px;
	margin-left:16px;
}

#player p {
	margin-left:4em;
	margin-right:2em;
}

#player h2 {
	margin-left:2em;
}

#player audio {
	
	width: 200px;
	height: 30px;
}

#inhalt4 {
	border: 1px black solid;
	float: left;
	width:1000px;
	height:280px;
	background-color:rgb(50,50,50);
	margin:20px;
	margin-left:0px;
	font-size:10pt;
}

#inhalt4 p {
	margin-left:4em;
	margin-right:10px
}

#inhalt4 ul {
	margin-left:4em;
}

#inhalt4 h2 {
	margin-left:2em;
}

#inhalt4 h3 {
	margin-left:3em;
}

#impressum {
	border: 1px black solid;
	float: left;
	width:500px;
	height:280px;
	background-color:rgb(50,50,50);
	margin:20px;
	margin-left:0px;
	margin-right:0px;
	font-size:10pt;
}

#impressum p {
	margin-left:4em;
	margin-right:10px
}

#impressum ul {
	margin-left:4em;
	list-style:none;
	float:left;
}
#impressum a {
	font-size:10pt;
}

#impressum h2 {
	margin-left:2em;
}

#impressum h3 {
	margin-left:3em;
}

#impressum img {
	float: left;
	margin-left: 50px;
 }

#disclaimer {
	border: 1px black solid;
	float:left;
	width:496px;
	height:280px;
	background-color:rgb(50,50,50);
	margin:20px;
	margin-left:0px;
	margin-right:0px;
	font-size:10pt;
	border-left:none;
}

#disclaimer h3 {
	margin:2em;
}

#disclaimer p {
	margin:3em;
}

