#flashfilm-wrap {
	position: relative; 
	top: 0px; 
	z-index: 0;
}

#flv_steuerung {		
	position: absolute; 
	top: 244px;
	left: 238px; 
	width: 240px; 
	height: 20px; 
	overflow: hidden; 
	z-index: 9999;
}

.flv_strg_back_bg,
.flv_strg_stop_bg,
.flv_strg_play_bg {
	filter:alpha(opacity=50); /* IE */
	opacity:0.5; /* allgemein */
	-moz-opacity:0.5; /* Mozilla */
	-khtml-opacity:0.5; /* KTHML */
	-opera-opacity:0.5; /* Opera */
	
	background-color: #A42121;
	color: #FFFFFF;
	width: 75px;
	height: 20px;
	
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
}
.flv_strg_stop_bg {
	left: 80px;
}
.flv_strg_play_bg {
	left: 160px;
	cursor: default;
}

.flv_strg_back,
.flv_strg_stop,
.flv_strg_play {
	color: #FFF;
	position: absolute;
	left: 12px;
	top: 2px;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}
.flv_strg_stop {
	left: 106px;
}
.flv_strg_play {
	left: 180px;
	color: #ccc;
	cursor: default;
}

.flv_strg_arr {
	font-family: Terminal, 'arial narrow';
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 0 5px;
	position: relative;
	top: 0px;
}

.film-linnk_visited {
	color: #C28D63 !important;
}

