body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #515151;
}

#hauptbox {
	width: 600px;
	margin: 0 0 0 -300px;
	padding: 0;
	position: relative;
	left: 50%;
	top: 30px;
}


#linke_seite,#rechte_seite  {
	width: 250px;
	position: absolute;
	top: 248px;	
	height: 340px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 20px;
	margin-right: 0;
	background-color: red;
}
	
#rechte_seite {
	color: maroon;
	left: 50%;
	font-weight: normal;
	font-style: normal;
}

#trennung {
	width: 1px;
	left: 298px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 300px;
	z-index: 1;
}

#kopfbild img {
	width: 100%;
	height: auto;
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 6px solid #2f2f2f;
}

#kommentar {
	position: absolute;
	top: 690px;
	margin: 0 0 0 -300px;
	padding: 0;
	left: 50%;
	width: 599px;
	height: auto;
}

#kommentar_input {
	top: 0;
	position: absolute;
	margin: 0;
	padding: 0;
	border-style: none;
}

#kommentar_output {
	margin: 0;
	padding: 0;
	left: 50%;
	position: absolute;
	color: gray;
	top: 0;
}

input{
	width: 280px;
	margin: 0;
	padding: 0;
}

.zeit {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
	text-align: right;
}
#kommentar_bild{
	opacity: 0.1;
	z-index: -1;
	margin-left: 30px;
	margin-top: 80px;
}

#player {
	margin: 0;
	padding-top: 30px;
	color: maroon;
}

#text_deutsch {
	color: #ffd98e;
}

#text_englisch {
	color: black;
}




a:link, a:visited, a:active  {
	color: orange;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	text-decoration: none;
	color: #fff;
}
-->
</style>