@charset "utf-8";
/* CSS Document */
#videovorschau {
	float:none;
	margin-right: 2em;
	position:relative;
}

#videovorschau:hover {
	z-index: 1;
}

.spalte3 {
	width: 45%;
	float:left;
	margin-right:1em;
}

.spalte3b {
	width: 45%;
	float:right;
	margin-right:1em;
}

.vorschaubild {
	width: 20%;
	height: auto;
	margin-top: -2em;
	float:right;	
}

.vorschaubild2 {
	width: 25%;
	height: auto;
	margin-top: -2em;
	float:left;	
}

.aktiv {
	background-color: #B5BCE1;
	border: solid thin;
	padding-right:1em;
	padding-bottom:2em;
	margin-bottom:-3em;
	
}

