/* Filmvorschau */
#preview {
		background-image: url(pics/preview/bg_complete.gif);
		background-repeat: no-repeat;

		padding: 30px 30px 10px 30px;

		height: 430px;

		/* Guide */
		border: 0px dotted #fff;
}
#previewHead {}
#previewHead h1 {
		height: 84px;

		margin-bottom: 10px;
}
#previewInfo {
		color: #7C0116;

		width: 180px;
}
#previewBody {}

#previewBody #previewFeat {
		position: absolute;

		z-index: 1;

		top: 140px;
		left: 500px;

		padding: 0 0 0 0;

		margin: 0 0 0 0;

		/* Guide */
		border: 0px dotted #fff;
}
#previewBody #previewList {
		position: absolute;

		z-index: 2;

		top: 380px;
		left: 210px;

		padding: 0 0 0 0;

		margin: 0 0 0 0;

		/* Guide */
		border: 0px dotted #fff;
}



/* Preview Feature */
div.previewFeat_item {
		background-image: url(pics/preview/bg_preview_feat.gif);
		background-repeat: no-repeat;

		width: 160px;
		height: 210px;

		padding: 5px 10px 5px 10px;

		color: #414373;

		font-size: 80%;
		font-weight: bold;
}
div.previewFeat_desc {
		margin-bottom: 5px;
}
div.previewFeat_start {}
div.previewFeat_count {}
div.previewFeat_still {
		margin-bottom: 5px;
}
div.previewFeat_still img {
		border: 1px solid #414373;
}
div.previewFeat_title {}
div.previewFeat_title a:link {
		font-weight: bold;
		color: #414373;
}
div.previewFeat_title a:visited {
		color: #414373;
}



/* Preview List */
#previewList li {
		display: inline;
}

div.previewList_item {
		background-image: url(pics/preview/bg_preview_list.gif);
		background-repeat: no-repeat;
	
		color: #7b0116;

		float: left;

		width: 120px;
        height: 190px !important;

		padding: 5px 10px 5px 10px;

		margin-right: 30px;
}
div.previewList_desc {}
div.previewList_start {}
div.previewList_count {}
div.previewList_still {}
div.previewList_still img {
		border: 1px solid #7b0116;
}
div.previewList_title {
		font-weight: bold;
		font-size: 0.95em;
		height: 50px;
		line-height: 17px;
		padding: 2px 20px 0 0;
		overflow: hidden;
		width: 100px;
}
div.previewList_title a:link {
		font-weight: bold;

		color: #7b0116;
}
div.previewList_title a:visited {
		font-weight: bold;

		color: #7b0116;
}
div.previewList_title a:hover {
		font-weight: bold;

		color: #7b0116;
}