.bottom {
	position: relative;
	width: 750px;
	height: 738px;
	border: 2px solid #990000;
	background: #FF0000; /* old browsers */
	background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#990000',GradientType=0 ); /* ie */
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0;
	z-index: 1;
}
.abottom {
	position: absolute;
	bottom: -560px;
	right: 0px;
	margin: 200px 0 0 0;
	width: 750px;
	height: 738px;
	border: 2px solid #990000;
	background: #FF0000; /* old browsers */
	background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#990000',GradientType=0 ); /* ie */
	-moz-border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	border-radius: 5px 5px 0 0;
}

.extrastuff {
	position: relative;
	width: 750px;
	height: 80px;
	bottom: 0;
	z-index: 2;
}

.skipeople {
	position: absolute;
	right: 30px;
	bottom: -15px;
	background: url(../img/skipeople.png);
	width: 412px;
	height: 70px;
}

.upper {
	position:absolute;
	background: url(../img/redup.png);
	width: 30px;
	height: 21px;
	bottom: -2px;
	left: 20px;
}

.showmore {
	position: absolute;
	left: 0;
	
	font-size: 16px;
	color: #fff;
	padding: 10px;
	background: #000;
	background: url(../img/trans.png);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #fff;
}
.showmore img{
	margin: 0 0 0 5px;
	position:relative;
	top: 2px;
}


.homebottom {
	position: absolute;
	right: 0;
	bottom: -570px;
}

body, html {
	overflow: hidden;
}

.main {
	overflow: hidden;
}

.centerContainer {
	overflow: hidden;
}

.contetHomeBox {
	width: 210px;
	height: 280px;
	padding: 10px;
	background: #fff;
	color: #000;
	margin: 20px 0 10px 10px;
	float: left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-moz-box-shadow: inset 3px 3px 5px #555; /* FF3.5+ */
	-webkit-box-shadow: inset 3px 3px 5px #555; /* Saf3.0+, Chrome */
	box-shadow: inset 3px 3px 5px rgba(0,0,0,0.6); /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=3px, Color='555'); /* IE6,IE7 */
	position: relative;
}
.contetHomeBox * {
	margin: 0;
	padding: 0;
}
.bottom .contetHomeBox .csc-textpic-imagewrap {
	width: 210px;
	height: 120px;
	overflow: hidden;
	margin: 25px 0 5px 0;
}
.contetHomeBox h1 a {
	font-size: 16px;
	color: #f00;
	font-weight: normal;
	text-decoration: none;
	margin: 2px 0;
	position: absolute;
}

.morelink {
	position:absolute;
	right: 15px;
	bottom: 10px;
}
.morelink a {
	color: #666;
	padding: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.morelink img {
	margin: 0 0 0 8px; position: relative; top: 3px;
}
.morelink a:hover{
	background: #f00;
	color: #fff;
}

.untenrext {
	text-align: center;
	margin: 20px;
	color: #4B0000;
	line-height: 16px;
}

.video {
	display: none;
	position: absolute;
	top: -450px;
	left: 0;
	background: url(../img/videobg.png);
	width: 650px;
	height: 370px;
	padding: 50px 0 0 0;
	text-align: center;
}

.videoTrigger {
	position: absolute;
	right: 150px;
	top: 80px;
	margin: 20px 0 0 0;
	cursor: pointer;
}

.closeVideo {
	position:absolute;
	right: 35px;
	top: 20px;
	background: url(../img/closeVideo.png);
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.boxFirst {
	margin: 20px 0 0 20px;
}

.extrastuff .skipeople {
	background: url(../img/sporty.png);
	position: absolute;
	left: 262px;
	width: 481px;
}

.untenstreifen {
	background: url(../img/steifoen.png) no-repeat;
	width: 750px;
	height: 35px;
	margin: 40px 0 -22px 0;
}

.radioTrigger {
	width: 120px;
	height: 96px;
	background: url(../img/speaker.png);
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 80px;
	margin: 20px 0 0 0;
}
