﻿.right {
	padding-right:5px;
}
.main 
{
	margin:15px 0 28px 0;
	width:100%;
	height:360px;
}
.main-bg {
	position:absolute;
	z-index:0;
	background-color:#0f0f0f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=57);
	opacity:0.57;
	width:962px;
	height:360px;
}
.main-foreground {
	position:relative;
	z-index:1;
	top:-3px;
}
.main-img {
	position:relative;
	top:4px;
	z-index:2;
	float:left;
	margin-right:15px;
}

.main h1 {
	color:#ffcc33;
	font-family:Arial;
	font-size:30px;
	padding-top:20px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.main-body {
	margin-top:-15px;
}
* html .main h1 {
	margin-bottom:-10px;
	
}
* html .main p{
	margin-bottom:5px;
	
}
.main a img {
	border:none 0px;
}
.main .more {
 	position:relative;
	right:-13px;
	top:-5px;
}
.main .star {
	position:absolute;
	left:430px;
	top:230px;
	z-index:3;
}
* html .main .star {
	left:-170px;
}
.teaser-incl-container {
	position:relative;
}
* html .teaser-incl-container {
}
.teaser-incl {
	position:relative;
	z-index:2;
	padding:10px 0px;
}
.teaser-incl-bg {
	position:absolute;
	z-index:1;
	background-color:#0f0f0f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=23)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=23);
	opacity:0.23;
	left:543px;
	width:419px;
	height:118px;
}
* html .teaser-incl-bg {
	left:-15px;
}
.teaser 
{
	position:relative;
	float:left;
	width:308px;
	height:215px;
	padding:0px 15px 10px 3px;
	font-size:12px;
	margin-left:5px;
}
.teaser h1 {
	font-size:24px;
	text-align:center;
}
.teaser-body {
	padding:0px 10px 10px 10px;
}
.teaser-img {
	position:absolute;
	bottom:25px;
}
.teaser .read-more {
	position:absolute;
	bottom:95px;
	left:255px;
}
.left-teaser 
{
	background-image:url(images/left-teaser.png);
	margin-left:-5px;
}
.center-teaser 
{
	background-image:url(images/center-teaser.png);
	/*margin-left:-5px;*/
}
.right-teaser 
{
	background-image:url(images/right-teaser.png);
	/*margin-left:-5px;*/
	margin-right:-7px;
}