@CHARSET "UTF-8";

html {
	height:			100%;
	background-color:white;	
	
	font-family: 'CorporateSDemi';
}

body {
	background: url("../images/background.jpg") no-repeat scroll center top #000000;
    color: #FFFFFF;bu
    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;
    margin-bottom: 24px;
    padding: 31px 25px 0;
    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_content{
}

#main_copy {
	float: left;
    margin: 0 0 24px;
    padding: 0;
    text-align: left;
    width: 299px;
}

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

#main_copy #copy {
    margin: 0 0 8px;
    overflow-y: scroll;
}

#main_copy a.button1:link , #main_copy a.button1:visited{
        width: 200px;
        height:                 19px;
        border:                 none;
        display:                block;
        background: url(../images/button1_off.jpg) no-repeat;
        margin-top: 28px;
		
}

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

#main_copy a.button2:link , #main_copy a.button2:visited{
        width: 178px;
        height:                 19px;
        border:                 none;
        display:                block;
        background: url(../images/button2_off.jpg) no-repeat;
        margin-top: 12px;
		
}

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

#copy {
	font-family: 'CorporateSDemi';
	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;
}