@CHARSET "UTF-8";

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

body {
	background: url("../images/background.jpg") no-repeat scroll center top #000000;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    height: 1132px;
    line-height: 18px;
    margin: 0;
    padding: 3px 0 0;
        
}

h1 {
	font-family: 'CorporateACondensedRegular';
    font-size: 40px;
    font-weight: normal;
    margin: 46px 0 15px;
    padding: 0;
}

h2 {
	font-family: 'CorporateSDemi';
    font-size: 16px;
    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:	20px 0 0 0;	
}

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

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

#topContentMedia {
	float: right;
    width: 610px;
}

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

#left_col {
	float:			left;	
}

#main_wrapp {
	background: url("../images/bg_media.png") no-repeat scroll 0 0 transparent;
    height: 444px;
    margin-bottom: 8px;
    margin-top: 21px;
    padding: 31px 25px 0;
    position: relative;
    width: 921px;
}

#teasers {
	background: url("../images/bg_teaser.png") no-repeat scroll 0 0 transparent;
    height: 317px;
    padding: 31px 25px 0;    
    margin-bottom: 24px;
    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: 104px;
    margin-left: 5px;
    overflow: hidden;
    width: 952px;
}

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

#main_copy {
	float: left;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
    width: 298px; /*277px;*/
}


#main_content{
    position: relative;
}
#awards {
    position: absolute;
    right: -12px;
    top: 41px;
}

#main_copy p {
	margin: 0 0 8px;
    padding: 0 16px 0 0;
}
#main_copy p.button {
	margin:			15px 0px 8px 0px;
	padding:		0;	
}

#main_copy a {
		
}

#main_copy a.button {
        text-shadow: 1px 1px 0px #555;
        filter: dropshadow(color=#555, offx=0, offy=1);
}

#main_copy a.button:link , #main_copy a.button:visited{
        width: 155px;
        font-family: Arial;
        padding:0 0 0 12px;
        font-size: 11px;
        color: #FFF;
        height: 19px;
        line-height:19px;
        border: none;
        display: block;
        background: url(../images/button_normal.jpg) no-repeat;
        margin-top: 5px;
        
}

#main_copy a.button:link .arrow , #main_copy a.button:visited .arrow {
        display:block;
        float:right;
        width: 10px;
        height: 19px;
        background: url(../images/arrow_normal.png) top left no-repeat;
        
}

#main_copy a.button:hover{
        background: url(../images/button_hover.jpg) no-repeat;
}

#main_copy a.button:hover .arrow{
        background: url(../images/arrow_hover.png) no-repeat;
}

#copy {
	height: 342px;
}

#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;
}