.bannerholder .glare{
	background:url(../images/glare.html) no-repeat;
	width:1400px;
	height:700px;
	position:absolute;
	left: 50%;
	margin-left: -700px;
	top: 47px;
}

.bannerholder .bggradient{
	background:url(../images/bgpart.html) repeat-x;
	width:100%;
	height:700px;
	position:absolute;
	left:0;
	top: 50px;
}

.bannerholder .bannershadow{
	background-image:url(../images/bannershadow.html);
	margin-top:150px;
	width:800px;
	height:100px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

#headerlogo {
	background-image:url(../images/headerimage.html) ;
	width:700px;
	height:200px;
	position:absolute;
	left:50%;
	margin-left: -350px;
	top: 0px;
}

.caption_transparent .icon {
    height: 12px;
    width: 12px;
    display: block;
    float: left;
    padding: 7px 0 0 17px;
    background: url(../images/canvas/headimage-arrow.png) center center no-repeat;
}

.caption_transparent a:hover {
    color: #FFFFFF;
}

a:focus {
    outline: none;
}

.minicap{
	font-size:14px;
	font-weight: normal;
}

.smallcap{
	font-size:18px;
	font-weight: normal;
}

.largecap{
	font-size:32px;
}

.imagecap{
	position:absolute;
}

.nobg{
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: #000 5px 5px 5px;
}

#small_divider {
	margin-top:8px;
}

#big_divider {
	margin-top:150px;
}

#header #teaser {
    /*top:35px;*/
}

#header .headanimation #canvas .headline{
    font-family: "LinotypeUniversW02-UltL",Arial,sans-serif;
    font-size: 26px;
    line-height: 1em;
}

#header .headanimation #canvas .headline strong{
    font-family: "LinotypeUniversW02-Thin",Arial,sans-serif;
    font-weight: normal;
}

#header .headanimation #canvas .subline {
    font-family: "LinotypeUniversW02-UltL",Arial,sans-serif;
    font-size: 18px;
    margin-top: 13px;
}

#header .headanimation #canvas .subline strong {
    font-family: "LinotypeUniversW02-Thin",Arial,sans-serif;
    font-weight: normal;
}

#header .headanimation #canvas .creative_layer a {
    clear: both;
    display: block;
    line-height: 30px;
    margin-top: 12px;
    position: relative;
    z-index: 12;
}

#header .headanimation #canvas .creative_layer a .left {
    background: url("../images/button/button-headimage-left.png") no-repeat scroll left top transparent;
    height: 30px;
    width: 12px;
    float: left;
}


#header .headanimation #canvas .creative_layer a .right {
    background: url("../images/button/button-headimage-right.png") no-repeat scroll left top transparent;
    height: 30px;
    width: 29px;
    float: left;
}


#header .headanimation #canvas .creative_layer a .center {
    background: url("../images/button/button-headimage-center.png") repeat-x scroll left top transparent;
    color: #666666;
    font-family: "LinotypeUniversW02-Ligh",Arial,sans-serif;
    font-size: 15px;
    padding: 0 8px 0 5px;
    float: left;
}

#header .headanimation #canvas .caption_transparent {
	font-family: Arial, sans-serif;
	color:#fff;
	background-color: transparent;
	padding:5px;
	position:absolute;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



#header .headanimation #canvas .caption_transparent.left .subline,
#header .headanimation #canvas .caption_transparent.left .headline {
    text-align: left;
}

#header .headanimation #canvas .caption_transparent.right .subline,
#header .headanimation #canvas .caption_transparent.right .headline {
    text-align: right;
}

#header .headanimation #canvas .caption_transparent.negative .subline,
#header .headanimation #canvas .caption_transparent.negative .headline {
    color: #FFFFFF;

}

#header .headanimation #canvas .caption_transparent.positive .subline,
#header .headanimation #canvas .caption_transparent.positive .headline {
    color: #666666;

}



#header .headanimation #canvas .caption_transparent.left a {
    display: inline !important;
    float: left;
    text-align: left;
}

#header .headanimation #canvas .caption_transparent.right a {
    display: inline !important;
    float: right;
    text-align: right;
}


