/*
 * This is the stylesheet for the embeddable version of the video-on-demand
 * flash.
 */

body {
  background-color: #222;
}

/* remove some of the spacing, we need a gradient */
div.legeregel, div.legeregel2{
  display: none; 
}

.vod-gradient {
  background: #222 url(../../pix/misc/vod-gradient-bg.png) scroll repeat-x left top;
}

#vod-flash-holder {
  outline: none;
}

.vod-alternative-content {
  padding-top: 20px;
  color: #fff;
  height: auto !important;
  min-height: 460px;
  height: 460px; /* IE6 */
}

.vod-alternative-content a {
  color: #8c0000;
}

.vod-metainfo h1,
.vod-metainfo p {
	display:none;
}
