/* @group Ajax "Popup" */

div#item_title {
	height: 45px;
}

div#item_title h2 {
	color: #000;
}

div#content_flash {
	float: left;
	width: 480px;
}

div#content_additional {
	background-color: #e2dedd;
	float: right;
	height: 350px;
	width: 420px;
	margin-top: 45px;
}

div#content_additional div.pad {
	padding: 6px;
}

div#content_additional div.related {
	clear: both;
	height: 100px;
	margin-bottom: 15px;
}

div#content_additional div.related img {
	float: left;
	margin-right: 10px;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

div#content_additional div.related div {
	float: left;
	width: 190px;
}

div#description {
	clear: both;
	padding-top: 20px;
	width: 100%;
}

/* @end */

/* @group Auflistung */

select {
	margin: 8px 0;
}

div.video_list {
	float: left;
	width: 185px;
	height: 140px;
	margin: 0 5px 30px 0;
}

div.video_list img {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
}

/* @end */