/*

* {
	margin: 0;
	padding: 0;
}

*/


body
{

}

/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.vpMultiBoxContainer {
	position: absolute;
	border: 10px solid #ffffff;
	background-color: #FFF;
	display: none;
	z-index: 1020;
	text-align: left;
	/*overflow: hidden;*/
}

.vpMultiBoxLoading {
	background: url(/fileadmin/layout/images/videoPlaylist/loader.gif) no-repeat center;
}

.vpMultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vpMultiBoxClose {
	position: absolute;
	top: -20px;
	right: -20px;
	background: url(/fileadmin/layout/images/videoPlaylist/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.vpMultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	width: 100%;
	position: relative;
}

.vpMultiBoxControls {
	width: 100%;
	height: auto;	
	background-color: #ffffff;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0px;
	padding-left:10px;
}

.vpMultiBoxControlsPhotoGallery {
	width: 100%;
	height: 153px;	
	background-color: #ffffff;
	padding-bottom: 2px;
	position: absolute;
	bottom: 0px;
	padding-left:10px;
}


body  .vpMultiBoxContainer  .vpMultiBoxContent  .vpMultiBoxContentContainer  img
{
float:left;
	
}

.vpMultiBoxPrevious {
	position: absolute;
	background: url(/fileadmin/layout/images/videoPlaylist/left.png) no-repeat;
	width: 36px;
	height: 36px;
	left: 0px;
	top:240px;
	margin-top: 5px;
	cursor: pointer;
	display:none;	
	vertical-align:middle;
}

.vpMultiBoxNext {
	position: absolute;
	background: url(/fileadmin/layout/images/videoPlaylist/right.png) no-repeat;
	width: 36px;
	height: 36px;
	right: 0px;
	top:240px;
	margin-top: 5px;
	cursor: pointer;
	display:none;
}

.vpMultiBoxNextDisabled {
	cursor: default;
	background: none;
}

.vpMultiBoxPreviousDisabled {
	cursor: default;
	background: none;
}

.vpMultiBoxTitle {
	position: relative;
	margin: 10px 0 0 0px;
	float: left;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: left;
	width:470px;
}

.vpMultiBoxNumberContainer
{
	width: 100%;
	height:30px;
	max-height:30px;
	line-height:30px;
	clear:both;
	position:absolute;
	bottom:0px;
	left:0px;
}

.vpMultiBoxNumber {
	width: 50px;
	height:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.vpMultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.vpMultiBoxNumberTextNext
{
	cursor: pointer;
	width: 50px;
	top:10px;
	
	height:27px;
	position:absolute;
	right:10px;
	background: url(/fileadmin/layout/images/videoPlaylist/footer_arrow_right.png) no-repeat;	
}

.vpMultiBoxNumberTextNext:hover
{
	background: url(/fileadmin/layout/images/videoPlaylist/footer_arrow_right_over.png) no-repeat;	
}

.vpMultiBoxNumberTextPrevious
{
	cursor: pointer;
	background: url(/fileadmin/layout/images/videoPlaylist/footer_arrow_left.png) no-repeat;	
	width: 50px;
	height:27px;
	position:absolute;
	left:10px;
	top:10px;
}

.vpMultiBoxNumberTextPrevious:hover
{
	background: url(/fileadmin/layout/images/videoPlaylist/footer_arrow_left_over.png) no-repeat;	
}

/**************** Video playlist *********************************************/

.vpMultiBoxVideoPlaylistContainer
{
	display:none;
	width:250px;
	behavior: url("csshover3.htc"); 	
	background-color:#f6f6f6;
	position: absolute;
	right:0px
	top:0px;
	z-index: 1020;
	
}

.vpMultiBoxVideoPlaylist
{
	width:250px;
	height:100%;
	background-color:#f6f6f6;
	position:absolute;
	top:0px;
	right:0px;
}


.videoScrollerTop
{
	height:20px;
	width:228px;
	margin-left:11px;
	margin-right:11px;
	position:relative;
	background-color:#f6f6f6;
	top:0px;
	margin-bottom:5px;
	z-index: 1021;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cecece;
	background: url(/fileadmin/layout/images/videoPlaylist/videoplaylist_pfeil_oben.png) no-repeat;	
}


.videoScrollerTop:hover
{
	background: url(/fileadmin/layout/images/videoPlaylist/videoplaylist_pfeil_oben_rollover.png) no-repeat;	
}

.videoScrollerTopNotActive
{
	height:20px;
	width:228px;
	margin-left:11px;
	margin-right:11px;
	position:relative;
	background-color:#f6f6f6;
	top:0px;
	margin-bottom:5px;
	z-index: 1021;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cecece;
	background: url(/fileadmin/layout/images/videoPlaylist/videoplaylist_ohne_pfeil.png) no-repeat;
}

		

.videoScrollerBottom
{
	height:20px;
	width:228px;
	margin-left:11px;
	margin-right:11px;
	position:absolute;
	background-color:#f6f6f6;
	bottom:26px;
	margin-top:5px;
	display:block;
	z-index: 1021;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#cecece;
	background: url(/fileadmin/layout/images/videoPlaylist/videoplaylist_pfeil_unten.png) no-repeat;	
}

.videoScrollerBottom:hover
{
	background: url(/fileadmin/layout/images/videoPlaylist/videoplaylist_pfeil_unten_rollover.png) no-repeat;	
}

.videoTeaser
{
	height:65px;
	width:228px;
	background: url(/fileadmin/layout/images/videoPlaylist/hintergrund_video_vorschau.jpg) no-repeat;		
	
	margin-right:11px;
	display:block;
	float:left;
	position:relative;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	color: #666666; 
	left:11px;	
	cursor:pointer;	
}

.videoTeaserNoBackground
{
	height:65px;
	width:228px;
	background-color:#ffffff;	
	margin-right:11px;
	display:block;
	float:left;
	position:relative;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	color: #666666; 
	left:11px;	
	cursor:pointer;	
}

.videoTeaserActive
{
	height:65px;
	width:228px;

	margin-right:11px;
	background-color:#cfcdcd;
	
	background: url(/fileadmin/layout/images/videoPlaylist/hintergrund_video_vorschau_rollover.jpg) no-repeat;		
	display:block;
	float:left;
	position:relative;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	color: #666666; 
	left:11px;	
	cursor:pointer;	
}

.videoTeaser:hover
{
	background-color:#cfcdcd;
	color:#0053a6;	
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	background: url(/fileadmin/layout/images/videoPlaylist/hintergrund_video_vorschau_rollover.jpg) no-repeat;		
	
	height:65px;
	width:228px;

	margin-right:11px;

	display:block;
	float:left;
	position:relative;
	left:11px;	
	cursor:pointer;	
	
}

.videoTeaserImg
{
	margin-top:6px;
	margin-left:6px;
	margin-left:expression("3px");
	padding-left:expression("0px");
	width:52px;
	height:52px;
	float:left;
}

.videoTeaserContainer
{
	overflow:hidden;
	width:250px;
	height:200px;
	position:relative;
	right:0px;
	background-color:#f6f6f6;
}

.videoTeaserHeadline:hover
{
	color:#0053a6;
}

.videoTeaserHeadline
{
	margin-left:57px;
	margin-right:10px;
	width:144px;
	line-height:13px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	position:absolute;
	top:6px;
	left:15px;

}

.videoTeaserTime
{
	margin-left:57px;
	margin-right:10px;
	width:144px;
	line-height:11px;
	position:absolute;
	top:39px;
	left:15px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999; 	
	font-weight:normal;
	
}

.videoTeaserSpacer
{
	height:5px;
	width:228px;
	line-height:5px;
	background-color:transparent;
	font-size:1px;
	margin-left:6px;	
	margin-right:11px;
	display:block;
	float:left;	
}

.videoTeaserSpacerBottom
{

	
	height:40px;
	width:228px;
	margin-left:11px;
	background-color:transparent;
	margin-right:11px;
	display:block;
	float:left;
	margin-bottom:5px;	
}


.vpMultiBoxMediaObject
{
	position:absolute;
	left:0px;
	background-color:#00ff00;
}