/* ========================================================================== */
/*	CSS-Design Video-Cast													  */
/*  h.franz@FFH.de - Jan 07													  */
/* ========================================================================== */

#videoCast {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 800px;	
	overflow: hidden;
	background: #FE860C url(/images/videocast/bottom.gif) no-repeat bottom;
	padding-bottom: 9px;
	margin-bottom: 1px;
}

#videoCast #content {
	background: #FE860C url(/images/videocast/header.gif) no-repeat;	
	float: left;
	width: 435px;
}

#videoCast #content #player {
	margin-top: 123px;
	margin-left: 10px;
	background-color: #FE860C;
	display:block;
	width: 425px;
	height: 350px;
}

#videoCast #content #recommend {
	background-color: #E860C;	
	text-indent: -9000px;
	text-align: right;
	display:block;
	width: 425px;
	height: 22px;
}


#videoCast #content #infos {
	margin-left: 10px;
	background-color: #F5BA1E;
	display:block;
	width: 425px;
	height: 105px;
	overflow: auto;
}

#videoCast #content #infos p {
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;
	color: #000;
	font-size: 10px;
}
#videoCast #content #infos a {
	text-decoration: underline;
}

#videoCast #content #infos h2 {
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 5px;	
	color: #000;
	font-size: 10px;
	font-weight: bold;
}

#videoCast #videoSelector {
	float:right;
	background-color: #0B6E70;
	width: 364px;
	height: 600px;
	border-left: 1px solid #E5E5E5;
}

#linkFFHClips {
	margin-top: 5px;
	display:block;
	width: 82px;
	height: 24px;
	overflow: hidden;	
	float: left;
}

#linkClipTipps {
	margin-top: 5px;
	display:block;
	width: 101px;
	height: 24px;
	overflow: hidden;	
	float: left;
}

#linkMusicClips {
	margin-top: 5px;
	display:block;
	width: 124px;
	height: 24px;
	overflow: hidden;
	float: left;
}

#linkNews {
	margin-top: 5px;
	display:block;
	width: 57px;
	height: 24px;
	overflow: hidden;
	float: left;
}

#searchForm {
	height: 22px;
	width: 188px;
	margin-top: 5px;
}

#searchForm input {
	margin-top: 1px;
	margin-right: 4px;
}

#searchForm #searchString {
	margin-top: 2px;
	float: left;
	width: 120px;
	height: 12px;
	font-size: 10px;
}

#videos {
	padding-top: 2px;
	background-color: #49AF99;
	overflow: auto;
	width: 100%;
	height: 543px;
	clear: both;
}

#videos p {
	font-size: 10px;
	color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
}

.video {
/*	width: 100%; */
	background-color: #0F8B87;
	clear: both;
}

.videoEven {
/*	width: 100%; */
	background-color: #289794;
	clear: both;
}

.previewImage {
	display: block;
	float: left;
	width: 130px;
	height: 98px;
}

.previewText {
	margin-top: 5px;
	margin-left: 5px;
	display: block;
	width: 200px;
	float: left;
	color: #FFF;
	font-size: 10px;
}

.previewText a {
	color: #FFF;
	font-weight: bold;
}

#bottom {
	background-color: #49AF99;
	overflow: hidden;
	width: 100%;
	height: 25px;
	clear: both;	
	display: block;
}

#sendToFFH {
	float: left;
}

#back {
	float: left;
	visibility: hidden;
}

#next {
	float: right;
	visibility: visible;
}

#recommendForm {
	font-size: 10px;
}


#recommendForm p {
	font-size: 10px;
	clear: both;
	padding: 4px;
	width: 400px;
}
	
#recommendForm label {
	float: left;
	width: 120px;
	font-weight: bold;
	height: 14px;
	padding: 4px 6px;
}

#recommendForm input.text {
	width: 200px;
	float: left;
}

#recommendForm .formField {
	clear: both;
	margin: 6px 0;
}

#recommendForm .formField input {
	margin-right: 2px;
}

#recommendForm textarea {
	float: left;
	width: 200px;
	height: 60px;
}

#player h1 {
	padding-top: 25px;
	text-align: center;
	font-size: 12px;
}

#player a {
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
	width: 100%
	display: block;
	
}

 
