ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url(hg2.jpg);
	color: #bfbfbf;
	background-repeat: no-repeat;
	background-position: top;
}
a {color: #656230; font-weight: bold;}
a:visited {
	color: #656230;
	font-weight: bold;
}
a:active {color: #383629;}
a:hover {color: #ffffff; background-color: #00008B; font-weight: bold;}
#rahmen {
	border: medium double #2e192c;
	height: 1200px;
}

#text1 {
	width: 400px;
	margin-top: 180px;
	margin-left: 34%;
}

#player {
	clear: both;
	float: right;
	margin-top: -80px;
	margin-right: -100px;
	border-bottom-color: #2e192c;
	border-bottom-style: double;
	border-top-color: #2e192c;
	border-top-style: double;
}

#show{
	clear: both;
	float: left;
	margin-top: -100px;
	border: thin groove #2e192c;
}
#text {
	border-bottom-color: #2e192c;
	border-bottom-style: double;
	border-top-color: #2e192c;
	border-top-style: double;
	margin-top: 10px;
}

#navigation ol  {
	color: #656230;
	background-color: transparent;
	clear: both;
	float: left;
	margin-left: 2px;
	font-family: "Monotype Corsiva";
	margin-top: 20px;
	font-size: 18px;
	width: 100px;
	background-image: url(navi.jpg);
}
#navigation li  {
	padding-bottom: 20px;
	padding: 8px 8px 8px 8px;
	clear: both;
}


#inhalt {
	margin-left: 15%;
	margin-top: 10%;
	margin-right: 15%;
	

}

#myspace {
	border: medium double #2e192c;
	clear: both;
	float: right;
}


#footer {
	text-align: right;
	font-size: small;
	margin-right: 15%;
} 


