/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label, input, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Tahoma, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-color:#282828;		
}
ol, ul {
	list-style: none;
}

.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:"."; 
}
.container {
	width:964px;
	margin:0px auto;
}
.header {
	width:100%;	
}
.header img {
	display:block;
}
.content {
	width:100%;		
}
.teaser_block {
	overflow:hidden;
}
.teaser_video {
	float:left;
	display:block;
	width:368px;
	margin-right:5px;
	position:relative;
}
.teaser_video img {
	display:block;
}
.teaser_video_play {
	display:block;
	position:absolute;
	width:366px;
	height:243px;
	top:33px;
	left:1px;	
	z-index:5;
	background:url(img/play.gif) no-repeat;	
	*background-image: none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/play.gif');
}
.teaser_video:hover .teaser_video_play {
	cursor:pointer;
	background:url(img/playh.png) no-repeat;	
	*background-image: none; *filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/playh.png');
}
.teaser_video_brd {
	border:1px solid #B1B1B1;	
}
.teaser_pic_wrap {
	float:left;
	width:591px;
	overflow:hidden;
}
.teaser_pic {
	display:block;
	width:188px;
	float:left;
	margin-right:5px;
	margin-bottom:6px;
	border:2px solid #fff;
}
.teaser_pic:hover {
	border-color:#13D3F5;
}
.text {
	display:block;
	margin-bottom:6px;
	clear:both;
}	
.footer {
	width:100%;
	text-align:center;
	color:#fff;	
}
.footer_acces {	
	display:block;
	margin:20px auto 35px auto;	
}
.footer #legals_link {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	display:block;
	margin:10px auto;
}
.footer #legals_link:hover {
	text-decoration:underline;
}