/* Die zentrale video.css liegt im Verzeichnis maklerplattform/videos/_sonst, wird NICHT in diese HP geladen, */
/* sondern nur in die index.php der Stand-alone-Lösung und wird bei Bedarf in einzelnen Parametern HIER überschrieben oder ergänzt */

/* Globale Parameter Stand-Alone */
.vid_top {
	background-image: url(../filme/02_sonst/videotop01.jpg);
	}
.vema_out_integ .vema_out {		/* vema_out bestimmt filmrahmenpos. im Stand-alone / vema_out_integ bestimmt sonderpos. bei Integration in HP */
	margin-left: -53px;
	}

/* Eigenvideos */
#eigenvideo01 {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 4px;
	width: 700px;
	margin: -2px 1px 24px -13px;
	}

/* youtube Einbindungen */
.youtu {
	margin: 1px 1px 2px 1px;
	}
.youtu iframe {
	width: 500px;
	height: 360px;
	}