

#vbox .videofeature_coverflow {
	overflow: hidden;
}

#vbox .left_button {
	float:left; 
	width:11px;
	margin:0 2px 0 0;
}

#vbox .right_button {
	float:right; 
	width:12px;
}

#vbox .coverflow_navi_outer{
	float:left; 
	/* 	dieser width wert wird auch in der javascript datei gesetzt, 
		wenn er geaendert wird, auch den wert in der js aendern
	*/
	width:405px; 
    padding: 0;
    margin:0;
    overflow: hidden;
    /* benoetigt der ie um overflow: hidden zu interpretieren */
	position: relative;
}

#vbox .coverflow_navi{
	width:9999999px;
}

#vbox table.coverflow-block{
	width:405px; 
	float:left; 
	position:relative; 
	left:0;
}

.videostartseitenbox td.prozent{
	text-align:center;
	vertical-align:top;
}

.videostartseitenbox td.prozent a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:6px 3px 6px 3px;
	border-right:2px solid #fff;
}

h2.videosectionhead{
	font-size: 1.2em;
	margin-bottom: 10px;
	float:left; 
	width:270px; 
	padding:0;
}

.videostartseitenbox {
	width:430px;
	overflow:hidden;
	position:relative;
	padding:10px 0 10px 0;
	margin:0 0 15px 0;
}

.hide {
	display:none;
}

.show {
	display:block;
}

.show_visible {
	visibility:visible;
}





.teaser_container {
	overflow:hidden;
	margin-bottom:2px;
}

.coverflow_teaser {
	width:100%;
	height:160px;
}

.coverflow_teaser_inner {
	float:left;
	width:100%;
}

.coverflow_imagebox {
	float:left;
	width:200px;
	margin:0 10px 0 0;
	position:relaitve;
}

.coverflow_imagebox img.cover {
	width:200px;
	height:160px;
}

.coverflow_imagebox img.play {
	width:28px;
	height:28px;
	position:absolute;
	top:35%;
	left: 21%;
	border:none;
}

.coverflow_textbox {
	float:left;
	width:207px;
	margin:0;
}

.coverflow_textbox h2 {
	font-size: 1.2em;
	margin:11px 0 10px 0;
}

.coverflow_textbox  {
	margin:0 0 10px 0;
	font-size:1em;
}

.coverflow_textbox a.videolink {
	margin: 0;
	padding: 0;
	background: url(http://www.carlsen.de/img/shared/icons/arrow_red.gif) 0px 1px no-repeat;
	padding-left: 12px;
	display: block;
	color: #CC0000;
	text-decoration:none;
	font-size:0.90em;
	font-weight:bold;
}



/* *************** videobox ************** */

#flashvideocontainer {
	display:none;
}

.flashvideobox_inner {
	
}

.flashvideobox_detail div {
	padding:10px 20px 10px 20px;
	background:#f2f8dc;
}

.flashvideobox_detail {
	display:none;
}

.flashvideobox_detail h2 {
	font-size: 1.2em;
	margin-bottom:15px;
}

.flashvideobox_video {

}


.pointer {
	cursor:pointer;
}

.txt_right {
	text-align:right;
}


/* ************ carlsensite colors **************** */

/* dashed border */

.border_top_bottom_green {
	border-top:3px dashed #B0D235;
	border-bottom:3px dashed #B0D235;
}

.border_top_bottom_blue {
	border-top:3px dashed #2DAAE5;
	border-bottom:3px dashed #2DAAE5;
}

.border_top_bottom_orange {
	border-top:3px dashed #F7941F;
	border-bottom:3px dashed #F7941F;
}

.border_top_bottom_yellow {
	border-top:3px dashed #FFCB11;
	border-bottom:3px dashed #FFCB11;
}

.border_top_bottom_grey {
	border-top:3px dashed #A3A89F;
	border-bottom:3px dashed #A3A89F;
}

.border_top_bottom_darkgrey {
	border-top:3px dashed #72756F;
	border-bottom:3px dashed #72756F;
}

.blueheadline {
	color:#005A93;
}

.greenheadline {
	color:#3B8301;
}

.yellowheadline {
	color:#DA6201;
}

.orangeheadline {
	color:#CA3F02;
}

.greyheadline {
	color:#5A5C57;
}

.darkgreyheadline {
	color:#000;
}

a.start_bg {
	background:#8b8d88;
	color:#ffffff;
}


.videostartseitenbox td.green a:hover,
a.green_bg {
	background:#B0D235;
	color:#3b8301;
}

.videostartseitenbox td.blue a:hover,
a.blue_bg {
	background:#2DAAE5;
	color:#005A93;
}

.videostartseitenbox td.orange a:hover,
a.orange_bg {
	background:#F7941F;
	color:#CA3F02;
}

.videostartseitenbox td.yellow a:hover,
a.yellow_bg {
	background:#FFCB11;
	color:#DA6201;
}

.videostartseitenbox td.grey a:hover,
a.grey_bg {
	background:#A3A89F;
	color:#5A5C57;
}

.videostartseitenbox td.darkgrey a:hover,
a.darkgrey_bg {
	background:#72756F;
	color:#000;
}

/* **************** colors end ************* */
