@CHARSET "UTF-8";

html {
	height:			100%;
	background-color:white;	
}

body {
	background-color: #FFF;
    color: #404040;
	font-family: 'Trade Gothic W01 Cn 18';
    font-size: 18px;
    height: 1132px;
    line-height: 25px;
    margin: 0;
    padding: 3px 0 0;
        
}

h1 {
	font-family: 'TradeGothicW01-BoldCn20 675334';
	color:#B8B8B8;
	text-transform: uppercase;
    font-size: 40px;
    font-weight: normal;
    line-height: 34px;
    margin: 27px 0 0 27px;
    padding: 0;
}

#main_title h2 a {
	position:absolute;
	right:0;
	top:27px;
	color:#404040;
    font-size: 20px;
    font-weight: normal;
    margin: 0
}

img {
	border:	0;
}

a {
	color:black;
	font-size:12px;
	text-decoration: none;
}

.pfeil {
	margin-bottom:3px;
	margin-right:3px;
}

#teasers p {
	margin:	10px 5px 0 0;	
}

.small_teaser_content h3 {
	font-family: 'TradeGothicW01-BoldCn20 675334';
	text-transform: uppercase;
	color: #404040;
	margin: 10px 0;
	font-size: 20px;
	line-height: normal;
	font-weight: normal;
}

#table {
	display:		table;
	width:			1000px;
	height:			100%;
	margin:			auto;
}

#cell {
	display:		table-cell;
	width:			1000px;
	vertical-align:	middle;
	
}

#topContentMedia {
	float: left;
    width: 570px;
    height: 321px;
    -webkit-box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  2px 2px 2px 0px rgba(0, 0, 0, 0.2);
	margin-top: 10px;
}

#page_wrapper {
	width:			952px;
	background:		transparent;
	margin:			auto;
	margin-bottom:	148px;
	padding:		0;
}

#left_col {
	float:			left;	
}

#main_wrapp {
	background-color: #FFF;
    margin-bottom: 35px;
    margin-top: 21px;
    padding: 0 25px 0;  /* höhe + 20, padding - 20 */
    position: relative;
    width: 921px;
}

#teasers {
	border-top: 1px solid #C3C3C3;
	background-color: #FFF;
    height: 317px;
    margin:0 25px;
    padding-top:35px;
    width: 921px;
}

.small_teaser {
	text-align: center;	
}

.small_teaser img {
	height: 225px;
    margin: auto;
    width: 300px;
}

.small_teaser_content {
	text-align:		left;
	width: 300px;	
}

.left {
	float: left;
    margin-right: 10px;	
}

.right {
	float: left;
}

#main_title {
	height: 145px;
    margin-left: 5px;
    overflow: hidden;
    width: 952px;
}

#main_title img {
	margin-bottom: 11px;	
}

#main_content{
}

#main_copy {
	background-color: #FFF;
	float: right;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
    width: 330px; /*277px;*/
}

#teasers h2, #main_copy h3 {
	font-family: 'TradeGothicW01-BoldCn20 675334';
	color:#FF4800;
	text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
    line-height: 26px;
    margin: 7px 0 14px 0;
    padding: 0;
}

#main_copy p {
	margin:			/*2*/0px 0px 14px 0px;
	padding:		0;	
}
#main_copy p.button {
	float:left;
	margin-right: 30px;
	padding:		0;	
}

#main_copy a {
		
}

#video-holder {
	cursor: pointer;
}

#main_copy a.button, #main_copy a.button:link , #main_copy a.button:visited{
	padding-left: 28px;
	font-size:16px;
    line-height: 16px;
    height: 16px;
    border: none;
    display: block;
    background: url(../images/button_off.jpg) center left no-repeat;
    margin-top: 5px;
}

#main_video {
	width:			640px;
	float:			right;
	margin:			0 0 44px 0;
	padding:		0;
}

.line {
	width:			952px;
	height:			21px;
	border-style:	solid;
	border-width:	1px 0px 0px 0px;
}

#select-language {
	font-size: 12px;
	text-transform: uppercase;
	right: -200px;
    position: relative;
    top: -20px;
}


	#select-language span {
		font-weight: bold;
	}

	#select-language a {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: normal;
	}


img.small_teaser_head {
	margin:			20px 0px 0px 0px;	
}


/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;
    margin-top: 4px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}