/* 
theme: 
author: Timo Wirth & Rebecca Heinen, Aperto AG

*/


* {
    margin: 0;
    padding: 0;
}
body { /* font: default 16px to 10px */
    font: 62.5% arial, helvetica, sans-serif;
	background: #fff url(../img/bgs/body.jpg) 50% 345px repeat-x;
	color: #555;
}
     
/* LINKS 
-------------------- */
a {
	color: #43799D;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
a img {
	border: none;
}
a:visited {
	color: #6997aa;
}
img {
	display: block;
}
em.more a {
	font-style: normal;
}
em.more-comments a {
	font-style: normal;
}
em.more-comments:before {
	content: "|";
}
.all a {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	background: url(../img/icons/icon-sprites.png) 0 -134px no-repeat;
	padding: 0 0 0 10px;	
}
.all a {
	zoom: 1;
}
.back {
	clear: both;
}
#article p.back {
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.back a {
	display: block;
	clear: both;
	margin: 0 0 0 15px;
	background: url(../img/icons/icon-sprites.png) 0 -2433px no-repeat;
	padding-left: 10px;
}
* html .back a {
	background-position: 0 -2432px;
}
*+html .back a {
	background-position: 0 -2432px;
}
.back-top a {
	margin-top: 20px;
}
#main .back a {
	margin: 0;
}
.hidden {
	display: none;
	left: -9999em;
}
select.a11y-hidden {
	display: none !important;	
}
.js-on * {
	outline: none;
}
.js-on .a11y-focus-key {
	outline: 1px dotted #666;
} 
/* hidden & skip link  */
.player-controls .button-text,
.aural,
.skip a,
h6,
#nav .on em,
#nav .open em,
#breadcrumb h2,
#search-box label,
#nav-sub em,
#nav-filter em,
#nav-global .on em,
em.more span,
em.more-lightbox span,
#page-tools li a span,
.pager li em,
.vcard div h3,
.vcard .photo dd,
.panel-group .vcard h2,
#main .vcard h2 em,
#extras .vcard h2 em,
#glossary-index h3,
.form-wrapper fieldset label em,
#language-switcher #main .form-wrapper div label,
#stage-flash-up h1,
#stage-flash-up p,
.sendToFriendInfo,
.vevent dd a.ics span,
.event-list a.ics span,
#wrapper-4 #main .banner h2,
#stage-buttons h1,
.vcard dl.contact-form dt,
.js-off .printDiv,
#pressRelease.js-off .pressMediaCarouselArea .mediaScrollerArea {
	display: block;
    position: absolute;
    overflow: hidden;
	left: -9999px;
    width: 1px;
    height: 1px;
}
.skip {
	position: absolute;
}
.skip a:active,
.skip a:focus {
	display: block;
	top: 0;
	left: 350px;
	padding: 15px 10px 10px 10px; 
	height: auto;
	width: auto;
	background: #237798; 
	color: #fff;
	white-space: nowrap;
}

#branding:after {
	content: " ";
	display: block;
	overflow: hidden;
	clear: both;
}

/* GRID / LAYOUT 
-------------------- */
#wrapper {
	position: relative;
	background: url(../img/bgs/wrapper.jpg) 50% 0 no-repeat;
	width: 100%;
	min-width: 980px;
}
#branding {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 965px;
	z-index: 100;
}
#nav-global {
	clear: both;
	overflow: hidden;
	margin: 8px auto 10px auto;
	width: 965px;
	/* flyout changes */
	height: 3.4em;
	overflow: visible;
}
#stage,
#stage-panel,
#stage-quote,
#stage-flash-up,
#stage-iframe,
#stage-buttons{
	position: relative;
	overflow: hidden;
	margin: 0 auto 20px auto;
	width: 790px;
}
#stage-quote {
	overflow: visible;
}
#home #stage {
	float: none;
	height: auto;
	margin: 15px auto 15px auto;
	width: 980px;
}
#wrapper-2 {
  	margin: 0 auto 10px auto;
	padding: 0 7px;
	width: 965px;
}
#nav {
	position: relative;
	z-index: 10;
	float: left;
	display: inline; /* IE 6 */
	margin: 0;          
	width: 165px;
}
#breadcrumb {
	display: block;
	float: left;
	width: 796px;
	margin: 0 auto 3px auto;
}
#wrapper-2 #wrapper-3 {
	position: relative;
	z-index: 9;
	float: left;
	overflow: hidden;
	display: inline; /* IE 6 */
	margin: 0 0 0 -10px; /* IE 6 */
	padding: 0;
	width: 800px;
	background: #fff url(../img/bgs/wrapper-3.png) 0 0 no-repeat;
}
#wrapper-2 > #wrapper-3 {
	margin: 0 0 0 -2px;
}
.col-subcol #wrapper-3 {
	clear: both;
}
#wrapper-4 {
	float: left;
	margin: 3px 0 0 0;
	padding: 2px 5px 5px 5px;
	
	width: 790px; /* IE6 Crash */
	height: 480px; /* IE6 */
	background: url(../img/bgs/wrapper-4.png) 0 0 repeat-y;
}


#wrapper-3 > #wrapper-4 {
	min-height: 480px;
	height: auto;
}
#home #wrapper-3,
#home #wrapper-4 {
	margin-left: 0;
	padding: 0;
	background: none;
	border: none;
	width: 810px;
	height: auto;
	min-height: 0;
}
#main {
	float: left;
	overflow: hidden;  
	display: inline; /* IE 6 */
	margin: 0 10px 0 0;
	width: 490px;
	padding: 20px 0 20px 15px;
}
#extras {
	float: right;
	display: inline; /* IE 6 */
	width: 260px;
	margin: 0 12px 0 0;
	padding: 20px 0 0 0;
}
* html #article #extras {	/* ie6 */
	overflow-x: hidden !important;
}

#platform {
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	bottom: -20px;
	margin: 0 0 -20px 0;	
}
.js-on #platform {
	overflow: visible;
	z-index: 1;	/* ie6: social bookmark menu */
}
#promos {
	overflow: hidden;
	float: none; /* ie 6 */
	width: 100%; /* ie 6 */
	clear: both;
	padding: 0;
}

/* 2 column layout: nav vertical and big main column with 2 or 3 floating teasers: nav | main */
.nav-col-float2 #wrapper-3,
.nav-col-float2 #main,
.nav-col-float3 #wrapper-3,
.nav-col-float3 #main,
.nav-col #wrapper-3,
.nav-col #main {
	width: 800px;
}

/* 2 column layout: 1 big column with 2 floating teasers | main */
.col-float2 #wrapper-3,
.col-float2 #main {
	width: 100%;
}

/* 3 column layout: 1 big column with 3 floating teasers | main */
#home.col-float3 #wrapper-3 {
	width: 100%;
}
#home.col-float3 #main {
	width: 965px;
	margin: 0;
	padding: 0;
}

/* 3 column layout: no nav, one big column with 2 floating teasers and a sidebar: main column | sidebar  */
.col-float2-subcol #wrapper-3,
.col-float2-subcol #main {
	width: 805px;
}
.col-float2-subcol #wrapper-3 {
	float: none;
}

/* 3 column layout: nav vertical and 2 big main columns: nav | main | sidebar */
.nav-col-col #main {
	width: 400px;
}
.nav-col-col #extras {
	width: 340px;
}


/* search results */
/*
#search-results #main {
	width: 790px;
	margin: 0;
	padding: 0 0 0 5px;
}
*/

/* FONTS
-------------------- */
#nav-global li,
div.tw-enhancedswitcher .rack-teaser h2,
#home #stage h2,
#nav-box h2,
#nav-box li,
#page-intro h1,
#page-intro p,
#main .teaser h2,
#extras h2, #extras h3,
#main h2,
#platform .new-search h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
p,
li,
dd,
dt {
	font-size: 130%;
	line-height: 1.3em;
}
.text-section p {
	position: static; /* clickable images */
}

/* reset font-size */
li p,
li li {
	font-size: 100%;
}
/* iframe */
iframe.iframe-paragraph {
	width: 100%;
	border: none;
}
#stage p {
	font-size: 160%;
}
p.intro {
	font-size: 160%;
}
#stage h1 {
	font-size: 180%;
}
#stage h1 em {
	font-size: 67%;
}
#main h1 {
	font-size: 200%;
	font-weight: normal;
}
#main .opener h1 {
	font-size: 240%;
}
#main .opener h1 em,
#main h1 em { /* kicker */
	display: block;
	font-size: 62.5%;
	font-style: normal;
}
#main h2 {
	font-size: 180%;
	font-weight: normal;
}
#main h2 a {
	display: block;
	height: 1%; /* IE 6 */
}
#main .teaser h2 em { /* kicker */
	display: block;
	font-size: 66.66%; /* 12px */
	font-style: normal;
}
#main h3 {
	font-size: 150%;
}
#main .latest h3 em { /* kicker */
	display: block;
	font-style: normal;
	font-size: 100%; /* 11px */
}
#wrapper-4 #main .links h2,
#wrapper-4 #main .links h3 { /* linklist in teaser */
	margin: 10px 0 0 0;
	font-size: 120%;
	font-weight: bold;
}
#main .latest h3 {
	font-size: 100%;
}
h4 {
	font-size: 130%;
}
.teaser-group h5 {
	font-size: 160%;
}
#main .teaserlist li {
	font-size: 130%;
	font-weight: bold;
}
#main .links li {
	font-weight: normal;
}
#main .links em {
	font-size: 85%; /* 11px */
	font-style: normal;
}
table {
	font-size: 130%;
}

/* sidebar */
#extras h2,
#extras h3 {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}
#extras .latest h3 {
	font-size: 160%;
}
#extras h2 a,
#extras h3 a {
	display: block;
	height: 1%;
}
#extras .latest h3 em,
#extras .box h2 em { /* kicker */
	display: block;
	font-size: 68.75%; /* 11px */
	font-style: normal;
}
#extras p,
#extras li {
	font-size: 110%;
}
/* promo */
.promo h3 {
	font-size: 140%;
}
.promo p {
	font-size: 110%;
}


/* BRANDING / HEAD
-------------------- */

#branding {
	color: #fff;
	background: url(../img/bgs/header.jpg) 50% 100% no-repeat;
	background-color: #999;	
	height: 55px;
	min-height: 55px;
}
#branding.pos-2 {
	background-image: url(../img/bgs/header-pos.jpg);
}
html > body #branding {
	height: auto;
}
#branding.color-2 {
	color: #fff;
}
#branding-box {
	float: left;
	width: 965px;
}
#logo {
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	height: 48px;
	width: 159px;
	margin: 7px 30px 0;
}
.pos-2 #logo {
	float: right;
	margin-left: 0;
}
#logo span {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/eads-logo.png);
	height: 40px;
}
#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 140%;
}
#logo strong {
	position: absolute;
	left: -9999px;
}
#logo em {
	display: none;
}
#logo a {
	padding: 0;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
	display: none;
}

/* Search */
#search-box {
	display: inline;
	position: relative;
	float: right;
	margin: 20px 30px 0 0;
}

#search-box div {
	float: left;
}
#search-box div.filter {
	padding-top: 2px;
}
#search-box label {
	float: right;
}
#search-box .filter label {
	color: #000;
	display: inline;
    height: auto;
    left: 0;
    overflow: visible;
    position: relative;
    width: auto;
	float: left;
	margin: 0 10px 0 4px;
	text-transform: uppercase;
}

#branding.color-1 #search-box .filter label {
	color: #000; 
}
#branding.pos-2 #search-box .filter label {
	color: #000; 
}

#search-box input {
	float: left;
	width: 155px;
	background: #fff;
	border: 1px solid #c4c5c9;
	padding: 1px 15px 1px 6px;
	color: #666; 
	font-size: 100%;
	text-transform: uppercase;
}
#search-box .filter input {
	float: left;
	width: auto;
	background: transparent;
	border: 0;
	padding: 0;
	color: #666; 
	font-size: 100%;
	text-transform: none;
}
* html #search-box .filter input {	/* ie6 */
	position: relative;
	top: -4px;
}
*+html #search-box .filter input {	/* ie7 */
	position: relative;
	top: -4px;
}
#search-box input:focus,
#search-box input.a11y-focus,
#search-box input.active {
	border: 1px solid #c4c5c9;
	text-transform: none;
	color: #555;
}
#search-box .button {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 15px;
	height: 15px;
	background: url(../img/icons/icon-sprites.png) 0 0 no-repeat;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
}
.hcm #search-box .button {
	background: buttonface;
	width: auto;
	height: auto;
	text-indent: 0;
	font-size: 100%;
	position: static;
}
/* nav Meta */
#nav-meta {
	float: right;
	width: auto;
	margin: 22px 20px 0 0;
}
#nav-meta ul {
	float: left;
}
#nav-meta ul li {
	position: relative;
	height: 1%;
	float: left;
	margin: 0 5px;
	padding: 0 0 1px 0;
	list-style-type: none;
	font-size: 100%;
	color: #b9b9b9;
	white-space: nowrap;
}
#nav-meta ul li {
	color: #333;
	text-transform: uppercase;
}
#nav-meta ul li a {
    color: #000;
}
.color-2 #nav-meta ul li a {
	color: #fff;
}
#nav-meta .key-links a {
	background: url(../img/icons/icon-sprites.png) 0 -1889px no-repeat;
	padding-left: 18px;
	padding-bottom: 2px;
}
#nav-meta .has-iframe a,
#nav-meta .has-iframe span {
	float: left;
	margin: 0 3px 0 0;
}
#nav-meta .has-iframe iframe {
	width: 3.7em;
	height: 1.3em;
	overflow: hidden;
}
#nav-meta .has-submenu {
	margin-top: -2px;
}
.color-2 #nav-meta .has-submenu a,
#nav-meta .has-submenu a {
	background: url(../img/icons/icon-sprites.png) 100% -1989px no-repeat;
	padding-right: 10px;
	color: #666;
}
#nav-meta .has-submenu span {
	display: inline-block;
	height: 1%;
	background: url(../img/bgs/has-submenu.png) 100% 0 no-repeat;
	padding: 0 11px 0 0;
}
#nav-meta .has-submenu span span {
	background: url(../img/bgs/has-submenu.png) 0 0 no-repeat;
	padding: 2px 7px;
	cursor: pointer;
}
.color-2 #nav-meta .has-submenu span span a,
#nav-meta .has-submenu span span a {
	background: none;
}
#nav-meta .has-submenu span span a img {
	float: left;
	padding: 2px 3px 0 0;
}
#nav-meta .submenu {
	position: absolute;
	z-index: 99;
	background: #fff url(../img/bgs/submenu.png) 0 0 repeat-x;
	padding: 0 11px 0 0;
	top: 1.3em;
	left: -9999em;
	clip: rect(auto auto 0 auto);
}
.js-off #nav-meta li:hover .submenu {
	left: 0;
	clip: rect(auto auto auto auto);
}
#nav-meta .submenu ul {
	float: left;
	padding: 5px;
}
#nav-meta .over .submenu {
	left: 0;
}
#nav-meta .submenu li {
	float: none;
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 2px 0 2px 2px;
}
.color-2 #nav-meta .submenu a,
#nav-meta .submenu a {
	display: block;
	background: none;
	padding-left: 0;
}
#nav-meta .submenu a img {
	float: left;
	padding: 2px 4px 0 0;
}

/* GLOBAL HORIZOnTAL NAVIGATION 
-------------------- */
#nav-global ul {
	position: relative;
	float: right;
	margin: 0;
	padding: 0 30px 0 0;	
	list-style-type: none;
	z-index: 20;
}
#nav-global li {
	float: left;
	display: inline;
	position: relative;
	font-size: 140%;
	margin: 6px 0 8px 12px;
	text-transform: uppercase;
	white-space: nowrap;
}
#nav-global li a,
#nav-global li a:visited,
#nav-global li strong {
	color: #3d3c3c;
	font-weight: bold;
}
#nav-global li a {
	float: left;
	display: block;
	padding: 0 0 2px 0; /* 2px border on hover */
	cursor: pointer; /* IE */
}
/* on + open */
#nav-global li strong,
#nav-global li.on a {
	display: block;
	padding: 0 0 2px;
	color: #07658c;
}
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	display: block;
	padding: 0;
	text-decoration: none;
	color: #07658c;
}
#nav-global li:hover>a,
#nav-global li:active>a,
#nav-global li:focus>a {
	color: #07658c;
}

/* flyout */
#nav-global li div.flyout {
	display: none;
	position: absolute;
	left: 0;
	width: 165px;	/* = navi */
	border: 1px solid #eaeaea;
	background: #fff;
	z-index: 21;
	margin-top: 1.3em;
	margin-left: -10px;
	box-shadow: 1px 1px 5px #eee;
	-moz-box-shadow: 1px 1px 5px #eee;
	-webkit-box-shadow: 1px 1px 5px #eee;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, color=#eaeaea, direction=125);
}
#nav-global li.on div.flyout {
	margin-top: -0.2em;
}
#nav-global li:hover div.flyout,
#nav-global li.over div.flyout {
	display: block;
}
#nav-global div.flyout ul {
	margin: 0;
	padding: 10px 10px 0;
	float: none;
}
#nav-global div.flyout li {
	display: block;
	float: none;
	font-size: 110%;
	line-height: 80%;
	margin: 0;
	padding: 0 0 8px 0;
	white-space: normal;
}
#nav-global div.flyout li a {
	float: none;
	font-size: 70%;
	padding: 0;
	border: 0!important;
}
#nav-global li.on div.flyout li a {
	color: #333;
}

#nav-global li div.flyout li.on strong {
	border: 0 !important;
	font-size: 70%;
}




/* PAGE TOOLS
-------------------- */
#page-tools {
	position: absolute; /* ie 6 */
	top: 40px;
	right: 0;
	z-index: 9;
}
body > #page-tools {
	position: fixed; 
}
#page-tools li {
	display: block;
	list-style: none;
}
#page-tools li.rss {
	display: none;
}
#page-tools li a {
	display: block;
	height: 27px;
	width: 26px;
	background: url(../img/icons/page-tools-ie6.png) 0 0 no-repeat; /* print icon */
}
#page-tools li > a {
	background: url(../img/icons/page-tools.png) 0 0 no-repeat; /* print icon */
}
#page-tools li.recommend a {
	background-position: 0 -27px;
}
#page-tools li.bookmark a {
	background-position: 0 -54px;
}
#page-tools li.rss a {
	background-position: 0 -81px;
}
#page-tools li.pdf {
	display: none;
}
.js-on #page-tools li.pdf {
	display: block;
}
#page-tools li.pdf a {
	background-position: 0 -108px;
}


/* STAGE 
-------------------- */
#home #flash-stage {
	height: 431px;
	width: 980px;
}
#stage img {
	margin: 0;
	padding: 0;
	width: 790px;
	height: auto;
}
#section .press-stage img {
	width: 200px;
	height: auto;
}
#home #stage img {	
	width: auto;
	height: auto;
}
.tw-stage-switcher .rack-teaser-box h2,
#stage-box h1 {
	margin-bottom: 5px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
}
.tw-stage-switcher .rack-teaser-box h2 em, 
#stage-box h1 em {
	text-transform: uppercase;
	display: block;
	font-style: normal;
	font-weight: normal;
	color: #CED7E0;
}
#stage-box h1 a,
#stage-box em.more a {
	color: #24a2d6;
}
.tw-stage-switcher .rack-teaser-box p, 
#stage-box p {
	color: #CED7E0;
	font-size: 110%;
	text-shadow: 1px 1px 1px #333;	
}
#stage-box p em.date {
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: bold;
}
.tw-stage-switcher .rack-teaser-box em.more, 
#stage-box p em.more {
	display: block;
	margin: 4px 0 0 0;
	font-style: normal;
}
.tw-stage-switcher .rack-teaser-box em.more a, 
#stage-box p em.more a {
	background: url(../img/icons/icon-sprites.png) 0 -1778px no-repeat;
	padding-left: 10px;
}
.tw-stage-switcher .rack-teaser-box,
#stage-box,
#stage-flash-up-box {
	position: absolute;
	bottom: 30px;
	left: 30px;
	min-width: 300px;
	width: 44em;
	max-width: 760px;
	height: auto;
	background: url(../img/bgs/black-70.png) 0 0 repeat;
	padding: 10px 10px 5px 10px;
}
.s-type-2 #stage-box {
	right: 30px;
	left: auto;
}
.hcm .tw-stage-switcher .rack-teaser-box,
.hcm #stage-box {
	background: #000;
}
/* Stage with Flash (in Showbox) */
#stage-flash-up #stage-flash-up-box .flash {
	display: none;
}
#stage-flash-up #stage-flash-up-box {
	background: none;
	padding: 0;
}
#stage-flash-up em.more a {
	background: #0A688E url(../img/bgs/search-btn.png) 0 0 repeat-x;
	width: auto;
	border: 1px solid #2a7592;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0;
	padding: 3px 15px;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 130%;
	line-height: 2em;
}
/* Stage on Homepage -> Fallback for Flash or Teaser for Stage-Carousel */
.tw-stage-switcher .rack-teaser-box, 
#home #stage-box {
	bottom: auto;
	top: 40px;
	left: 50px;
}
.tw-stage-switcher .rack-teaser-box h2, 
#home #stage-box h1 {
	color: #fff;
	font-size: 300%;
}
.tw-stage-switcher .rack-teaser-box h2 a, 
#home #stage-box h1 a {
	color: #fff;
}
.tw-stage-switcher .rack-teaser-box p, 
#home #stage-box p {
	font-size: 180%;
}
.tw-stage-switcher .rack-teaser-box em.more a, 
#home #stage-box p em.more a {
	background-position: 0 -130px;
}

/* Stage with iframe */
#stage-iframe img {
	display: block;
	width: 790px;
	height: auto;
}
#stage-iframe-box {
	position: relative;
	float: right;
	width: 228px;
	height: 1px;
	background: url(../img/bgs/black-70.png) 0 0 repeat;
	margin-top: -199px;
	padding: 10px 20px 0 20px;
}
#stage-iframe iframe {
	margin: 0;
	border: 0;
	width: 228px;
	height: 180px;
}

/* Stage with buttons */
#stage-buttons div.links {
	position: absolute;
	left: 20px;
	bottom: 10px;
}
#stage-buttons.sb-type-2 div.links {
	left: auto;
	right: 20px;
}
#stage-buttons ul {
	clear: both;
}
#stage-buttons ul li {
	float: left;
	list-style: none;
	margin: 0 10px 10px 0;
}
#stage-buttons.sb-type-2 ul li {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
#stage-buttons ul li a {
	display: block;
	float: left;
	background: url(../img/bgs/stage-buttons.png) 100% -35px no-repeat;
}
#stage-buttons ul li a span {
	display: block;
	background: url(../img/bgs/stage-buttons.png) 0 0 no-repeat;
	margin-right: 30px;
	padding: 9px 0 9px 10px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}
#stage-buttons ul li a:hover,
#stage-buttons ul li a:active,
#stage-buttons ul li a:focus{
	background-position: 100% -250px;
	text-decoration: none;
}
#stage-buttons ul li a:hover span,
#stage-buttons ul li a:active span,
#stage-buttons ul li a:focus span{
	background-position: 0 -215px;
	color: #333;
}




/* STAGE-PANEL 
-------------------- */
#stage-panel {
	position: relative;
	margin: 0 0 20px 0;
	height: 40em;
	background: #6f7e89 url(../img/bgs/stage-panel.png) 0 0 repeat-x;
}
#stage-panel p {
	clear: none;
	font-size: 120%;
}
#stage-panel h2 {
	font-size: 140%;
}
#stage-panel .stage-panel-box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 300px; 
	height: 216px;
	margin: 10px -3px 5px 5px; /* IE6 */
}
html > body #stage-panel .stage-panel-box {
	margin: 10px 0 5px 10px;
}
.js-on #stage-panel .stage-panel-box {
	display: block;
	border-right: 1px solid #7e7e7e;
	position: relative;
	float: left;
	width: 524px; 
	height: 378px;
	bottom: auto;
	left: auto;
}
#stage-panel .stage-panel-box img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 300px; 
	height: 216px;
}
.js-on #stage-panel .stage-panel-box img {
	width: 524px; 
	height: 378px;
}
.ui-handle-label,
.video-label {
	display: none;
}
#stage-panel div.video-box {
	width: 300px; 
	height: 216px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	background: #000;
}
.js-on #stage-panel div.video-box {
	width: 524px; 
	height: 378px;
}
#stage-panel video {
	display: block;
	width: 300px; 
	height: 216px;
	z-index: 9;
}
.js-on #stage-panel video {
	width: 524px; 
	height: 378px;
}

.st-aside {
	position: relative;
	overflow: hidden;
	height: 40em;
	background: #404953 url(../img/bgs/st-aside.png) 0 0 repeat-x;
}
.js-on .st-aside {
	position: absolute;
	right: 0;
	top: 0;
	width: 255px;
}
.video-intro-text-panel {
	color: #fff;
	padding: 10px;
	/* js-off styles */
	width: 300px;
	float: left;
	margin-right: 10px;
}
.js-on .video-intro-text-panel {
	width: auto;
	float: none;
	margin-right: 0;
}
#stage-panel .video-intro-text-panel h2 {
	font-size: 180%;
	margin: 0 0 10px;
}
.video-intro-text-panel p {
	color: #ced7e0;
}
.video-intro-text-panel a {
	display: none;	
}
#stage-panel .st-panel-group {
	position: absolute;
	bottom: 0;
	margin: 0;
	right: 0;
	/* js-off styles */
	overflow: auto;
	height: 40em;
	width: 400px;
}
.js-on #stage-panel .st-panel-group {
	overflow: hidden;
	width: 100%;
	height: auto;
}
#stage-panel .st-panel-group img {
	float: left;
	width: 106px;
	height: 60px;
	background: #e4e2e2 url(../img/bgs/border-img-106x60grey.png) 0 0 no-repeat;
	margin: 0 10px 5px 0;
	padding: 5px;
}
#stage-panel .st-panel-group a:hover img,
#stage-panel .st-panel-group a:active img,
#stage-panel .st-panel-group a:focus img {
	background: #e4e2e2 url(../img/bgs/border-img-106x60grey.png) 0 100% no-repeat;
}
.panel-data {
	display: none;
}

/* STAGE-QUOTE 
-------------------- */
#stage-quote {
	clear: both;
	background: url(../img/bgs/black-70.png) 0 0 repeat;
}
#stage-quote img {
	display: block;
	width: 790px;
	height: auto;
}
#stage-quote-box {
	position: relative;
	float: right;
	width: 228px;
	background: url(../img/bgs/black-70.png) 0 0 repeat;
	margin-top: -357px;
	padding: 20px 20px 0 20px;
}
.hcm #stage-quote-box {
	background: #000;
}
#stage-quote-box .stage-teaser {
	clear: both;
	width: 175px;
	margin: 0 0 5px 0;
	background: none;
}
#stage-quote-box #stage-teaser-2 {
	float: right;
	text-align: right;
}
#stage-quote-box #stage-teaser-2 img {
	float: right;
}
#stage-quote-box #stage-teaser-3 {
	margin: 0;
}
#stage-quote-box .stage-teaser h2 {
	font-size: 180%;
	color: #fff;
	font-weight: normal;
}
#stage-quote-box .stage-teaser h2 a {
	color: #fff;
}
#stage-quote-box .stage-teaser p {
	color: #fff;
	font-size: 110%;
}
#stage-quote-box .stage-teaser p em.more {
	display: block;
	margin: 5px 0 0 0;
}
#stage-quote-box .stage-teaser em.more a {
	display: block;
	background: url(../img/icons/icon-sprites.png) no-repeat scroll 0 -468px;
	padding-left: 10px;
	color: #fff;
}
#stage-quote-box #stage-teaser-2 em.more a {
	float: right;
}
#stage-quote-box .stage-teaser img {
	background: none;
	width: 148px;
	height: auto;
	margin: 0;
	padding: 0;
}

/* DOM TABS
-------------------- */
.text-box-tabs {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 20px 0;
	width: 100%; /* animation */
}
.tb-section-group {
	overflow: hidden; /* animation */
	width: 100%; /* animation */
	position: relative; /* animation */
}
.text-box-toc {
	overflow: hidden;
}
.text-box-toc li {
	float: left;
	height: 1%;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #fff;
	background: #fff url(../img/bgs/tabbox.png) 0 0 repeat-x; 
	list-style: none;
	text-align: center;
	font-size: 110%;
	line-height: 1em;
}
.text-box-toc li a {
	display: block;
	padding: 15px 30px;
	cursor: pointer;
	float: left; /* IE6*/
}
.text-box-toc li a.on,
.text-box-toc li a:focus,
.text-box-toc li a:active,
.text-box-toc li a:hover {
	background: url(../img/bgs/tabbox-type-1.png) 0 0 repeat-x; /* on blue */
	color: #fff;
}
.tbt-type-2 .text-box-toc li a.on,
.tbt-type-2 .text-box-toc li a:focus,
.tbt-type-2 .text-box-toc li a:active,
.tbt-type-2 .text-box-toc li a:hover {
	background-image: url(../img/bgs/tabbox-type-2.png); /* on orange */
}
.tbt-type-3 .text-box-toc li a.on,
.tbt-type-3 .text-box-toc li a:focus,
.tbt-type-3 .text-box-toc li a:active,
.tbt-type-3 .text-box-toc li a:hover {
	background-image: url(../img/bgs/tabbox-type-3.png); /* on violet */
}
.tbt-type-4 .text-box-toc li a.on,
.tbt-type-4 .text-box-toc li a:focus,
.tbt-type-4 .text-box-toc li a:active,
.tbt-type-4 .text-box-toc li a:hover  {
	background-image: url(../img/bgs/tabbox-type-4.png); /* on green */
}
.tbt-type-5 .text-box-toc li a.on,
.tbt-type-5 .text-box-toc li a:focus,
.tbt-type-5 .text-box-toc li a:active,
.tbt-type-5 .text-box-toc li a:hover  {
	background-image: url(../img/bgs/tabbox-type-5.png); /* on light-green */
}
.tbt-type-6 .text-box-toc li a.on,
.tbt-type-6 .text-box-toc li a:focus,
.tbt-type-6 .text-box-toc li a:active,
.tbt-type-6 .text-box-toc li a:hover  {
	background-image: url(../img/bgs/tabbox-type-6.png); /* on turquoise */
}
.text-box-toc li a:hover,
.text-box-toc li a:focus,
.text-box-toc li a:active {
	text-decoration: none;
	outline: none;
}
.text-box-toc li a span {
	background: url(../img/icons/icon-sprites.png) 0 -535px no-repeat;
	padding-left: 12px;
}
.text-box-toc li a.on span,
.text-box-toc li a:hover span,
.text-box-toc li a:active span,
.text-box-toc li a:focus span {
	background-position: 0 -599px;
}
.text-box-section {
	clear: both;
	float: left;
	width: 764px;
	background: #007290 url(../img/bgs/text-box-section.png) 0 0 repeat-x; /* blue */
	padding: 10px 13px;
	color: #fff;
}
.tbt-type-2 .text-box-section {
	background: #b05500 url(../img/bgs/text-box-section-t2.png) 0 0 repeat-x; /* orange */
}
.tbt-type-3 .text-box-section {
	background: #461c4c url(../img/bgs/text-box-section-t3.png) 0 0 repeat-x; /* violet */
}
.tbt-type-4 .text-box-section {
	background: #5d7c00 url(../img/bgs/text-box-section-t4.png) 0 0 repeat-x; /* green */
}
.tbt-type-5 .text-box-section {
	background: #326560 url(../img/bgs/text-box-section-t5.png) 0 0 repeat-x; /* light-green */
}
.tbt-type-6 .text-box-section {
	background: #005358 url(../img/bgs/text-box-section-t6.png) 0 0 repeat-x; /* turquoise */
}
.text-box-tabs h2 {
	margin: 4px 0 8px 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 200%;
}
.text-box-tabs h2 a,
.text-box-tabs h2 a:visited {
	display: block;
	padding: 0 0 0 12px;
	color: #fff;
	background: url(../img/icons/link-tabbox.png) 0 8px no-repeat;
}
.text-box-tabs .text-box-teaser h2 a,
.text-box-tabs .text-box-teaser h2 a:visited {
	background-position: 0 3px;
}
.text-box-teaser {
	float: left;
	display: block;
	width: 235px;
	margin: 0 30px 5px 0;
}
#text-box-teaser-3,
#text-box-teaser-6,
#text-box-teaser-9,
#text-box-teaser-12,
#text-box-teaser-15,
#text-box-teaser-18,
#text-box-teaser-21,
#text-box-teaser-24,
#text-box-teaser-27,
#text-box-teaser-30,
#text-box-teaser-33,
#text-box-teaser-36,
#text-box-teaser-39,
#text-box-teaser-42,
#text-box-teaser-45,
#text-box-teaser-48,
#text-box-teaser-51,
#text-box-teaser-54,
#text-box-teaser-57,
#text-box-teaser-60 {
	margin-right: 0;
	margin-right: -3px;
}
.text-box-teaser img {
	height: 128px;
	width: 225px;
	background: url(../img/bgs/border-img-225x128-tabs.png) 0 0 no-repeat;  /* on blue */
	padding: 5px;
}
.tbt-type-2 .text-box-teaser img {
	background-image: url(../img/bgs/border-img-225x128-tabs-t2.png);  /* on orange */
}
.tbt-type-3 .text-box-teaser img {
	background-image: url(../img/bgs/border-img-225x128-tabs-t3.png);  /* on violet */
}
.tbt-type-4 .text-box-teaser img {
	background-image: url(../img/bgs/border-img-225x128-tabs-t4.png);  /* on green */
}
.tbt-type-5 .text-box-teaser img {
	background-image: url(../img/bgs/border-img-225x128-tabs-t5.png);  /* on light green */
}
.tbt-type-6 .text-box-teaser img {
	background-image: url(../img/bgs/border-img-225x128-tabs-t6.png);  /* on turquoise */
}
.text-box-teaser h2 {
	margin: 3px 0 3px 5px;
	font-size: 120%;
	line-height: 1.2em;
}
.text-box-teaser h2 a,
.text-box-teaser h2 a:visited {
	color: #fff;
}
.text-box-teaser p {
	margin: 0 0 0 5px;
	font-size: 110%;
}
.text-box-section iframe {
	margin: 0 2px 0 3px;
	border: 0;
	width: 772px;
}
.text-box-promolink {
	float: left;
	display: inline;
	width: 140px;
	margin: 0 5px 0 7px;
}
.text-box-promolink h2 {
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.3em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	
}
.text-box-promolink h2 a,
.text-box-promolink h2 a:visited {
	overflow: hidden;
	display: block;	
	padding: 0 0 0 12px;
	background: url(../img/icons/link-tabbox.png) 0 8px no-repeat;
	color: #fff;
	line-height: 1.3em;
}

/* DOM TABS in Map module */
.location-details.text-box-tabs {
	margin: 0;
}
.location-details.text-box-tabs .text-box-toc {
	background: url("../img/bgs/page-intro.png") no-repeat 0 100% #FFF;
	margin: 0 0 16px 0;
}
.location-details.text-box-tabs .text-box-toc li {
    color: #D7D7D7;
	border-color: #D7D7D7 #D7D7D7 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
}
.location-details.text-box-tabs .text-box-toc li a {
 background: url("../img/bgs/nav-sub.jpg") repeat-x scroll 0 0 #CBCBCB;
    color: #777777;
    display: block;
    float: left;
    height: 1%;
    padding: 7px 15px;
}
.location-details.text-box-tabs .text-box-toc li a.highlight {
	color: #000;
}
.location-details.text-box-tabs .text-box-toc li a.on {
	background: #fff;
}
.location-details.text-box-tabs .text-box-toc li a span {
	padding: 0;
	background: transparent;
}
.location-details.text-box-tabs .text-box-section {
	width: auto;
	background: transparent;
	color: #555;
	padding: 0;
}
.location-details.text-box-tabs .text-box-section h2 {
	color: #555;
	text-transform: none;
}
.location-details.text-box-tabs .text-box-section abbr {
	border: 0;
}
.location-details.text-box-tabs .text-box-section .cols {
	float: left;
    margin-bottom: 12px;
}
.location-details.text-box-tabs .text-box-section .col {
	float: left;
	font-size: 90%;
}
.location-details.text-box-tabs .text-box-section .col-1 {
	width: 180px;
	margin-right: 10px;
	font-weight: bold;
}
.location-details.text-box-tabs .text-box-section .col-2 {
	width: 290px
}
.location-details.text-box-tabs .text-box-section .col-1 a {
	background: url(../img/icons/icon-sprites.png) 0 -134px no-repeat;
	padding-left: 14px;
	font-weight: bold;
}
.location-details.text-box-tabs .text-box-section .col-1 .external a {
	background-position: 0 -199px;	
}
.location-details.text-box-tabs .text-box-section .col-1 .email a {
    background: url("../img/icons/contact-mod.png") no-repeat;
}

#eads-locations {
	position: relative;
	zoom: 1;
	overflow: hidden;
	margin: 0 0 20px;
}
#eads-locations .el-sidebar {
	float: left;
	background: #012636;
	height: 100%;
	width: 180px;
	height: 330px;
	padding: 10px;
	overflow-y: auto;
}
#eads-locations img.static-map {
	width: 790px;
}
#eads-locations .el-sidebar + .maps img.static-map {
	width: auto;
}
.js-on #eads-locations img.static-map {
	visibility: hidden;
}
#eads-locations .el-sidebar ul,
#eads-locations .el-sidebar li {
	list-style: none;
}
#eads-locations .el-sidebar a {
	display: block;
	margin-bottom: 5px;
	padding: 0 2px;
	color: #fff;
	font-size: 115%;
	text-decoration: none;
}
#eads-locations .el-sidebar li li a {
	margin-bottom: 0;
	color: #7f929a;
	font-size: 100%;
}
.js-off .continent-filter {
	display: none;
}
#eads-locations .el-sidebar li li a:hover,
#eads-locations .el-sidebar li li a:focus,
#eads-locations .el-sidebar li li a:active,
#eads-locations .el-sidebar li li a.highlight,
#eads-locations .el-sidebar li li a.active {
	color: #fff;
}
#eads-locations .el-sidebar li li a:hover,
#eads-locations .el-sidebar li li a:focus,
#eads-locations .el-sidebar li li a:active,
#eads-locations .el-sidebar li li a.highlight {
	text-decoration: underline;
}
#eads-locations .el-sidebar li ul {
	margin: 3px 0 5px 0;
}
#eads-locations .el-sidebar li ul ul {
	margin-left: 12px;
}
#eads-locations .maps {
	overflow: hidden;
	width: auto;
	height: 350px;
}

.continent-filter {
	background: #cacaca url(../img/bgs/location-filter.png) repeat-x;
}
.continent-filter ul {
	border: 1px solid #cacaca;
	border-bottom: none;
	zoom: 1;
	overflow: hidden;
	list-style: none;
}
.continent-filter li {
	list-style: none;
	float: left;
	border-left: 1px solid #cacaca;
	font-size: 110%;
}
.continent-filter li:first-child {
	border-left: none;
}
.continent-filter a {
	display: inline-block;
	padding: 4px 14px 5px;
	text-transform: uppercase;
	color: #6e6e6e;
	cursor: pointer;
	min-width: 60px;
	text-align: center;
}
.continent-filter a:hover,
.continent-filter a:focus,
.continent-filter a:active {
	color: #000;
	text-decoration: none;
}

.gmap-info-window h2 {
    margin: 0 0 5px;
    font-size: 16px;
}
.gmap-info-window h3 {
    margin: 0 0 5px;
    font-size: 14px;
}
.gmap-info-window p {
    margin: 0 0 2px;
    font-size: 12px;
}
.gmap-info-window p a {
    background: url("../img/icons/icon-sprites.png") no-repeat scroll 0 -135px transparent;
    padding: 0 0 0 10px;
	cursor: pointer;
}

/* PAGE INTRO 
------------- */
#page-intro {
	clear: both;
	position: relative;
	display: block;
	margin: 20px 0 20px 0;
	width: 100%;
	background: #fff url(../img/bgs/page-intro.png) 0 100% no-repeat;
	color: #0098DB; /* blue */
	overflow: visible;
}
* html #page-intro {
	z-index: 1;
}
.page-intro-text,
#CUIHolder .page-intro-text {
	padding: 0 20px 20px 20px;
}
.js-off .page-intro-text {
	padding-right: 150px;
}
#wrapper-4 .pi-type-2 {
	color: #FF7D00; /* orange */
}
#wrapper-4 .pi-type-3 {
	color: #48124b; /* violet */
}
#wrapper-4 .pi-type-4 {
	color: #81c400; /* green */
}
#wrapper-4 .pi-type-5 {
	color: #4EB0A7; /* light-green */
}
#wrapper-4 .pi-type-6 {
	color: #007e91; /* turquoise */
}
#page-intro h1 {
	clear: none;	
	display: block;
	margin: 0 100px 9px 0;
	font-size: 230%;
	line-height: 1em;
	font-weight: bold;	
	text-transform: uppercase;
}
* html #page-intro h1 {
	margin-right: 85px !important;
}
#page-intro p {
	clear: none;
	display: inline;
	font-size: 180%;
	line-height: 1.3em;	
	font-style: normal;
	font-weight: normal;
}
#page-intro p .more {
	display: block;
	font-size: 60%; /* 12px */
	font-weight: bold;
}
#page-intro p .more a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -2084px no-repeat;
	margin: 5px 0 3px 0;
	padding-left: 10px;
	color: #0098DB; /* blue */
	line-height: 1em;
}
#wrapper-4 .pi-type-2 p .more a {
	background-position: 0 -2174px;
	color: #FF7D00; /* orange */
}
#wrapper-4 .pi-type-3 p .more a {
	background-position: 0 -2264px;
	color: #48124b; /* violet */
}
#wrapper-4 .pi-type-4 p .more a {
	background-position: 0 -2354px;
	color: #81c400; /* green */
}
#wrapper-4 .pi-type-5 p .more a {
	background-position: 0 -2799px;
	color: #4EB0A7; /* light-green */
}
#wrapper-4 .pi-type-6 p .more a {
	background-position: 0 -2899px;
	color: #007e91; /* turquoise */
}
/* TV-1 iframe */
.video-frame iframe {
	border: none;
	width: 790px;
	height: 295px;
}
.video-frame a.flash-frame {
	display: none;
}
.nav-col-subcol #main .video-frame iframe {
    width: 490px;
    margin-bottom: 10px;
}
/* page-intro in #main */
#main #page-intro {
	background: none;
	margin: 0 0 10px 0;
}
.nav-col #main #page-intro {
	width: 600px;
}
#main .page-intro-text {
	padding: 0;
}
#main #page-intro h1 {
	display: block;
	margin-bottom: 10px;
	font-size: 250%;
	color: #666;
}
#main #page-intro p {
	display: block;
	font-size: 210%;
	color: #666;
}
.nav-col-float2 #main #page-intro p {
	width: 600px;
}
#main #page-intro p .more a {
	background: url(../img/icons/icon-sprites.png) 0 -69px no-repeat;
	color: #666;
}
#main #page-intro p .more {
	font-size: 52.38%; /* 11px */
}
#main #page-intro p em.date {
	display: block;
	margin: 5px 0 0 0;
	font-size: 58%;
	font-style: normal;
	font-weight: normal;
}

/* social bookmarks in page-intro */
#page-intro .social-media {
	position: absolute;
	right: 12px;
	top: 0;
	margin: 0;
}
.js-off #page-intro .social-media {
	float: left;
	position: relative;
	right: auto;
	top: auto;
	padding: 0 20px 25px 15px;
}
#highlight-footer .social-media {
	position: absolute;
	left: 0;
	top: 100px;
	margin: 0;
	z-index: 10;
}
.js-off #highlight-footer .social-media {
	top: 60px;
}
#extras .social-media ul {
	float: right;
}
.js-off #extras .social-media {
	float: right;
}
#pressRelease #extras .social-media ul {
	margin-bottom: 20px;
}
.social-media li {
	float: left;
	margin: 0 0 5px 5px;
	padding: 2px 0;
	list-style: none;
	font-size: 130%;
}
.social-media li a {
	background: none;
	padding: 3px;
}
* html .js-off .social-media li a {
	line-height: 28px;
}
*+html .js-off .social-media li a {
	line-height: 28px;
}
.social-media li#facebook a,
.social-media li#twitter a {
	display: block;
	background: url(../img/icons/facebook.gif);
	padding: 0;
	width: 16px;
	height: 16px;
}
.social-media li#twitter a {
	background: url(../img/icons/twitter.gif);
}
.social-media li#twitter a:hover,
.social-media li#twitter a:focus,
.social-media li#twitter a:active {
	background: url(../img/icons/twitter-over.gif);
}
.social-media li#facebook a:hover,
.social-media li#facebook a:focus,
.social-media li#facebook a:active {
	background: url(../img/icons/facebook-over.gif);
}
.social-media li.social-b a {
	display: block;
	background: url(../img/icons/share.gif) 0 0 no-repeat;
	padding: 0 5px;
	width: 50px;
	height: 15px;
	outline: none;
}
.social-media .bookmarks {
	position: absolute;
	top: 19px;
	right: 2px;
	background: #8d8d8d;
	width: 136px;
	z-index: 100;
	padding: 5px 10px 0 10px;
}
#extras .social-media .bookmarks {
	top: 44px;
	right: 6px;
}
.nav-col-col  #extras .social-media .bookmarks {
	top: 19px;
	right: 0;
}
/* social media menu fix on page nav-col-col */
.nav-col-col #wrapper-2 #wrapper-3 {
	z-index: 10;
	overflow: visible;
}
.js-off #extras .social-media .bookmarks {
	top: 0;
	right: 0;
	width: auto;
	margin: 0;
}
#highlight-footer .social-media .bookmarks {
	left: 6px;
	right: auto;
}
.js-off #highlight-footer .social-media .bookmarks {
	background-color: transparent;
}
.social-media .bookmarks h3,
#extras .social-media .bookmarks h3 {
	display: block;
	margin: 5px 0 5px 0;
	color: #fff;
	font-size: 100%;
}
#extras .social-media .bookmarks h3 {
	text-transform: none;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}
.js-off .social-media .bookmarks h3 {
	color: #000 !important;
	clear: both;
}
.social-media .bookmarks ul {
	float: left;
	margin: 0 0 10px 0;
}
.js-off #extras .social-media ul {
    float: none;
}
.js-off #extras .social-media .bookmarks ul {
	margin-bottom: 20px;
}
.social-media .bookmarks li {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 100%;
}
.js-off #extras .social-media .bookmarks li {
	float: none;
}
.social-media .bookmarks li a {
	background: transparent url(../img/icons/bookmarks.png) 0 0 no-repeat;
	padding: 2px 0 2px 22px;
	width: 110px;
	color: #fff;
}
.social-media .bookmarks li a:hover,
.social-media .bookmarks li a:active,
.social-media .bookmarks li a:focus {
	text-decoration: underline;
}
.social-media .bookmarks li.facebook a {
	background-position: 0 2px;
}
.social-media .bookmarks li.twitter a {
	background-position: 0 -89px;
}
.social-media .bookmarks li.xing a {
	background-position: 0 -180px;
}
.social-media .bookmarks li.linkedin a {
	background-position: 0 -270px;
}
.social-media .bookmarks li.delicious a {
	background-position: 0 -362px;
}
.social-media .bookmarks li.wong a {
	background-position: 0 -452px;
}
.social-media .bookmarks li.google a {
	background-position: 0 -543px;
}
.social-media .bookmarks li.yahoo a {
	background-position: 0 -634px;
}
.social-media .bookmarks li.stumbleupon a {
	background-position: 0 -724px;
}
/* reduce FOUC */
.js-on .social-media .bookmarks {
	display: none;
}
/* Bookmarks when JS-OFF */
.js-off .social-media .bookmarks {
	float: left;
	position: relative;
	width: 750px;
	padding: 0;
    margin-left: 2px;
    margin-top: -15px;
	background: #fff;
}
* html .js-off .social-media .bookmarks {
	padding-bottom: 10px;
}
*+html .js-off .social-media .bookmarks {
	padding-bottom: 10px;
}
.js-off .social-media .bookmarks ul {
	padding-top: 0;
	clear: both;
    float: left;
}
.js-off .social-media .bookmarks li {
	float: left;
	width: auto;
	display: block;
	margin: 0 20px 5px 0;
}
.js-off .social-media li.social-b {
	clear: both;
}
.js-off .social-media li.social-b a {
	clear: both;
}
.js-off .social-media li.social-b a {
	display: none;
}
.js-off .social-media li.social-b div a {
	display: inline;
}
.js-off .social-media .bookmarks li a {
	color: #000;
}

     
/* MAIN 
-------------------- */
h1 {
	clear: both;
	display: block;
	margin: 0 0 15px 0;
}
p {
	margin: 0 0 10px 0;
}
/* Breadcrumb */
#breadcrumb ol {
	overflow: hidden;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
}
#breadcrumb li {
	float: left;
	background: url(../img/icons/icon-sprites.png) 0 -401px no-repeat;
	margin: 0;
	padding: 0 8px 0 10px;
	list-style-type: none;
	font-size: 100%;
	color: #666;
	text-transform: uppercase;
	white-space: nowrap;
}
#breadcrumb li:first-child {
	padding-left: 0;
	background: transparent;
}
#breadcrumb li a {
	float: left;
	height: 1%;
	color: #b9b9b9;
}
#breadcrumb li a:hover,
#breadcrumb li a:active,
#breadcrumb li a:focus {
	color: #237798;
}


/* NAVIGATION SUB
---------- */
#nav-sub {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 0 0 10px;
	width: auto;	
}
#nav-sub ul {
	position: relative;
	margin: 0;
}
#nav-sub li {
	float: left;
	margin: 0;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	padding: 0;
	list-style: none;
	font-size: 110%;
	text-transform: uppercase;
}
#nav-sub a,
#nav-sub strong {
	float: left;
	display: block;
	padding: 7px 15px 7px 15px;
	height: 1%; /* IE 6 */
	background: #cbcbcb url(../img/bgs/nav-sub.jpg) 0 0 repeat-x;
	color: #777;
}
#nav-sub .on a {
	background: #fff;
}
#nav-sub .on strong {
	color: #686767;
}
#nav-sub a:hover,
#nav-sub a:active,
#nav-sub a:focus {
	background: #fff;
	text-decoration: none;
}


/* FILTER NAV
-------------- */
#nav-filter {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	margin: -10px 0 15px 0;
	border-bottom: 10px solid #fff;
}
#nav-filter ul {
	overflow: hidden;
	float: left;
	position: relative;
	background: #fff;
	margin: 0 0 0 -8px;
	width: 100%;
}
#nav-filter li {
	float: left;
	margin: 0 0 0 -1px;
	border-left: 1px solid;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
#nav-filter a,
#nav-filter strong {
	float: left;
	display: block;
	padding: 0 8px 0 8px;
	height: 1%; /* IE 6 */
}
#nav-filter .on a {
	color: #686767;
}




/* OPENER & TEASERS
-------------------- */
.opener,
.teaser {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0 0 18px 0;
}
/* teaser */ 
.teaser {
	float: left; /* ie 6 */
	width: 100%; /* ie 6 */
	background: url(../img/bgs/teaser-head.png) 0 0 no-repeat;
}
.teaser-box {
	float: right;
	position: relative;
	width: 294px;
	background: url(../img/bgs/teaser-head.png) 100% 0 no-repeat;
	margin: 0 0 0 12px;
	padding: 10px 12px 0 0;
}
#main .teaser h2 {
	margin: 0 0 7px 0;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
#location-overview #main .teaser h2 {
    font-size: 120%;
}
.teaser p {
	margin: 0;
}
.teaser em.more {
	clear: both;
	font-style: normal;
	line-height: 120%;
}
em.more-lightbox {
	font-style: normal;
	line-height: 120%;
}
.teaser em.more a {
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 14px;
	background: url(../img/icons/icon-sprites.png) 0 -132px no-repeat;
}
em.more-lightbox a {
	overflow: hidden;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 14px;
	background: url(../img/icons/icon-sprites.png) 0 -2997px no-repeat;
	background-repeat: no-repeat;
}
#home #main .teaser h2 {
	font-size: 150%;
	font-weight: bold;
}
#home #main .teaser h2 a {
	padding-top: 1px;
	font-weight: bold;
}
/* openers & teasers in other layouts /*

/* Photo Teaser */
.nav-col-subcol #main .teaser.teaser-photo h2 {
	float: left;
	width: 100% !important;
}

.nav-col-subcol #main .teaser.teaser-photo img {
	width: 100% !important;
	height: auto !important;
	background: transparent !important;
	padding: 0 !important;
}
.nav-col-subcol #main .teaser.teaser-photo .photo-index dl.photo {
	width: 100%;
}
.nav-col-subcol #main .teaser.teaser-photo .photo-index dd.zoom {
	float: right;
	margin-top: -35px;
	position: relative;
	top: auto;
	zoom: 1;
}


/* 3 columns: 1 big main column with 3 floating teasers | main no nav */
.col-float3 .opener,
.col-float3 .teaser {
	clear: none;
	float: left;
	width: 318px;
	margin-right: 5px;
}
.col-float3 #teaser-6 {
	clear: both;
}
.col-float3 #teaser-8 {
	margin-right: 0;
}
.col-float3 .opener img,
.col-float3 .teaser img {
	display: block;
	float: none;
	width: 296px;
	margin: 0 0 5px 0;
}
.nav-col-float2-subcol .teaser,
.nav-col-float2 .teaser {
	clear: none;
	width: 250px;
	float: left;
	margin-right: 10px;
}
.nav-col-float2 .teaser {
	clear: both;
	width: 375px;
}
.nav-col-float2 .teaser-box {
	width: 350px;
}
.nav-col-float2 #teaser-2,
.nav-col-float2 #teaser-4,
.nav-col-float2 #teaser-6,
.nav-col-float2 #teaser-8,
.nav-col-float2 #teaser-10,
.nav-col-float2 #teaser-12,
.nav-col-float2 #teaser-14,
.nav-col-float2 #teaser-16,
.nav-col-float2 #teaser-18,
.nav-col-float2 #teaser-20,
.nav-col-float2 #teaser-22,
.nav-col-float2 #teaser-24,
.nav-col-float2 #teaser-26,
.nav-col-float2 #teaser-28,
.nav-col-float2 #teaser-30 {
	clear: none;
	margin-right: 0;
}
.nav-col-float2 .teaser-box p {
	clear: both;
}
.nav-col-float2 .teaser-box .form-wrapper input { 
	width: 340px; 
	margin-top:10px; 
	margin-bottom:10px;
}
.nav-col-float2 .teaser-box .form-wrapper div.combobox { 
	float:left;
	width: 167px;
	height:30px;
}
.nav-col-float2 .teaser-box .form-wrapper div.combobox input { 
	width: 134px; 
	margin:2px;
}
.nav-col-float2 .teaser-box .button-wrapper {
	margin-top:10px;
}
.nav-col-float2-subcol .teaser img {
	width: 225px;
	height: auto;
}
.nav-col-float2 .teaser img {
	background: url(../img/bgs/border-img-278x169.png) 0 0 no-repeat;
	width: 278px;
	height: 169px;
	margin-bottom: 8px;
	padding: 4px 20px 4px 4px;
}
.nav-col-float2 .teaser a:hover img,
.nav-col-float2 .teaser a:active img,
.nav-col-float2 .teaser a:focus img {
	background-position: 0 100%;
}

/* nav-col-float3 */
.teaser-block {
	clear: both;
	height: 1%;
	overflow: hidden;
}
.nav-col-float3 .teaser {
	clear: none;
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	width: 246px;
}
.nav-col-float3 .teaser-box {
	width: 222px;
}
.nav-col-float3 #teaser-1,
.nav-col-float3 #teaser-4,
.nav-col-float3 #teaser-7,
.nav-col-float3 #teaser-10,
.nav-col-float3 #teaser-13,
.nav-col-float3 #teaser-16,
.nav-col-float3 #teaser-19,
.nav-col-float3 #teaser-22 {
	clear: left;
}
.nav-col-float3 #teaser-3,
.nav-col-float3 #teaser-6,
.nav-col-float3 #teaser-9,
.nav-col-float3 #teaser-12,
.nav-col-float3 #teaser-15,
.nav-col-float3 #teaser-18,
.nav-col-float3 #teaser-21,
.nav-col-float3 #teaser-24 {
	margin-right: 0;
}
.nav-col-float3 .teaser-box p {
	clear: both;
}
.nav-col-float3 .teaser img {
	background: url(../img/bgs/border-img-210x128.png) 0 0 no-repeat;
	width: 210px;
	height: 128px;
	margin-bottom: 8px;
	padding: 4px 6px 4px 4px;
}
.nav-col-float3 .vcard img {
	background: url(../img/bgs/border-img-210x119.png) 0 0 no-repeat;
	width: 210px;
	height: 119px;
}
.nav-col-float3 .teaser a:hover img,
.nav-col-float3 .teaser a:active img,
.nav-col-float3 .teaser a:focus img {
	background-position: 0 100%;
}
.nav-col-float3 .img-box a span {
	width: 210px;
	height: 128px;
}
.nav-col-float3 .teaser-box .img-box a span {
	width: 219px;
	height: 137px;	
}
.nav-col-float3 .teaser-box .button-wrapper {
	margin-top:10px;
}

.nav-col-float3 .cols {
}
.nav-col-float3 .cols .col {
	float: left;
	width: 256px;
}
.nav-col-float3 .cols .col ul {
	width: 110px;
	float: left;
}
.nav-col-float3 .cols .col a {
	font-size: 84.6%;
}
.nav-col-float3 .cols .col a.selected {
	font-weight: bold;
}

/* nav-col-subcol -> no Teaser-Header */
.nav-col-subcol .teaser {
	overflow: hidden;
	background: url(../img/bgs/teaser-shadow.jpg) 50% 100% no-repeat;
	margin-bottom: 12px;
	padding-bottom: 25px;
}
.nav-col-subcol .teaser-box,
#event  #main .vcard .teaser-box {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 490px;
}
.nav-col-subcol .teaser-box p em.date,
.nav-col-float2 .teaser-box p em.date {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	font-style: normal;
}
.nav-col-subcol #main .teaser h2,
#location #main .vcard h2,
#event  #main .vcard h2 {
	float: right;
	width: 188px;
	background: none;
	padding-left: 0;
	line-height: 1.1em;
}
.nav-col-subcol #main .simple h2 {
	width: 100%;
}
.nav-col-subcol #main .simple em.more a {
	background: url(../img/icons/icon-sprites.png) 0 -131px no-repeat;
}
.nav-col-subcol #main .mod h2 {
	width: 100%;
}
.nav-col-subcol #main .teaser img {
	float: left;
	background: url(../img/bgs/border-img-278x169.png) 0 0 no-repeat;
	width: 278px;
	height: 169px;
	margin-bottom: 6px;
	padding: 4px 20px 4px 4px;
}
.nav-col-subcol #main .teaser a:hover img,
.nav-col-subcol #main .teaser a:active img,
.nav-col-subcol #main .teaser a:focus img {
	background-position: 0 100%;
}
.nav-col-subcol #main .panel .teaser img,
.nav-col-subcol #main .panel .photo img,
.nav-col-subcol #main .panel img.photo {
	background-image: url(../img/bgs/border-img-278x169grey.png);
}
.nav-col-subcol .teaser em.more {
	clear: both;
	font-style: normal;
}
.nav-col-subcol .teaser em.more a {
	display: block;
	overflow: hidden;
	background: url(../img/icons/icon-sprites.png) 0 -133px no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}
/* teaser with newslists */
.col-float3 .latest {
	width: 306px;
	padding: 0 0 0 12px;
}
.latest li {
	padding-left: 12px;
	list-style: none;
	font-size: 110%;
}
.latest li p {
	font-size: 100%;
}
/* teaser with newslists on subsection */
.nav-col-subcol .latest {
	clear: both;
	background: none;
	margin: 0 -3px 0 0; /* ie 6 */
}
.nav-col-subcol #main .latest h2 {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.nav-col-subcol #main .latest li {
	clear: both;
	height: 180px;
	background: url(../img/bgs/teaser-shadow.jpg) 50% 100% no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	font-size: 100%;
}
.nav-col-subcol #main > .latest li {
	min-height: 180px;
	height: auto;
}
.nav-col-subcol #main .latest li.mod {
	min-height: 0;
	height: auto;
}
.nav-col-subcol #main .latest li h3 {
	float: right;
	width: 188px;
	background: none;
	margin: 0 0 10px 0;
	padding-left: 0;
	line-height: 1.1em;
	font-size: 180%;
	font-weight: normal;
}
.nav-col-subcol #main .latest .mod h3 {
	width: 100%;
}
.nav-col-subcol #main .latest li h3 em {
	color: #666;
	font-size: 60%;
}
.nav-col-subcol #main .latest li p {
	font-size: 130%;
}
.nav-col-subcol #main .latest li p em.date {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	font-style: normal;
}


/* teaser with newslists on section */
.latest li {
	clear: both;
	background: url(../img/bgs/teaser-shadow-small.jpg) 50% 100% no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	font-size: 130%;
}
#main .latest li h3 {
	margin: 0 0 5px 0;
	font-size: 115%; /* 15px */ 
	font-weight: bold;
}
#main .latest li h3 em {
	color: #555;
	font-size: 73.3%;
}


/* teasers with linklists */
.text .links,
.teaser .links {
	clear: both;
}
.teaser .links ul {
	margin: 4px 0 0 0;
}
.teaser .links li {
	height: 1%;
	list-style-type: none;
}
.teaser .links li a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -134px no-repeat;
	padding-left: 14px;
}
.teaser .links .external li a,
.teaser .links li.external a {
	background-position: 0 -199px;
}
.teaser .links .download li a,
.teaser .links li.download a {
	background-position: 0 -263px;
}
.teaser .links .webcast li a,
.teaser .links li.webcast a {
	background-position: 0 -2569px;
}
.teaser .links .lightbox li a,
.teaser .links li.lightbox a,
.teaser em.more-lightbox a {
	background-position: 0 -2996px;
}
/* RSS teaser */
#main .rss-teaser {
	background: none;
}
#main .rss-teaser .links li {
	list-style-position: outside;
}
#main .rss-teaser .links li a,
#main .pressRss-teaser .links li a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -1672px no-repeat;
	margin: 0 0 3px 0;
	padding: 2px 0 3px 23px;
}
#main .pressRss-teaser h2 {
	width: 100% !important;
}

/* teasers with linklists on Homepage */
#home .teaser .links ul {
	margin: 0 0 0 12px;
}
#home .teaser .links li {
	list-style-type: none;
	float: left;
	width: 136px;
	margin: 0 0 3px 0;
	padding: 0 5px 0 0;
	font-size: 110%;
}
#home .teaser .links li.mod {
	clear: both;
}
#home .teaser .links li a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -136px no-repeat;
	padding-left: 15px;
	line-height: 1.1em;
}
#home .teaser .links .download li a,
#home .teaser .links li.download a {
	background-position: 0 -266px;
}
#home .teaser .links .webcast li a,
#home .teaser .links li.webcast a {
	background-position: 0 -2569px;
}
#home .teaser .links .external li a,
#home .teaser .links li.external a {
	background-position: 0 -201px;
}
/* Teaser with camera / lightbox / popup overlay */
.img-box {
	position: relative;
	float: left;
}
.img-box a span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 278px;
	height: 169px;
	background: url(../img/icons/camera.png) 50% 50% no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.teaser-box .img-box a span {
	width: 286px;
	height: 177px;
}
.js-on .img-box a span,
.js-off .img-box a span {
	display: block;
}
.js-on .img-box a.fade-in span {
	display: none
}
.js-off .img-box a.fade-in span {
	display: block;
}
.text-box-teaser .img-box a span {
	width: 235px;
	height: 137px;
}
.text-box-teaser .img-box  {
	float: none;
}
.img-box a span.lightbox {
	background: url(../img/icons/lightbox.png) 50% 50% no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
.img-box a span.popup {
	background: url(../img/icons/popup.png) 50% 50% no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

/* Multiple teaser */
#main .multiple h2 {
	margin: 0;
}
.multiple li {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 15px 0 0 0;
	list-style: none;
	font-size: 100%;
}		
.multiple li img {
	margin: 5px 0 8px 0;
}
.multiple li li {
	margin: 0;
	font-size: 120%;
}
#main .multiple li h3 {
	margin: 0 0 2px 0;
	line-height: 1.3em;
}
.multiple li p {
	font-size: 120%;
}
.nav-col-subcol #main .multiple h2 {
	width: auto;
	float: none;
	font-weight: bold;
}
/* teaser simple */
#wrapper-4 #main .simple p {
	color: #07658c;
	font-style: italic;
	font-size: 160%;
}
#wrapper-4 #main .simple p em.more {
	font-weight: bold;
	font-size: 82%;
}
.nav-col-float2 #wrapper-4 #main .simple p {
	color: #686767;
	font-style: normal;
	font-size: 130%;
	line-height: 1.4em;
}
.nav-col-float2 #wrapper-4 #main .simple p em.more {
	font-weight: normal;
	font-size: 100%;	
}
/* Teaser with banner */
#wrapper-4 #main .banner {
	background: none;
	margin: 10px 0;
}
#wrapper-4 #main .banner .teaser-box {
	background: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}
#wrapper-4 #main .banner .teaser-box img {
	float: none;
}



/* TEASER in TEASER-GROUPS 
-------------------- */
/* TG on HOMEPAGE */
#home .teaser-group {
	clear: none;
	overflow: hidden;
	float: left;
	width: 318px;
	margin: 0 4px 20px 0;
}
#home .teaser-group .latest {
	background: none;
}
#home .latest .teaser-box {
	float: none;
	width: auto;
	background: none;
	margin: 0;
	padding: 0;
}
#home .teaser-group .latest h3 em.date {
	display: inline;
}
#home .teaser-group .latest p em.more,
#home .teaser-group .teaser p em.more {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1;
	font-style: normal;
}
#home .teaser-group .latest p em.more a,
#home .teaser-group .teaser p em.more a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -133px no-repeat;
	padding-left: 10px;
}
#home #wrapper #wrapper-2 .tg-enhanced p a {
	background-position: 0 -469px;
}
#home .teaser-group .latest p em.more a {
	background-position: 0 -135px;
}
.teaser-box p em.more-lightbox a {
	background-position: 0 -2996px;
	zoom: 1;
}
#home #wrapper #wrapper-2 .tg-enhanced p em.more-lightbox a {
	background-position: 0 -3096px;
}
#stage em.more-lightbox a {
	background-position: 0 -3096px;
	color: #fff;
}
#home .teaser-group .teaser em.date {	
	padding-right: 3px;
	font-weight: bold;
	font-style: normal;
}

/* enhanced teaser-group overwrites teaser-group also on home */
#wrapper .tg-enhanced {
	background: url(../img/bgs/enhanced-teaser-bottom.png) no-repeat 0 100%;
	margin: 0 0 20px;
	padding: 0 0 40px;
	width: 100%;
}
.tg-enhanced .teaser,
.tg-enhanced .teaser-search-box {
	position: relative;
	margin: 0 15px 5px;
	padding: 0;
	width: 300px;
	height: 126px;
	min-height: 12.4em;
	background: #00b8e7 none !important;
	display: inline;
}
.js-on .tg-enhanced .over-teaser {
	cursor: pointer;
}
.tg-enhanced  #teaser-1,
.tg-enhanced  #teaser-4,
.tg-enhanced  #teaser-7 {
	margin-left: 0;
}
.tg-enhanced  #teaser-3,
.tg-enhanced  #teaser-6,
.tg-enhanced  #teaser-9 {
	margin-right: 0;
}
.col-float3 .tg-enhanced  #teaser-3 {
	clear: none;
}
.tg-enhanced .teaser-box {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 126px;
	min-height: 12.4em;
	background: none;
}
.tg-enhanced .teaser-box-inner {
	height: 126px;
	min-height: 12.4em;
	color: #fff;
	background: url(../img/bgs/enhanced-teaser.png);
}
#wrapper #wrapper-2 .tg-enhanced img {
	position: absolute;
	top: 0;
	left: 0;
	border: none !important;
	margin: 0;
	width: 300px;
	height: 126px;
}
#wrapper #wrapper-2 .tg-enhanced .teaser h2 {
	margin: 0;
}
#wrapper #wrapper-2 .tg-enhanced .teaser h2 a {
	display: block;
	padding: 10px 5px 10px 10px;
	color: #fff;
	height: auto;
	background: none;
}
.tg-enhanced p {
	padding: 0 10px 0;
}
#wrapper #wrapper-2 .tg-enhanced p a {
	color: #fff;
	background-position: 0 -467px;
}
#wrapper .tg-enhanced .links {
	margin-top: 10px;
}
#wrapper .tg-enhanced .links li {
	height: auto;
	font-size: 120%;
}
#wrapper .tg-enhanced .links li.odd {
	clear: both;
}
#wrapper .tg-enhanced .links li a {
	background-position: 0 -469px;
	color: #fff;
}
/* Teaser Search Box */
.tg-enhanced .teaser-search-box {
	background: none !important;
	float: left;
}
.tg-enhanced .teaser-search-box .teaser-box {
	top: 0;
	background: #f8f8f8 url(../img/bgs/teaser-search-box.png) 0 100% repeat-x;
}
.tg-enhanced .teaser-search-box .teaser-box-inner {
	background: none;
	height: 124px;
	border: 1px solid #ccc;
	color: #333;
}
* html .tg-enhanced .teaser-search-box .teaser-box-inner {	/* ie6 */
	overflow: hidden
}

.tg-enhanced .teaser-search-box h2 {
	padding: 6px 10px 3px 10px;
}
.teaser-search-box span.corner {
	background-image: url(../img/bgs/round-2.png);
}
/* Corners */
span.corner {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 0;
	background: url(../img/bgs/round.png) no-repeat;
}
span.corner-tl {
	top: 0;
	left: 0;
}
span.corner-tr {
	top: 0;
	right: 0;
	background-position: 100% 0;
}
span.corner-bl {
	bottom: 0;
	left: 0;
	background-position: 0 100%;
}
span.corner-br {
	bottom: 0;
	right: 0;
	background-position: 100% 100%;
}
/* Media Pack Table */
.media-pack-list {
	clear: both;
}
.media-pack-list h2 {
	margin-bottom: 10px;
}
.media-pack-list table {
	width: 100%;
	font-size: 120%;
}
.media-pack-list thead {
	background: url(../img/bgs/table-th.png) 0 0 repeat;
}
#main .media-pack-list thead th {
	margin: 0;
	border: none;
	border-bottom: 3px solid #fff;
	padding: 5px 0;
	text-transform: uppercase;
	color: #474b51;
	font-size: 117%;
	text-align: center;
}
.media-pack-list thead th.title span {
	display: none;
}
#main .media-pack-list td {
	border: none;
	padding: 5px;
	text-align: center;
}
.media-pack-list td h2 {
	background: url(../img/bgs/table-th.png) 0 0 repeat;
	border-bottom: 5px solid #fff;
	border-top: 5px solid #fff;
	padding: 6px 20px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}
.media-pack-list td.size {
	white-space: nowrap;
}
#main .media-pack-list td.title {
	text-align: left;
}
/* Link list Table */
#main .table-link-list {
	width: 460px;
}
#main .table-link-list th {
	border-bottom: 1px solid #DEDEDE;
	padding: 7px 5px;
	text-align: left;
}
#main .table-link-list td {
	text-align: left;
}
#main .table-link-list thead th {
	background: #ececec;
	padding: 4px 5px;
}
.table-link-list th em.date {
	display: block;
	font-style: normal;
	font-weight: normal;
}
.table-link-list .highlight th,
.table-link-list .highlight td {
	background: #f1f6fa;
}
.table-link-list td ul {
	margin: 0;
}
.table-link-list td li {
	list-style: none;
	padding: 2px 0;
}
/* VCard in Panel Group */
.panel-group .vcard {
	clear: both;
	position: relative;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	border-top: 1px solid #bababa;
	padding: 10px 0 0 0;
}
#main .vcard.first-child-vcard,
.contact-overview #main .vcard:first-child {
	border: 0;
	padding: 0;
}
#main .vcard dl {
	font-size: 85%;
}
#main .vcard dl.email,
#main .vcard dl.contact-form {
	margin-top: 5px;
}
#main .vcard dl.tel dt,
#main .vcard dl.email dt,
#main .vcard dl.url dt,
#main .vcard dl.contact-form dt {
	float: left;
	padding-right: 5px;
	width: 3.8em;
	white-space: nowrap;
}
html > body #main .vcard dl.tel dt,
html > body #main .vcard dl.email dt,
html > body #main .vcard dl.url dt,
html > body #main .vcard dl.contact-form dt {
	width: auto;
	min-width: 3.8em;
}
#main .vcard dl.contact-form a {
	padding: 2px 0 0 17px;
	background: url(../img/icons/contact.png) 0 0 no-repeat;
}
#main .vcard p {
	margin-bottom: 5px;
	font-size: 110%;
}
#main .vcard p.title,
#main .vcard p.street-address {
	margin-bottom: 0;
}
#main .vcard .given-name,
#main .vcard .family-name,
#main .vcard .honorific-prefix {
	font-size: 127%;
	font-weight: bold;
	color: #07658c;
}
#main .vcard p.organization-unit {
	font-weight: bold;
}
.panel-group .vcard img.photo,
.panel-group .vcard dl.photo {
	width: 225px;
	height: 128px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	background: #e4e2e2 url(../img/bgs/border-img-225x128grey.png) 0 0 no-repeat !important;	
	padding: 5px;
}
#main .panel-group .vcard dl.photo img {
	width: 225px;
	height: 128px;
	padding: 0;
}
/* contact in teaser section & sub-section */
.nav-col-float2 #main .vcard img,
.nav-col-subcol #main .vcard img,
#event  #main .vcard img,
#location #main .vcard img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 5px;
	width: 225px;
	height: 128px;
	background: transparent url(../img/bgs/border-img-225x128.png);
}
.nav-col-subcol #main .vcard h2,
#event  #main .vcard h2,
#location #main .vcard h2 {
	width: 245px;
}
/* Vcard auf article und event */
#article #main .vcard,
#location #main .vcard,
#event  #main .vcard {
	background: none;
	padding-bottom: 15px;
}
#location #main .vcard,
#event  #main .vcard {
	padding-top: 15px;
}





/* SIDEBAR left / NAVIGATION sub
-------------------- */
#nav-box {
	overflow: hidden; /* IE 6 */	
	position: relative;
	top: 0;
	left: 0;
	margin-top: 40px;
	width: 173px;
}
#nav-box h2 {
	background: url(../img/bgs/nav-box-type-1.png) 0 100%  no-repeat;
	margin: 0 0 4px 0;
	padding: 0 0 7px 0;
	font-size: 140%;
	font-weight: bold;
	width: 165px;
}
#nav-box h2 span {
	position: relative;
	display: block;
	background: url(../img/bgs/nav-box-type-1.png) 0 0 no-repeat;
	margin: 3px 0 0 0;
	padding: 7px 10px 0 10px;
	word-wrap: break-word;
	text-transform: uppercase;
	font-size: 100%;
}
#nav #nav-box h2 a span {
	color: #333;
}
.type-1 #nav-box h2 span,
.type-1 #nav #nav-box h2 a:hover span,
.type-1 #nav #nav-box h2 a:active span,
.type-1 #nav #nav-box h2 a:focus span {
	color: #0098DB; /* Blue */
}
.type-2 #nav-box h2 span,
.type-2 #nav #nav-box h2 a:hover span,
.type-2 #nav #nav-box h2 a:active span,
.type-2 #nav #nav-box h2 a:focus span  {
	color: #FF7D00; /* orange */
}
.type-3 #nav-box h2 span,
.type-3 #nav #nav-box h2 a:hover span,
.type-3 #nav #nav-box h2 a:active span,
.type-3 #nav #nav-box h2 a:focus span  {
	color: #47104a; /* violet */
}
.type-4 #nav-box h2 span,
.type-4 #nav #nav-box h2 a:hover span,
.type-4 #nav #nav-box h2 a:active span,
.type-4 #nav #nav-box h2 a:focus span  {
	color: #81c400; /* green */
}
.type-5 #nav-box h2 span,
.type-5 #nav #nav-box h2 a:hover span,
.type-5 #nav #nav-box h2 a:active span,
.type-5 #nav #nav-box h2 a:focus span  {
	color: #4eb0a7; /* light green */
}
.type-6 #nav-box h2 span,
.type-6 #nav #nav-box h2 a:hover span,
.type-6 #nav #nav-box h2 a:active span,
.type-6 #nav #nav-box h2 a:focus span  {
	color: #007E91; /* turquoise */
}
#nav-box ul {
	margin: 0 0 0 2px;
}
#nav-box li {
	display: block;
	height: 1%; /* ie6 */
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-transform: uppercase;
}
#nav-box li strong,
#nav-box li a {
	display: block;
	height: 1%; /* ie6 */
	background: url(../img/bgs/nav-box-type-1.png) -300px 100% no-repeat;
	padding: 0 0 5px 0;
	color: #e5e9ee;
	line-height: 1.2em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #777;
}
#nav-box li strong span,
#nav-box li a span {
	display: block;
	background: url(../img/bgs/nav-box-type-1.png) -300px 0 no-repeat;
	padding: 8px 10px 3px 12px;
}

/* hover, marked, open */
#nav-box li.on strong,
#nav-box li.on a,
#nav-box a:hover,
#nav-box a:active,
#nav-box a:focus {
	background-position: -600px 100%;
	color: #fff;
	text-decoration: none;
}
#nav-box li.open a,
#nav-box li.open strong {
	background: none;
	padding-bottom: 0;
	color: #fff;
}
#nav-box li strong span,
#nav-box li.on a span,
#nav-box li a:hover span,
#nav-box li a:active span,
#nav-box li a:focus span {
	background-position: -600px 0;
}
/* last element for rounded corners */
#nav-box li.last a,
#nav-box li.last strong {
	padding-bottom: 4px;
}
#nav-box li.on-last a,
#nav-box li.on-last strong,
#nav-box li.last a:hover,
#nav-box li.last a:active,
#nav-box li.last a:focus {
	background: url(../img/bgs/nav-box-type-1.png) -600px 100% no-repeat;
	padding-bottom: 4px;
}
/* 2nd level */
#nav-box ul ul {
	background: url(../img/bgs/nav-box-type-1.png) -900px 100% no-repeat;
	margin: 0;
}
#nav-box li li a,
#nav-box li li strong {
	text-shadow: none;	
	font-weight: normal;
}
#nav-box li li {
	padding-top: 1px;
	width: 170px;
	background: url(../img/bgs/nav-border.png) 0 0 no-repeat;
	font-size: 100%;
	text-transform: none;
}
#nav-box li li span {
	background: none;
	color: #000;
	padding: 6px 10px 5px 12px;
}
/* 3rd level */
#nav-box li li li {
	background: none;
}
#nav-box li li.on li a span {
	background: transparent;
	color: #000;
}
#nav-box ul ul ul {
	background-position: -1499px 97%;
}
#nav-box ul ul ul.contains-last {
	background-position: -1499px 100%;
}
#nav-box li li li strong span,
#nav-box li li li a span {
	padding-left: 25px;
}
/* 4th level */
#nav-box ul ul ul ul,
#nav-box li li.open li.on ul li span {
	background-position: -1800px 100%;
	color: #000;
}
#nav-box li li li li {
	background: none;
}
#nav-box li li li li strong span,
#nav-box li li li li a span {
	padding-left: 40px;
}
/* 2nd & 3rd & 4th level highlighting */
#nav-box li li.open a span,
#nav-box li li strong span,
#nav-box li li.on a span,
#nav-box li li li.open a span,
#nav-box li li li strong span,
#nav-box li li li.on a span {
	background-image:  url(../img/bgs/nav-box-type-1.png);
	background-position: -1197px 0;
	color: #fff;
}
#nav-box li li.open a span {
	background-position: -900px 0;
	color: #000;
}
#nav-box li li.on a span {
	background-position: -1197px 0;
	color: #fff;
}
#nav-box li li.open li a span {
	background-position: -1499px 0;
	color: #000;
}
#nav-box li li.open li.on a span {
	background-position: -1197px 0;
	color: #fff;
}
#nav-box li li li.open li a span {
	background-position: -1800px 0;
	color: #000;
}
/* 2nd & 3rd & 4th level Hover */
#nav-box li li a:hover span,
#nav-box li li a:active span,
#nav-box li li a:focus span,
#nav-box li li li a:hover span,
#nav-box li li li a:active span,
#nav-box li li li a:focus span {
	background: url(../img/bgs/nav-box-type-1.png) -1197px 0 no-repeat !important;
	color: #fff !important;
}


.type-2 #nav-box li strong,
.type-2 #nav-box li a,
.type-2 #nav-box li strong span,
.type-2 #nav-box li a span,
.type-2 #nav-box li li.open a span,
.type-2 #nav-box li li strong span,
.type-2 #nav-box li li.on a span,
.type-2 #nav-box li li li.open a span,
.type-2 #nav-box li li li strong span,
.type-2 #nav-box li li li.on a span {
	background-image: url(../img/bgs/nav-box-type-2.png);
}
.type-2 #nav-box li.open a,
.type-2 #nav-box li.open strong,
.type-2 #nav-box li li span {
	background-image: none;
}
.type-2 #nav-box li li a:hover span,
.type-2 #nav-box li li a:active span,
.type-2 #nav-box li li a:focus span,
.type-2 #nav-box li li li a:hover span,
.type-2 #nav-box li li li a:active span,
.type-2 #nav-box li li li a:focus span,
.type-2 #nav-box li.on-last a,
.type-2 #nav-box li.on-last strong,
.type-2 #nav-box li.last a:hover,
.type-2 #nav-box li.last a:active,
.type-2 #nav-box li.last a:focus {
	background-image: url(../img/bgs/nav-box-type-2.png) !important;
}


.type-3 #nav-box li strong,
.type-3 #nav-box li a,
.type-3 #nav-box li strong span,
.type-3 #nav-box li a span,
.type-3 #nav-box li li.open a span,
.type-3 #nav-box li li strong span,
.type-3 #nav-box li li.on a span,
.type-3 #nav-box li li li.open a span,
.type-3 #nav-box li li li strong span,
.type-3 #nav-box li li li.on a span  {
	background-image: url(../img/bgs/nav-box-type-3.png);
}
.type-3 #nav-box li.open a,
.type-3 #nav-box li.open strong,
.type-3 #nav-box li li span {
	background-image: none;
}
.type-3 #nav-box li li a:hover span,
.type-3 #nav-box li li a:active span,
.type-3 #nav-box li li a:focus span,
.type-3 #nav-box li li li a:hover span,
.type-3 #nav-box li li li a:active span,
.type-3 #nav-box li li li a:focus span,
.type-3 #nav-box li.on-last a,
.type-3 #nav-box li.on-last strong,
.type-3 #nav-box li.last a:hover,
.type-3 #nav-box li.last a:active,
.type-3 #nav-box li.last a:focus {
	background-image: url(../img/bgs/nav-box-type-3.png) !important;
}


.type-4 #nav-box li strong,
.type-4 #nav-box li a,
.type-4 #nav-box li strong span,
.type-4 #nav-box li a span,
.type-4 #nav-box li li.open a span,
.type-4 #nav-box li li strong span,
.type-4 #nav-box li li.on a span,
.type-4 #nav-box li li li.open a span,
.type-4 #nav-box li li li strong span,
.type-4 #nav-box li li li.on a span  {
	background-image: url(../img/bgs/nav-box-type-4.png);
}
.type-4 #nav-box li.open a,
.type-4 #nav-box li.open strong,
.type-4 #nav-box li li span {
	background-image: none;
}
.type-4 #nav-box li li a:hover span,
.type-4 #nav-box li li a:active span,
.type-4 #nav-box li li a:focus span,
.type-4 #nav-box li li li a:hover span,
.type-4 #nav-box li li li a:active span,
.type-4 #nav-box li li li a:focus span,
.type-4 #nav-box li.on-last a,
.type-4 #nav-box li.on-last strong,
.type-4 #nav-box li.last a:hover,
.type-4 #nav-box li.last a:active,
.type-4 #nav-box li.last a:focus {
	background-image: url(../img/bgs/nav-box-type-4.png) !important;
}


.type-5 #nav-box li strong,
.type-5 #nav-box li a,
.type-5 #nav-box li strong span,
.type-5 #nav-box li a span,
.type-5 #nav-box li li.open a span,
.type-5 #nav-box li li strong span,
.type-5 #nav-box li li.on a span,
.type-5 #nav-box li li li.open a span,
.type-5 #nav-box li li li strong span,
.type-5 #nav-box li li li.on a span  {
	background-image: url(../img/bgs/nav-box-type-5.png);
}
.type-5 #nav-box li.open a,
.type-5 #nav-box li.open strong,
.type-5 #nav-box li li span {
	background-image: none;
}
.type-5 #nav-box li li a:hover span,
.type-5 #nav-box li li a:active span,
.type-5 #nav-box li li a:focus span,
.type-5 #nav-box li li li a:hover span,
.type-5 #nav-box li li li a:active span,
.type-5 #nav-box li li li a:focus span,
.type-5 #nav-box li.on-last a,
.type-5 #nav-box li.on-last strong,
.type-5 #nav-box li.last a:hover,
.type-5 #nav-box li.last a:active,
.type-5 #nav-box li.last a:focus {
	background-image: url(../img/bgs/nav-box-type-5.png) !important;
}



.type-6 #nav-box li strong,
.type-6 #nav-box li a,
.type-6 #nav-box li strong span,
.type-6 #nav-box li a span,
.type-6 #nav-box li li.open a span,
.type-6 #nav-box li li strong span,
.type-6 #nav-box li li.on a span,
.type-6 #nav-box li li li.open a span,
.type-6 #nav-box li li li strong span,
.type-6 #nav-box li li li.on a span  {
	background-image: url(../img/bgs/nav-box-type-6.png);
}
.type-6 #nav-box li.open a,
.type-6 #nav-box li.open strong,
.type-6 #nav-box li li span {
	background-image: none;
}
.type-6 #nav-box li li a:hover span,
.type-6 #nav-box li li a:active span,
.type-6 #nav-box li li a:focus span,
.type-6 #nav-box li li li a:hover span,
.type-6 #nav-box li li li a:active span,
.type-6 #nav-box li li li a:focus span,
.type-6 #nav-box li.on-last a,
.type-6 #nav-box li.on-last strong,
.type-6 #nav-box li.last a:hover,
.type-6 #nav-box li.last a:active,
.type-6 #nav-box li.last a:focus {
	background-image: url(../img/bgs/nav-box-type-6.png) !important;
}


/* Promos 
-------------------- */
#promos {
	margin-top: 20px;
}
.promo {
	background: url(../img/bgs/promo.png) 0 100% no-repeat;
	padding: 0 0 8px 0;		
}
.promo h3 {
	position: relative;
	padding: 0 0 3px 3px;
	text-transform: uppercase;
	color: #666;
}
.promo-box {
	background: url(../img/bgs/promo.png) 0 0 no-repeat;
	padding: 8px 10px 0 10px;
}
.promo img {
	background: url(../img/bgs/border-img-135x68.png) 0 0 no-repeat;
	padding: 5px;
	width: 135px;
	height: 68px;
}
.promo a:hover img,
.promo a:active img,
.promo a:focus img {
	background-position: 0 100%;
}
.promo p {
	margin: 3px 0 0 3px;
}
.promo p em.more {
	display: block;
	margin: 5px 0 0 0;
	font-style: normal;
}
.promo p em.more a {
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding: 0 0 0 10px;
}




/* SIDEBAR right: #EXTRAS
-------------------- */
.box {
	clear: both;
	float: left;
	width: 260px;
	background: url(../img/bgs/teaser-head.png) 0 0 no-repeat;
	margin: 0 -3px 20px 0; /* IE 6: duplicate characters */
}
.box-box {
	background: url(../img/bgs/teaser-head.png) 100% 0 no-repeat;
	margin: 0 0 0 12px;
	padding: 12px 12px 0 0;
}
.box h2 {
	margin: 0 0 10px 0;
}
#extras .box img {
	background: url(../img/bgs/border-img-225x128.png) 0 0 no-repeat;
	width: 225px;
	height: 128px;
	padding: 5px;
}
#extras .box a:hover img,
#extras .box a:active img,
#extras .box a:focus img {
	background-position: 0 100%;
}

#extras .photo {
	float: none;
	width: 225px;
	margin: 0 10px 0 0;
}
.box p {
	position: relative; /* EADS-601: IE7 disappearing text */
	clear: both;
	margin: 0;
	padding: 3px 3px 0 3px;
}
.box em.more {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding-left: 10px;
	font-style: normal;
}
/* boxes with camera overlay */
#extras .img-box a span {
	width: 100%;
	height: 100%;
}
* html #extras .img-box a span {
	width: 233px !important;
	height: 138px !important;
}
/* linklists */
#extras .links li {
	height: 1%;
	list-style: none;
}
#extras .links li a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding-left: 15px;
}
#extras .links li a em {
	font-style: normal;
	font-size: 85%;
}
#extras .links .external li a,
#extras .links li.external a {
	background-position: 0 -199px;
}
#extras .links .download li a,
#extras .links li.download a {
	background-position: 0 -265px;
}
#extras .links .webcast li a,
#extras .links li.webcast a {
	background-position: 0 -2569px;
}
#extras .links .lightbox li a,
#extras .links li.lightbox a {
	background-position: 0 -2996px;
}
/* contact */
#extras .vcard div dd,
#extras .vcard div dt {
	font-size: 110%;
}
#extras .vcard div {
	clear: both;
	padding: 0 0 0 3px;
}
#extras .vcard-multiple div.box-box,
#extras .vcard div.box-box {
	padding: 12px 0 0 3px;
}
.vcard-multiple .vcard {
	margin: 0 0 20px;
}
#extras .vcard p {
	clear: both;
	padding: 0;
}
#extras .vcard p.all {
	margin-top: 10px;
}
#extras .vcard .organization-unit,
#extras .vcard .n {
	padding: 0 0 6px 0;
}
#extras .vcard .organization-name {
	display: block;
	margin: 5px 0 0 0;
}
#extras .vcard .organization-unit {
	font-weight: bold;
}
#extras .vcard .given-name,
#extras .vcard .family-name,
#extras .vcard .honorific-prefix {
	color: #07658c;
	font-weight: bold;
}
#extras .vcard .adr {
	margin-bottom: 7px;
}
#extras .vcard .tel dt,
#extras .vcard .email dt,
#extras .vcard .url dt {
	float: left;
	padding-right: 7px;
	width: 3.8em;
	white-space: nowrap;
}
html > body #extras .vcard .tel dt,
html > body #extras .vcard .email dt,
html > body #extras .vcard .url dt {
	width: auto;
	min-width: 3.8em;
}
#extras .vcard .email {
	margin-top: 7px;
}
#extras .vcard .contact-form {
	margin-top: 5px;	
	padding: 2px 0 0 17px;
	background: url(../img/icons/contact.png) 0 0 no-repeat;
}
#extras .vcard p.all a {
	background: url(../img/icons/icon-sprites.png) no-repeat scroll 0 -135px;
	padding-left: 11px;
}
/* RSS Box */
#extras .rss p {
	padding: 3px 0;
}
#extras .rss li {
	height: 1%;
	list-style: none;
}
#extras .rss li.call-to-action a {	
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -1015px no-repeat;
	margin: 5px 0 0 0;
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 120%;
}
#extras .rss li.rss-link a,
#extras .rss li.rss-link-2 a {	
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -1116px no-repeat;
	margin: 8px 0;
	padding: 5px 0 0 25px;
	font-weight: bold;
	font-size: 110%;
}
#extras .rss li.rss-link-2 a {
	background-position: 0 -1672px;
	padding: 2px 0 3px 25px;
}
/* Forms in Extras */
.box .form-wrapper fieldset {
	background: none;
	width: 244px; /* ie6 */
	margin: 0 -10px 0 0;
	padding: 0;
}
.box .form-wrapper p.required {
	text-align: right;
}
#extras .box .form-wrapper h2 {
	font-size: 120%;
}
.box .form-wrapper input,
.box .form-wrapper textarea {
	width: 227px;
}
.box .form-wrapper .form-item-s {
	width: 75px;	
}
.box .form-wrapper .form-item-s input{
	width: 60px;	
}
.box .form-wrapper .form-item-m {
	width: 122px;	
}
.box .form-wrapper .form-item-m input{
	width: 105px;	
}
.box .form-wrapper .form-item-l {
	width: 167px;	
}
.box .form-wrapper .form-item-l input{
	width: 152px;	
}
#extras .box .form-wrapper fieldset h4 {
	display: block;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 120%;
}
.box .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
.box .form-wrapper select,
.box .form-wrapper div.combobox {
	width: 234px;
}
#extras .box .form-wrapper fieldset img.captcha {
	margin: 3px 0 6px 0;
	display: block;
	border: 1px solid #dedede;
	background: none;
	width: auto;
	height: auto;
}
#extras .success h1,
#extras .error h1 {
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 150%;
}
/* select-box replacement */
.box .form-wrapper .combobox input {
	width: 200px;
}


/* FOOTER
-------------------- */

#site-info {
	clear: both;
	margin: auto;
	overflow: hidden;
	width: 1005px;
}
#site-info div.site-info-box {
	position: relative;
	padding: 10px 20px 20px;
	margin: 0 auto 20px;
	height: 1%; /* IE6 */
}
#site-info div div {
	float: left;
	width: 129px;
	margin: 0 10px 20px 0;
	border-right: 1px solid #b2b9bf;
	padding: 0 10px 0 0;
}
#site-info > div div {
	background: url(../img/bgs/footer-separator.png) 100% 0 no-repeat;
	border-right: none;
}
#site-info h4 {
	margin: 0 0 6px 0;
	font-size: 100%;
	text-transform: uppercase;
	color: #686868;
}
#site-info ul {
	list-style: none;
}
#site-info li {
	height: 1%; /* ie6 */
	font-size: 100%;
	text-transform: uppercase;
}
#site-info li a {
	display: block;
	margin: 0 0 6px 0;
	color: #999;
}
#site-info li a:hover,
#site-info li a:active,
#site-info li a:focus {
	color: #237798;
}
#site-info p {
	float: right;
	font-size: 100%;
	color: #686868;
	white-space: nowrap;
	/*margin-right: -2px;  IE6 */
}
#site-info p#copyright-magnolia {
	display: none;
}
.footer-button {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 auto 20px;
	padding: 15px 0 0 0;
	width: 1005px;
	font-size: 180%;
	text-align: center;
	background: url(../img/bgs/footer-rule.png) no-repeat 0 0;
}
.footer-button a {
	padding: 0 0 0 30px;
	background: url(../img/icons/icon-sprites.png) no-repeat -5px -899px;
	color: #999;
	cursor: pointer;
}
.footer-button a:hover,
.footer-button a:active,
.footer-button a:focus {
	color: #237798;
}
#division-list {
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}
#division-list li {
	float: left;
	display: inline;
	margin: 0 0 0 70px;
}
#division-list img {
	width: 150px;
	height: 65px;
}
/* HIGHLIGHT FOOTER
------------------- */

#highlight-footer {
	clear: both;	
	position: relative;
	top: -70px;
	margin: 0 0 0 173px;
	padding: 70px 5px 10px;
	width: 775px;
	background: url(../img/bgs/highlight-footer-bottom.png) 0 100% no-repeat;
}
html > body #highlight-footer  {
	height: auto;
}
#highlight-footer-control {
	position: relative;
	z-index: 9;
	clear: both;
	margin: 0 0 0 -15px;
	width: 800px;
	height: 100px;
	background: url(../img/bgs/highlight-footer-top.png) 0 0 no-repeat;
}
#highlight-footer-control a {
	position: absolute;
	display: block;
	padding: 2px 0 2px 30px;
	background: url(../img/icons/icon-sprites.png) no-repeat scroll -5px -896px;
	bottom: 30px;
	right: 20px;
	font-size: 180%;
	cursor: pointer;
	color: #999;
}
.highlight-footer-box {
	margin: 0; /* don't use margin here this is only for js */
	overflow: hidden;
	zoom: 1;
	position: relative; /* IE6 & IE 7 */
	background: #e6e4e4; /* opacity-fix */
}
.highlight-footer-content {
	position: relative;
	top: 0;
	padding: 0px 20px 0 0;
	margin-top: 30px;
	background: #e6e4e4;
}


.footer-teaser {
	position: relative;
	float: right;
	display: inline;
	color: #999;	
	margin: 0;
	width: 25%;	
}
.footer-teaser .ft-box {
	margin: 0 0 0 15px;
}
.footer-teaser img {
	float: left;
	margin: 2px 6px 1px 0;
	border: 1px solid #c9c9c9;
	width: 52px;
	height: 52px;
}
.footer-teaser a:hover img,
.footer-teaser a:focus img,
.footer-teaser a:active img,
.footer-teaser a.a11y-focus img {
	border-color: #07658c;
}
.footer-teaser h2,
.footer-teaser h3 {
	font-size: 140%;
	margin: 0 0 6px 0;
	line-height: 1.3em;
}
.footer-teaser h2 em, /* kicker */
.footer-teaser h3 em {
	font-size: 85.71%; /* 12px */
	display: block;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	color: #999;
}
.footer-teaser em.date { 
	margin: 0 3px 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 91.66%; /* 11px */
}
.footer-teaser p {
	line-height: 1.4em;
}
.footer-teaser em.more {
	display: none;
}
.footer-teaser em.more a {
	padding: 0 0 0 12px;
	background: url(../img/icons/icon-sprites.png) 0 -68px no-repeat;
	color: #777;
}
.highlight-footer-box #footer-teaser-2 em.more,
.highlight-footer-box #footer-teaser-3 em.more {
	display: none;
}
/* large teaser */
.highlight-footer-box #footer-teaser-1 {
	overflow: hidden;
	width: 49.9%;
}
/* event list */
.footer-teaser li {
	clear: both;
	overflow: hidden;		
	margin: 0 0 15px 0;	
	list-style: none;
	font-size: 100%;
	height: 1%; /* IE6 */
}
.footer-teaser li img {
	position: relative;
	float: left;
	display: block;
	line-height: 1;
	width: 77px;
	height: 47px;
}
.footer-teaser li p.date {
	font-size: 120%;
	line-height: 1em;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}
.footer-teaser li li {
	clear: none;
	margin: 0 0 0 0;
	font-size: 120%;
}
/* Flash-Content in Highlightfooter */
.highlight-footer-content object.flash {
	display: block;
	position: relative;
	top: -15px;
	margin: 0 0 0 12px;
}


/* TEXT 
-------------------- */

.text p.intro {
	clear: both;
}
/* text section can exist without .text see media-pack */
.text h2,
.text-section h2 {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
}
.text ol,
.text ul,
.text-section ol,
.text-section ul {
	clear: both;
	display: block;
	margin: 0 0 15px 15px;
	padding: 0;
}
.text ol,
.text-section ol {
	margin: 0 0 15px 22px;
}
.text ol ol,
.text ol li li,
.text ul ul,
.text ul li li,
.text-section ol ol,
.text-section ol li li,
.text-section ul ul,
.text-section ul li li {
	margin-bottom: 0;
	padding-left: 5px;
	font-size: 100%;
}
.text #toc ul {
	margin: 0 0 20px 0;
}
.text #toc li {
	height: 1%; /* ie 6 */
	list-style: none;
}
.text #toc li a {
	display: block;
	border-top: 1px dotted #e1e1e1;
	padding: 5px 0 5px 15px;
	background: url(../img/icons/icon-sprites.png) 0 -527px no-repeat;	
	font-weight: bold;
}
.text-section {
	clear: both;
}
/* linklists in article page */
.text .links ul {
	margin-left: 0;
	padding: 0;
}
#main .text .links li {
	height: 1%;
	list-style: none;
	font-size: 130%;
}
.text .links li a {
	display: block;
	background: url(../img/icons/icon-sprites.png) 0 -134px no-repeat;
	padding-left: 15px;
}
.text .links .external li a,
.text .links li.external a {
	background-position: 0 -199px;
}
.text .links .download li a,
.text .links li.download a {
	background-position: 0 -264px;
}
.text .links .webcast li a,
.text .links li.webcast a {
	background-position: 0 -2569px;
}
.text .links li.email a {
    background: url("../img/icons/contact.png") no-repeat scroll 0 0 transparent;
}
/* video */

.video-box {
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
	background: #000;
	width: 400px;
	height: 300px;
}
.video-box video {
	width: 400px;
	height: 300px;
}
.mm-video-box,
video,
object.video {
	display: block;
	position: relative;
	margin: 0 auto;
	background: #000;
}

/* table */
#main table { 
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	empty-cells: show;
	border-collapse: collapse;
	font-size: 110%;
}
/* float causes problems in modern browsers */
#main table + * {
	clear: both;
}
#main caption {
	text-align: left;
	font-weight: bold;
	padding: 0 0 3px;
}
#main th,
#main td {
	padding: 5px;
	vertical-align: top;
}
#main th {
	border-bottom: 2px solid #dedede;
	padding-right: 20px;
	padding-top: 0;
}
.media-pack-list td a {
	display: block;
}
#main .odd td {
	background: #fff;
}
#main tbody td {
	border-bottom: 1px solid #dedede;
}
#main td ul,
#main td ol,
#main td p,
#main th p {
	margin-bottom: 0;
}
#main .text td li,
#main .text td p,
#main .text th p,
#main .text-section td li,
#main .text-section td p,
#main .text-section th p {
	font-size: 100%;
}

/* blockquote */
blockquote {
	clear: both;
	background: url(../img/bgs/blockquote.png) 0 0 repeat-x;
	border: 1px solid #f2f2f2;
	margin: 0 0 10px 0;
	padding: 10px 10px 5px 10px;
}
blockquote p cite {
	font-size: 85%;
	font-weight: bold;
	font-style: normal;
}
.pressReleaseContentArea blockquote ul {
	list-style: disc outside none; /* Fix fuer Phantom Style */
}
/* text-meta: author, date, tags */
.text-meta {
	display: block;
	float: left;
	margin: 0 0 20px 0;
	width: 100%;
}
.text-meta ul.text-data li {
	padding-right: 10px;
}
.text-meta dl.section {
	background: url(../img/bgs/teaser-shadow.jpg) no-repeat scroll 50% 0;
	margin: 0 0 3px 0;
	padding: 20px 0 0 0;
}
#main .text-data {
	float: left;
	margin: 0;
	padding: 0 0 3px 0;
}
.text-data li {
	float: left;
	list-style: none;
}
/* Text-meta: dl for tags and section */
.text-meta dl {
	clear: both;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 88%;
}
.text-meta dt {
	float: left;
	padding: 0 5px 0 0;
}
.text-meta dd {
	float: left;
	padding: 0 3px 0 0;
}
/* text-features */
.text-features {
	float: left;
}
/* Flash Content */
#main .flash,
#platform .flash {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}
.flash { /* above main in platform area */
	margin: 0;
}
.flash img { /* get flash now */
	margin: 0 auto;
}

#disclaimer {
	clear: both;
	float: left;
	margin: 30px 0 0 0;
	width: 90%;
	padding: 10px;
	background: #ebe9e9;
}
#disclaimer h4 {
	float: left;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	font-size: 110%;	
	font-weight: normal;
	color: #666;	
}
#disclaimer p {
	font-size: 110%;
	margin: 0;
	padding: 0 0 10px 0;
	color: #666;
}
#disclaimer ul,
#disclaimer ol {
	margin: 0 0 10px 15px;
}
#disclaimer li {
	font-size: 110%;
}


/* PAGES 
-------------------- */

/* EVENTS + JOBS
-------------------- */
/* Event Teaser in main */

#main .event-list ul.mod,
#main .job-list ul.mod {
	margin-top: 15px;
}
#main .event-list li,
#main .job-list li {
	float: none; 
	clear: both;
	overflow: hidden;
	height: 1%; /* ie 6 */
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	width: auto;
}
#main .event-list li li,
#main .event-list li p,
#main .event-list li h3,
#main .press-list li h3,
#main .job-list li li,
#main .job-list li p,
#main .job-list li h3 {
	float: none;
	clear: none;
	margin: 0;
	list-style: none;
	font-size: 120%;
	font-weight: normal;
}
.nav-col-subcol #main .event-list h2 {
	width: auto;
	float: none;
	font-weight: bold;
}
#wrapper-4 #main .event-list img {
	float: left;
	background: url(../img/bgs/border-img-77x47.png) 0 0 no-repeat;
	width: 77px;
	height: 47px;
	margin: 0 10px 0 0;
	padding: 5px;
}
#wrapper-4 #main .event-list a:hover img,
#wrapper-4 #main .event-list a:active img,
#wrapper-4 #main .event-list a:focus img {
	background-position: 0 100%;
}
#main .event-list h3,
#main .press-list h3,
#main .event-list .date,
#section .press-stage .press-list p.date {
	display: block;
	padding: 0 0 3px 0;
}
#main .event-list p.all {
	clear: both;
}

/* Event Teaser in sidebar */

#extras .event-list li {
	position: relative;
	margin: 0 0 10px 0;
	padding-left: 95px;
	list-style: none;
	height: 1%;
}
#extras .event-list ul.mod li {
	padding-left: 0;
}
#extras .box.event-list img {
	float: left;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 5px;
	height: 47px;
	width: 77px;
	background: url("../img/bgs/border-img-77x47.png") no-repeat 0 0;
}
#extras .event-list li h3 {	
	padding: 2px 0 0 0;
	margin: 0 0 3px 0;
	font-size: 130%;
	line-height: 1.2em;
}
#extras .event-list li p {
	padding: 0;
	font-size: 100%;
}
#extras .event-list li ul {
	margin: 0 0 3px 0;
}
#extras .event-list li li {
	margin: 0;
	padding-left: 0;
	font-size: 100%;
	font-weight: bold;
	color: #999;
}
#extras .event-list p.all {
	display: block;
}


/* Event Overview */
#events-overview #main .event-list {
	background: none;
}
#events-overview .event-list h2 {
	display: none;
}
#events-overview #main .event-list li li,
#events-overview #main .event-list li p,
#events-overview #main .event-list li h3 {
	font-size: 110%;
}
#events-overview #main .event-list ul {
	width: 100%;
	background: none;
	margin: 5px 0 10px 0;
	border-top: 1px solid #e4e2e2;
	padding: 15px 0 0 0;
}
#events-overview #main .event-list li {
	width: 100%;
	margin-bottom: 13px;
	border-bottom: 1px solid #e4e2e2;
	padding-bottom: 10px;
}
#events-overview #main .event-list li:last-child {
	margin-bottom: 10px;
}
#events-overview #main .event-list ul ul {
	border: none;
	margin: 0;
	padding: 0;
}
#events-overview #main .event-list li li {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#events-overview #main .event-list li p.date,
#events-overview #main .event-list li a.ics,
#events-overview #main .event-list li div,
#events-overview #main .event-list li a.download {
	float: left;
}
#events-overview #main .event-list li ul {
	float: right;
}
#events-overview #main .event-list li div.date {
	margin-right: 10px;
    text-align: left;
    width: 105px;
}
#events-overview #main .event-list li div.date p {
	float: left;
	font-weight: bold;
}
#events-overview #main .event-list li div.date em {
	background: url(../img/icons/icon-sprites.png) 60% -2680px no-repeat;
    display: block;
	text-indent: -9999px;
}
#events-overview #main .event-list li a.ics,
#wrapper-2 .vevent dd a.ics {
	display: inline-block;
	width: 13px;
	height: 16px;
	background: url(../img/icons/ics.png) 0 0 no-repeat;
	margin: 0 10px 0 0;
}
#wrapper-2 .vevent dd a.ics {
	margin: 2px 10px -2px 5px;
}
.vevent dd a.ics span {
	display: block;
}
#events-overview #main .event-list li div {
	width: 240px;
	margin-right: 15px;
}
#events-overview #main .event-list li div h3,
#events-overview #main .event-list li div p {
	width: auto;
	float: none;
	font-weight: normal;
}
#events-overview #main .event-list li div h3 {
	margin-top: -2px;
}
#events-overview #main .event-list li div p em.download {
	display: block;
	margin: 4px 0 0 0;
	font-style: normal;
}
#events-overview #main .event-list li div p em.download a {
	background: url(../img/icons/icon-sprites.png) 0 -265px no-repeat;
	padding-left: 15px;
}
#events-overview #main .event-list li div h3 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.2em;
}
#events-overview #main .event-list li a.download {
	margin-right: 10px;
	background: url(../img/icons/icon-sprites.png) 0 -264px no-repeat;
	padding: 2px 0 0 15px;
	font-size: 110%;
	font-weight: normal;
}
#events-overview #main .event-list li ul {
	width: 90px;
}
/* Event Detail */
.vevent {
	position: relative;
	clear: both;
	height: 1%;
	margin: 0 0 10px 0;
	padding: 5px 10px 15px 10px;
	background: #ebeaea url(../img/bgs/table-th.png) 0 0 repeat;
	z-index: 1;
}
#wrapper-2 .vevent h2 {
	margin-top: 10px;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
}
.vevent div.date {
	display: none;
}
.vevent li {
	list-style: none;
}
#main .vevent p {
	display: block;
	margin: 0 0 10px 0;
	font-size: 120%;
}
#wrapper-2 .vevent dl {
	background: url(../img/bgs/dotted-line.png) 0 0 repeat-x;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	height: 1%; /* IE 6 */
	line-height: 1.5em;
}
#wrapper-2 .vevent dt {
	float: left;
	width: 70px; /* IE 6 */
	margin-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}
#wrapper-2 > #wrapper-3 .vevent dt {
	min-width: 90px;
	width: auto;
}
.vevent span {
	display: none;
}


/* SEARCH RESULTS
-------------------- */
#search-results #result-list {
	float: left;
	width: 490px;
	padding: 0 10px 20px 10px;
}
#search-results #main ol {
	margin: 5px 0;
	border-top: 1px solid #e4e2e2;
	border-bottom: 1px solid #e4e2e2;
	padding: 0;
}
#search-results #main ol li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
}
#search-results #main li h2 {
	border: none;
	margin: 15px 0 2px 0;
	line-height: 1em;
}
#search-results #main li h2 em {
	display: block;
	height: 1.6em;
	color: #07658c;
	font-style: normal;
	font-size: 58%;
	text-transform: uppercase;
}
#search-results #main li p {
	clear: both;
	margin: 0;
	font-size: 110%;
}
#search-results #main li p em.date {
	display: block;
	font-style: normal;
	font-weight: bold;
}
#search-results #main li p em.more {
	display: block;
	font-style: normal;
}
#search-results #main li p em.highlight {
	display: inline;
	font-style: normal;
	font-weight: bold;
}
/* FileTypes */
#search-results #main li h2 {
	background: url(../img/icons/file-types-sprites.png) 0 6px no-repeat;
	padding: 2px 0 0 33px;
	font-family: Arial, Helvetica, sans-serif;
}
#search-results #main li.url h2 { /* webpage = no icon */
	background: none;
	padding: 0;
}
#search-results #main li.pdf h2 {
	background-position: 0 -120px;
}
#search-results #main li.doc h2 {
	background-position: 0 -220px;
}
#search-results #main li.xls h2 {
	background-position: 0 -320px;
}
#search-results #main li.ppt h2 {
	background-position: 0 -420px;
}
#search-results #main li.gif h2 {
	background-position: 0 -520px;
}
#search-results #main li.jpg h2 {
	background-position: 0 -620px;
}
#search-results #main li.mov h2 {
	background-position: 0 -720px;
}
#search-results #main li.avi h2 {
	background-position: 0 -820px;
}
#search-results #main li.wmv h2 {
	background-position: 0 -920px;
}
#search-results #main li.qt h2 {
	background-position: 0 -1020px;
}
#search-results #main li.mp3 h2 {
	background-position: 0 -1120px;
}
#search-results #main li.zip h2 {
	background-position: 0 -1220px;
}
#search-results #main li.press h2 {
	background-position: 0 -1321px;
}
#search-results #main li.file h2 { /* unknown file type and default */
	background-position: 0 6px;
}
/* Filter */
#result-filter {
	float: left;
	clear: both;
	display: block; /* IE 6 */
	width: 765px;
	margin: 0 10px;
	padding: 0;
}
#wrapper-4 #main #result-filter h2 {
	zoom: 1;
	font-size: 150%;
	margin: 0 0 10px;
}
#result-filter .links li {
	list-style: none;
	padding-bottom: 1px;
	font-size: 110%;
}
#result-filter .links li a {
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding-left: 10px;
}
#result-filter .links li a,
#result-filter .links li span {
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding-left: 10px;
}
#result-filter .links li span {
	background-position: 0 -69px;
}
#result-filter .links .external li a,
#result-filter .links li.external a {
	background-position: 0 -200px;
}
#result-filter .links .download li a,
#result-filter .links li.download a {
	background-position: 0 -265px;
}
#result-filter .links .webcast li a,
#result-filter .links li.webcast a {
	background-position: 0 -2569px;
}

/* sliding result filter: */
#result-filter.slider {
	width: 750px !important;
	float: none;
	white-space: nowrap;
	height: 50px;
	overflow: auto;
	margin: 0 25px 20px;
}
#result-filter.slider ul {
	margin-bottom: 20px;
}
#result-filter.slider li,
#result-filter.slider span {
	display: inline;
	list-style: none;
	padding: 0 8px 0 0;
}
#result-filter.slider li:last-child {
	padding-right: 0;
}

#result-filter.slider li strong {
	background: #999;
	color: #fff;
	display: inline;
	zoom: 1;
	padding: 2px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
*+html #result-filter.slider li strong {	/* ie7 */
	padding: 0 8px !important;
}

#result-filter.slider li.active a:hover {
	text-decoration: none;
}

#result-filter.slider li a {
	line-height: 1.75em;
	font-weight: bold;
	font-size: 90%;
}


/* Paging */
#main .pager {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}
#search-results #main .pager,
#events-overview #main .pager {
	margin: 0;
}
#wrapper-4 #main .pager h2,
#wrapper-4 #main .pager h3 {
	float: left;
	margin: 0 55px 0 0;
	font-size: 110%;
	font-weight: bold;
}
#wrapper-4 #main .pager h3 {
	margin-right: 2px;
}
#wrapper-4 #main .pager ul {
	width: auto;
	margin: 0;
	border: none;
	background: none;
	padding: 0;
}
#wrapper-4 #main .pager li {
	float: left;
	width: auto;
	clear: none;
	margin: 0 3px 0 0 !important;
	border-bottom: none;
	border-right: 1px solid #adadad;
	padding-bottom: 0;
	list-style: none;
	text-align: center;
	font-size: 110%;
}
#main .pager li.last {
	border-right: none;
}
#main .pager li a,
#main .pager li strong,
#main .pager li span {
	display: block;
	margin: 0 3px 0 0;
	padding: 0 3px 0 3px;
	font-weight: bold;
}
#main .pager li strong { /* you are here */
	color: #686767;
	text-decoration: underline;
}
#main .pager li a:hover,
#main .pager li a:active,
#main .pager li a:focus {
	text-decoration: underline;
}


/* FORMS 
-------------------- */
.form-wrapper fieldset {
	background: url(../img/bgs/teaser-shadow.jpg) no-repeat scroll 50% 0;
	border: none;
	margin: 15px 0;
	padding: 25px 0 0 0;
}
.form-wrapper fieldset fieldset {
	background: none;
	margin: 0;
	padding: 0;
}
#main .form-wrapper fieldset h2 {
	margin: 0 0 10px 0;
	font-size: 160%;
	font-weight: bold;
	text-transform: uppercase;
}
#main .form-wrapper fieldset h4 {
	margin: 0 0 10px 0;
	font-size: 120%;
	font-weight: normal;
}
.form-wrapper fieldset div {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
.form-wrapper fieldset div div {
	margin: 0;
}
.form-wrapper fieldset div div.form-item { /* radios & checkboxes */
	margin-bottom: 10px;
}
.form-wrapper fieldset img.captcha {
	border: 1px solid #dedede;
}
.form-wrapper label {
	float: left;
	width: 100%;
	padding-bottom: 2px;
	font-size: 120%;
}
.form-wrapper .form-item-s {
	width: 116px;
}
.form-wrapper .form-item-m {
	width: 245px;
}
.form-wrapper .form-item-l {
	width: 374px
}
.form-wrapper fieldset span {
	display: block;
	margin: 3px 0 5px 0;
	font-size: 110%;
}
.form-wrapper fieldset fieldset span {
	display: inline;
}
input.button,
a.button,
.form-wrapper input,
.form-wrapper textarea {
	width: 472px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	font-size: 130%;
	color: #666;
}
.form-wrapper .form-item-s input {
	width: 100px;
}
.form-wrapper .form-item-m input {
	width: 227px;
	border: 1px solid #DFDFDF;
}
.form-wrapper .form-item-l input {
	width: 357px;
}
input[type=hidden] {
   display: none !important;
}
.form-wrapper input:focus,
.form-wrapper textarea:focus {
	border: 1px solid #000;
}
.form-wrapper select {
	display: block;
	width: 482px;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.form-wrapper div.combobox { /* select replacement */
	width: 482px;
}
.form-wrapper div.combobox input { /* select replacement */
	width: 450px;
	background: url(../img/bgs/select.png) no-repeat 98% -15px;
}
.form-wrapper optgroup {
	font-family: Arial, Helvetica, sans-serif;
}
/* checkboxes & radiobuttons */
.form-wrapper fieldset fieldset {
	float: none; /* ie 6 */
	margin: 0;
	padding: 0;
}
.form-wrapper fieldset fieldset label {
	float: none;
	clear: both;
	margin-bottom: 5px;
}
.form-wrapper fieldset .mod label {
	clear: none;
}
.form-wrapper fieldset fieldset input {
	float: none;
	width: auto;
	display: inline;
	background: transparent;
	border: none;
}
.form-wrapper fieldset .mod input {
	float: left;
	margin-right: 5px;
}
#main .form-wrapper fieldset fieldset legend {
	text-indent: -9999px;
	font-size: 0;
}
/* submit */
input.button,
a.button,
.form-wrapper .button-wrapper input {
	overflow: visible;
	width: auto;
	background: #0a688e url(../img/bgs/search-btn.png) 0 0 repeat-x;
	margin: 0;
	border-color: #aeaeae;
	padding: 3px 15px;
	color: #fff !important;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
	zoom: 1;
}
a.button {
	padding: 4px 15px;
}
input.button:hover,
input.button:active,
input.button:focus,
a.button:hover,
a.button:active,
a.button:focus,
.form-wrapper .button-wrapper input:hover,
.form-wrapper .button-wrapper input:active,
.form-wrapper .button-wrapper input:focus {
	background: #24A2D6;
	text-decoration: none;
}
.hcm input.button,
.hcm .form-wrapper .button-wrapper input,
.hcm .new-search fieldset div input.button {
	background: #fff;
	color: #000;
}
.form-wrapper div p {
    font-size: 210%;
    font-style: italic;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    line-height: 1.4em;
}
/* New Search */
#platform .new-search {
	background: #074825 url(../img/bgs/new-search.png) 0 0 repeat-x;
	float: left;
	width: 755px;
	margin: 0 0 20px -5px;
	padding: 20px 20px 10px 25px;
	color: #fff !important;
}
#wrapper-4 #platform .new-search h2 {
	margin: 0 0 12px 0;
	font-size: 300%;
	text-transform: uppercase;
}
.new-search fieldset {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
.new-search fieldset div {	
	clear: both;
	width: auto;
	float: left;
	padding: 0;
}
.new-search label {
	padding: 0 0 0 3px;
	font-size: 110%;
	font-weight: bold;
	width: auto;
}
.new-search input {
	float: left;	
	margin: 2px 5px 0 0; /* IE6 */
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px 4px 6px;
	width: 430px;
	font-size: 140%;
	color: #666;
}
.new-search div > input {
	margin-top: 1px;
}
.new-search input.button {
	float: left;
	background: url(../img/bgs/search-btn.png) 0 0 repeat-x;
	margin: 0;
	border-color: #095f31;
	padding: 4px 6px 4px 6px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	overflow: visible;
	width: auto;	
}
.new-search input.button:hover,
.new-search input.button:active,
.new-search input.button:focus {
	background: #24A2D6;
}
.new-search input.checkbox {
	float: left;
	width: auto;
	border: none;
	margin: 0 3px 0 0;
	padding: 0;
}
.new-search label {
	float: left;
	margin: 0;	
	padding: 3px 0 0 0; /* IE6 */
}
.new-search input + label {
	padding-top: 0;
}
.new-search dl {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 88%;
}
.new-search dt {
	float: left;
	padding: 0 5px 0 0;
	font-weight: bold;
}
.new-search dd {
	float: left;
	padding: 0 5px 0 0;
	color: #aab738;
}
.new-search dd a {
	color: #fff;
}
/* error messages */
.error {
	color: #ec1549;
	font-weight: bold;
}
.error h1 {
	color: #ec1549;
}
div.error {
	font-weight: bold;
}
div.error ul {
	margin: 0 0 20px 15px;
}
div.error li {
	color: #ec1549;
}
div.error li a,
div.error label span {
	color: #ec1549;
}
.form-wrapper div.error input,
.form-wrapper div.error textarea {
	border: 1px solid #ec1549;
}
/* success messages */
.success h1 {
	color: #afaf00;
}

/* replaced select-elements */
.combobox {
	position: relative;
	outline: none;
	display: inline-block;
	cursor: pointer; /* oder pointer? */
	border: 1px solid #eaeaea;
	overflow: visible !important;
	background: #d3d3d3 url(../img/bgs/select.png) 0 -74px repeat-x;
}
*+html .combobox {
	display: inline; /* set inline-block for hasLayout, after that display:inline for actual inline-block behaviour */
}
.dl-design,
.cb-design {
	position: absolute;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	width: 7px !important;
	height: 7px !important;
	font-size: 0 !important;
	line-height: 0 !important;
	
	background: url(../img/bgs/select.png) no-repeat;
}

.cb-tl {
	top: -1px;
	bottom: auto;
	left: -1px;
	background-position: 0 0;
}

.cb-tr {
	top: -1px;
	bottom: auto;
	right: -1px;
	background-position: -7px 0;
}
.dl-bl,
.cb-bl {
	bottom: -1px;
	left: -1px;
	background-position: 0 -7px;
}
.dl-br,
.cb-br {
	bottom: -1px;
	right: -1px;
	background-position: -7px -7px;
}
.combobox input {
	border: none !important;
	
	padding: 2px 20px 2px 2px;
	cursor: pointer;
	padding: 5px 25px 5px 5px;
	background: transparent url(../img/bgs/select.png) no-repeat 98% -15px;
}
/*
.combobox.combobox-active input,
.combobox:hover input {
	border: 1px solid #000;
	background-color: #f9f9f9;
	background-position: 97% -91px;
}
.combobox.js-datalist-visible input {
	background-color: #fff;
}
*/

.datalist {
	position: absolute;
	z-index: 9999;
	margin: -7px 0 0;
	left: 0;
	top: 0;
	min-width: 120px;
	cursor: default;
}

.datalist.positionaround-3-0 {
	margin: 7px 0 0;
}
.datalist.datalist-select-width-278 {
	width: 278px !important;
}
html > body .datalist.datalist-select-auto-width {
	width: auto !important;
}
.positionaround-3-0 .dl-bl,
.positionaround-3-0 .dl-br {
	display: none;
}
.datalist div.datalist-box {
	height: 1%;
}
.datalist div.datalist-box {
	overflow: hidden;
	position: relative;
}
div.datalist-innerbox {
	position: relative;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-top: none;
	padding: 4px;
	background: #d3d3d3;
	color: #000;
}
.positionaround-3-0 div.datalist-innerbox {
	border: 1px solid #eaeaea;
	border-bottom: none;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: #f9f9f9;
}
.datalist ul {
	position: relative;
	margin: 1px 0 2px;
	padding: 0;
	height: 1%;
	list-style: none;
}
.huge-datalist ul {
	height: 220px;
	overflow-y: auto;
	overflow-x: hidden;
}
html >  body .huge-datalist ul {
	height: auto;
}
.datalist li {
	padding: 2px 4px;
	outline: none;
	margin: 1px 0;
	cursor: default; /* oder pointer? */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.datalist li.indent-option {
	padding-left: 12px;
}
.datalist li.js-selected {
	background: #333;
	color: #fff;
}
.datalist li.js-checked {
	background: #000;
	color: #fff;
}

/* SITEMAP 
-------------------- */
#sitemap #main .links {
	clear: both;
	background: url(../img/bgs/teaser-shadow.jpg) no-repeat scroll 50% 100%;
	margin: 0 0 20px 0;
	padding: 0 0 35px 0;
}
#sitemap #main .links h2 {
	font-size: 180%;
	font-weight: bold;
}
#sitemap #main .links ul {
	margin: 10px 0 0 0;
}
#sitemap #main .links li {
	padding: 0 0 3px 0;
	list-style: none;
	font-size: 120%;
}
#sitemap #main .links li a {
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding-left: 11px;
}
#sitemap #main .links ul ul {
	margin: 5px 0 0 20px;
}
#sitemap #main .links li li {
	list-style: none;
	font-size: 100%;
}



/* LANGUAGE SWITCHER 
-------------------- */
#main .link-group {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
#main .link-group h2 {
	margin: 0 0 10px 0;
	padding: 3px 6px;
	background: url(../img/bgs/table-th.png) 0 0 repeat;
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
}
#main .link-group ul {
	margin: 10px 0 0 0;
}
#main .link-group li {
	padding: 0 0 3px 0;
	list-style: none;
	font-size: 120%;
}
#main .link-group li a {
	background: url(../img/icons/icon-sprites.png) 0 -135px no-repeat;
	padding-left: 15px;
}
#main .link-group li.external a {
	background-position: 0 -200px;
}
#main .link-group li.download a {
	background-position: 0 -264px;
}
#main .link-group li.webcast a {
	background-position: 0 -2569px;
}
#main .link-group h3 {
	clear: both;
	margin: 10px 0 10px 0;
	font-size: 140%;
	font-weight: bold;
}
#main .link-group a.external {
	background-position: 0 -199px;
}
#main .link-group div {
	width: auto;
	/* no height: 1%*/
	zoom: 1; 
	overflow: hidden;
	padding: 0 0 2px 0;
}
#main .link-group div.combobox {
	padding: 0;
}
#main .link-group div.combobox {
	width: 260px;
	float: left;
}
#main .link-group div.combobox input {
	width: 230px;
}
#main .link-group input.button {
	margin-left: 10px;
	float: left;
}


/* GLOSSARY
--------------------- */
#glossary-index {
	overflow: hidden;
	width: 100%;
	margin: 0 0 20px 0;
}
#glossary-index ul {
	margin: 10px 0 0 0;
}
#glossary-index li {
	list-style: none;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 140%;
}
#glossary-index li a,
#glossary-index li span {
	display: block;
	border: 1px solid #dedede;
	padding: 2px 7px 2px 8px;
	min-width: 12px;
	text-align: center;
	font-weight: bold;
}
#glossary-index li span {
	color: #999;	
}
#glossary-index li a:hover,
#glossary-index li a:active,
#glossary-index li a:focus {
	background: #6e6e6e;
	color: #fff;
	text-decoration: none;
}
.glossary-box {
	float: left;
	width: 218px;
	height: 22em;
	margin: 0 10px 10px 0;
	border: 1px solid #dedede;
	padding: 10px;
}
#glossary #main .gb-odd {
	margin-right: 0;
}
#main .glossary-box li.all {
	background: none;
}
#main .glossary-box p.all {
	clear: both;
	display: block;
	margin-top: -1px;
	border-top: 1px solid #b3b3b3;
}
#main .glossary-box p.all a {
	background: url(../img/icons/icon-sprites.png) 0 -133px no-repeat;
	margin: 5px 0 0 0;
	padding-left: 12px;
	font-weight: bold;
}
#main .glossary-box h2 {
	float: none;
	display: block;
	width: 64px;
	background: #fff;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 600%;
	color: #6e6e6e;
	line-height: 1;
	text-transform: uppercase;
}
#main .glossary-box ul {
	list-style: none;
	margin: 0;
}
#main .glossary-box ul li {
	background: url(../img/bgs/dotted-line.png) 0 100% repeat-x;
	height: 1%; /* IE 6 */
	margin: 0;
	line-height: 1.2em;
	font-size: 120%;
}
html > body #main .glossary-box ul li {
	height: auto;
}
#main .glossary-box li a {
	display: block;
	padding: 5px 0 5px 0;
}
#glossary #main #letter-d {
	margin-right: -3px;
}
/* Glossary Details */
.glossary-details {
	height: auto;
	width: 460px;
	padding: 10px 0 20px 10px;
}
#main .glossary-details h2 {
	display: block;
	float: none;
}
#main .glossary-details ul li {
	width: 46%;
	float: left;
	margin-right: 14px;
}


/* PHOTOS
-------------------- */

.photo { /* for dl and without it */
	float: left;
	position: relative;
	display: inline-block;
	margin: 3px 15px 10px 0;
}
.photo img {
	margin: 0;
	padding-right: 5px;
}
.photo dt {
	margin: 0 0 4px 0;
}
img.mod,
dl.mod { /* right */
	float: right;
	margin: 3px 0 10px 12px;
}
dl.photo { /* default without additional classes */
	width: 288px;
}
.photo img,
img.photo { 
	padding: 4px 5px 4px 4px;
	background: url(../img/bgs/border-img-278x169.png) 0 0 no-repeat;
	width: 278px;
	height: 169px;
}
dl.landscape-0 { /* fullsize */
	clear: both;
	float: none;
	width: 490px;
	margin-bottom: 10px;
}
.nav-col-col dl.landscape-0 { /* fullsize on job profile */
	width: 400px;
}
.landscape-0 img, 
img.landscape-0 {
	clear: both;
	display: block;
	background: none;
	padding: 0 0 5px 0;
	width: 490px;
	height: auto;
}
dl.landscape-1 {
	width: 288px;
}
.landscape-1 img,
img.landscape-1 {
	background: url(../img/bgs/border-img-278x169.png) 0 0 no-repeat;
	width: 278px;
	height: 169px;
}
dl.landscape-2 {
	width: 235px;
}
.landscape-2 img,
img.landscape-2 {
	background: url(../img/bgs/border-img-225x169.png) 0 0 no-repeat;
	width: 225px;
	height: 169px;
}
dl.portrait-1 {
	width: 235px;
}
.portrait-1 img,
img.portrait-1 {
	background: url(../img/bgs/border-img-225x300.png) 0 0 no-repeat;
	width: 225px;
	height: 300px;
}
dl.portrait-2 {
	width: 179px;
}
.portrait-2 img,
img.portrait-2 {
	background: url(../img/bgs/border-img-169x225.png) 0 0 no-repeat;
	width: 169px;
	height: 225px;
}
dl.portrait-3 {
	width: 136px;
}
.portrait-3 img,
img.portrait-3 {
	background: url(../img/bgs/border-img-126x169.png) 0 0 no-repeat;
	width: 126px;
	height: 169px;
}
/* Square */
#photo-index.square-1 dt {
	width: 225px;
	height: 225px;
	background: #fff;
    border: 1px solid #E6E4E5;
	text-align: center;
	overflow: hidden;
	margin-bottom: 8px;
}
#photo-index.square-1 dt a {
	display: block;
	width: 225px;
	height: 225px;
}
#photo-index.square-1 dl.photo img,
img.square-1 {
	background: none;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/* gallery */
#photo-index dl.photo {
	width: 235px;
}
.photo-block {
	clear: both;
	overflow: hidden;
}
#photo-index dl.photo img {
	background: url(../img/bgs/border-img-225x169.png) 0 0 no-repeat;
	width: 225px;
	height: 169px;
}
#photo-index dl.photo {
	float: left;
	position: relative;
	display: inline-block;
	margin: 3px 10px 15px 0;
}
.nav-col-subcol #photo-1,
.nav-col-subcol #photo-3,
.nav-col-subcol #photo-5,
.nav-col-subcol #photo-7,
.nav-col-subcol #photo-9,
.nav-col-subcol #photo-11,
.nav-col-subcol #photo-13,
.nav-col-subcol #photo-15,
.nav-col-subcol #photo-17,
.nav-col-subcol #photo-19 {
	clear: left;
}
/* Different image sizes */
#photo-index.landscape-1 dl.photo img {
	background: url(../img/bgs/border-img-225x128-gallery.png) 0 0 no-repeat;
	width: 225px;
	height: 128px;
}
#photo-index.landscape-1 dd.zoom {
	top: 107px;
}
#photo-index.portrait-1 dl.photo img {
	background: url(../img/bgs/border-img-225x300.png) 0 0 no-repeat;
	width: 225px;
	height: 300px;
}
/* gallery 3 columns */
.nav-col #photo-index dl.photo {
	margin: 3px 29px 15px 0;
}
.nav-col .photo-block #photo-3,
.nav-col .photo-block #photo-6,
.nav-col .photo-block #photo-9,
.nav-col .photo-block #photo-12,
.nav-col .photo-block #photo-15,
.nav-col .photo-block #photo-18,
.nav-col .photo-block #photo-21,
.nav-col .photo-block #photo-24,
.nav-col .photo-block #photo-27,
.nav-col .photo-block #photo-30 {
	margin-right: 0;
}

/* zoom on full width photos on job profile */
.nav-col-col .landscape-0 dd.zoom {
    bottom: 30px;
    right: 2px;
    top: auto;
}

/* hover */
.photo a:hover img,
a:hover img.photo,
.landscape-1 a:active img,
a:active img.photo,
.photo a:focus img,
a:focus img.photo {
	background-position: 0 100% !important;
}
/* zoom icon different formats */
.photo dd.zoom {
	position: absolute;
	right: 5px;
}
.square-1 .photo dd.zoom {
	right: 9px;
}
.photo dd.zoom a {
	display: block;
	background: url(../img/icons/zoom.png) 0 0 no-repeat;
	width: 18px;
	height: 18px;
	text-indent: -999px;
}
.photo dd.zoom,
.landscape-1 dd.zoom {
	top: 149px;
}
.landscape-2 dd.zoom {
	top: 149px;	
}
.landscape-0 dd.zoom {
	top: 1px;
	right: 0;
}
.portrait-1 dd.zoom {
	top: 282px;	
}
.portrait-2 dd.zoom {
	top: 207px;
}
.portrait-3 dd.zoom {
	top: 150px;
}
.square-1 dd.zoom {
	top: 205px;
}
/* sublines */
.photo dd {
	display: block;
	margin: 1px 4px 0 4px;
	padding: 0;
	font-size: 110%;
}
.photo dd.longdesc {
	display: none;
}


/* PHOTO GALLERY
-------------------- */
/* lightbox*/
.mask {
	position: absolute;
	z-index: 999;
	background-color: #000;
	width: 100%;
}
.loading-mask {
	background: #000 url(../img/bgs/lb-loading.gif) no-repeat fixed center;
}
.showbox {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	padding: 0 0 20px 0;
	outline: none;
}
.showbox-box {
	margin-top: 60px;
}
.showbox-head {
	background-color: #fff;
	width: 400px;
	min-width: 10em;
	margin: 0 auto 30px;
	padding: 10px 0;
	font-size: 120%;
	font-weight: bold;
}
.showbox .close-button {
	overflow: hidden;
	background: url(../img/bgs/showbox-close.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute;
	top: 80px;
	right: 20px;
	padding:0;
	height: 51px;
	width: 51px;
	display: block;
	text-indent: -9999px;
}
html > body .showbox .close-button.a11y-focus-widget {
	outline: 1px dotted #666;
}
html > body .showbox .close-button { /* not ie 6 */
	top: 50px;
	right: -10px;
}
.showbox-toolbar {
	top: -15px;
	right: -15px;
	position: absolute;
	z-index: 2001;
}
.showbox .content-box {
	position: relative;
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}
.showbox .content-box-box {
	position: relative;
	padding: 61px 10px 10px 10px;
	background-color: #fff;
	z-index: 999;
}
html > body .showbox .content-box-box { /* not ie 6 */
	padding-top: 30px;
}
.showbox .multimedia-box {
	overflow: hidden;
	background: #f2f2f2;
}
.showbox .multimedia-box iframe {
	position: relative;
	zoom: 1;
}
.showbox .multimedia-box img {
	margin: 0 auto;
}
.showbox a.a11y-focus-key {
	outline: 3px solid #07658c !important;
}
.showbox a.controls {
	position: absolute;
	z-index: 99999;
	top: 150px;
	overflow: hidden;
	background: #fff url(../img/bgs/lightbox-paging.png) 14px 9px no-repeat;
	width: 15px;
	height: 35px;
	padding: 0 10px;
	text-indent: -9999em;
	font-size: 500%;
	cursor: pointer;	
}
.showbox a.controls:focus,
.showbox a.controls:active {
	outline: none;
}
.showbox a.prev {
	left: 0;
}
.showbox a.next {
	right: 0;
	background-position: 8px -121px;
}
.showbox a.controls.ui-disabled {
	display: none;
}
.showbox .text-content {
	position: relative;
}

html > body .showbox .text-content { /* not ie 6 */
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 9px;
}
.showbox .text-content-box {
	background: url(../img/bgs/black-70.png) 0 0 repeat;
	padding: 10px 15px;
	font-size: 120%;
}
.showbox .text-content h2 {
	padding: 5px 0 10px 0;
	font-size: 120%;
	color: #fff;
}
.showbox .text-content p,
.showbox .text-content li {
	font-size: 100%;
	color: #c4c4c4;
}
.showbox .text-content li {
	list-style: none;
}

.form-box .form-content-box {
	padding: 10px;
	width: 520px;
	min-height: 300px;
	height: 300px;
	background: #fff;
	overflow-y: auto;
	position: relative;
}
.loading-form-box .form-content-box {
	
	background: #fff url(../img/bgs/lb-loading.gif) no-repeat fixed center;
}
.form-content-box #main {
	width: 490px !important;
}

.form-content-box #page-intro p {
	width: 100% !important;
}

/* 
SPECIAL MODULES
-------------------- */

/* TAGCLOUD
---------------- */
#main .tagcloud ul {
	position: relative; /* ie 6 */
	margin: 0;
	text-align: center;
}
.nav-col-subcol #main .tagcloud h2 {
	float: none;
	width: auto;
}
#main .tagcloud li {
	display: inline;
	height: 22px;
	margin: 0 5px 0 0;
	list-style: none;
	vertical-align: middle;
	font-size: 100%;
}
#main .tagcloud li a {
	font-size: 140%;
	line-height: 1.3em;
	color: #666;
	vertical-align: middle;
}
#main .tagcloud li.level-2 a {
	font-size: 180%;
	color: #797777;
}
#main .tagcloud li.level-3 a {
	font-size: 220%;
	font-weight: bold;
	color: #7a7676;
}
#main .tagcloud li.level-4 a {
	font-size: 260%;
	font-weight: normal;
	color: #afafaf;
}
#main .tagcloud li.level-5 a {
	font-size: 300%;
	font-weight: normal;
	color: #989898;
}
#main .tagcloud li a:hover {
	text-decoration: none;
	color: #000;
}
#main .tagcloud li em {
	font-style: normal;
}




/* ACCORDIONS
-------------------- */
.panel-group {
	clear: both;
	overflow: hidden;
	zoom: 1; 
	background: #e4e2e2;
	margin: 0 0 20px;
}
.panel-group .teaser {
	background: none;
	float: none;
	padding: 0;
}
.panel-group .teaser-box {
	width: 460px;
}
.panel {
	overflow: hidden;
	zoom: 1;/* IE6 */
	position: relative; /* IE6 & IE 7*/
}
.panel-box {
	margin: 10px 10px 0 10px; /* IE 7 + 8*/
	padding: 0 0 10px 0; /* IE 6 */
}
.panel-group h2.panel-button {
	background: #707e89 url(../img/bgs/accordion.png) 0 0 repeat-x;
	color: #dfdfdf;
	color: #666;
	font-size: 150%;
	position: relative;
	zoom: 1;
	
}
.js-on .panel-group h2.panel-button {
	cursor: pointer;
	outline-offset: -5px;
}
.js-on .contact-overview .panel-group h2.panel-button {
	cursor: default;
}
.panel-group .panel-button span,
.panel-group .panel-button a {
	display: block;
	padding: 15px;
	overflow: hidden;
	zoom: 1;
	color: #ced7e0;
	color: #666;
}
.panel-group .js-selected span,
.panel-group .js-selected a {
	color: #6e6d6d;
}
.st-panel-group  .panel-button span {
	padding-left: 45px;
	background: 10px 10px no-repeat;
}
.panel-group .panel-button a:hover,
.panel-group .panel-button a:focus,
.panel-group .panel-button a:active {
	text-decoration: none;
}
.panel-group .panel-button span span,
.panel-group .panel-button a span {
	padding: 0;
	float: left;
	font-size: 78%;
	font-weight: bold;
	text-transform: uppercase;
}
.panel-group .panel-button span span {
	width: 340px;
}
.panel-group .panel-button em {
	float: right;
	font-size: 78%;
	padding: 0 30px 2px 0;
	font-style: normal;
	background: url(../img/icons/icon-sprites.png) 98% -900px no-repeat;
}
#main .panel-group .mod .teaser-box h2, /* without image */
#main .panel-group .teaser-box h2 { /* IE6  with image */
	width: auto;
	float: none;
}
#main .panel-group > .teaser-box h2 {
	width: 168px;
	float: right;
}
#main .panel-group ul {
	margin: 0 0 10px 15px;
}
#wrapper .panel-group .teaser-box,
#wrapper .panel-group .teaser {
	width: auto;
	padding: 0;
	margin: 0;
	float: none;
	background: none;
}
#wrapper .panel-group .teaser-box p em.more {
	display: block;
}
#wrapper .panel-group .teaser-box p em.more a {
	overflow: hidden;
	background-position: 0 -133px;
}
/* Panels Stage Icons */
#wrapper #stage-panel .panel-button span span {
	background: none;
}
#stage-panel .panel-button span {
	background-position: 8px 6px;
	background-repeat: no-repeat;
}
#stage-panel .panel-button span span {
	width: auto;
}
#stage-panel .panel-button span:hover {
	background-position: 8px -94px;
}
#stage-panel .panel-button.js-selected span {
	background-position: 8px -194px;
}




/* CAROUSELS
-------------------- */
/* ###   TW-SWITCHERS ### */
/* default tw-switcher */
.photogroup-wrapper,
.tw-switcher {
	position: relative;
	/* Safari */
	clear: both;
	background: url(../img/bgs/teaser-shadow.jpg) 50% 100% no-repeat;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
} 
.photogroup-wrapper {
	background: none;
	margin: 0;
	padding: 0 0 10px;
}
.photogroup-wrapper .pg-rack,
.tw-switcher .rack {
	margin: 0 14px;
	overflow: hidden;
	width: 460px; /* IE 6 */
}
.photogroup-wrapper .pg-rack {
	width: auto;
	zoom: 1;
}
.photogroup-wrapper .pg-rack-design,
.tw-switcher .rack-design {
	overflow: hidden;
}
#main .tw-switcher .pager {
	margin: 0;
}
.photogroup-wrapper .pg-pager div,
.photogroup-wrapper .pg-pager span,
.tw-switcher .pager div,
.tw-switcher .pager span {
	position: absolute;
	top: 0px;
	width: 3px;
	height: 3px;
	z-index: 99;
	width: 27px;
	height: 160px;
	background: url(../img/bgs/blank.gif);
}
.photogroup-wrapper .pg-pager div,
.photogroup-wrapper .pg-pager span {
	height: 112px;
}
.photogroup-wrapper .pg-pager span,
.tw-switcher .pager span {
	pointer-events: none;
	background: url(../img/bgs/carousel-arrows.png) -29px -555px no-repeat;
}
.photogroup-wrapper .pg-pager span.show,
.tw-switcher .pager span.show {
	background-position: -28px -355px;
}
.photogroup-wrapper .pg-pager .pg-next span,
.tw-switcher .pager .next span {
	background-position: -102px -555px;
}
.photogroup-wrapper .pg-pager .pg-next span.show,
.tw-switcher .pager .next span.show {
	background-position: -102px -355px;
}
.photogroup-wrapper .pg-pager span.show,
.tw-switcher .pager span.show {
	pointer-events: auto;
	cursor: pointer;
}
.photogroup-wrapper .pg-pager .pg-prev,
.photogroup-wrapper .pg-pager .pg-prev span,
.tw-switcher .pager .prev,
.tw-switcher .pager .prev span {
	left: -2px;
}
.photogroup-wrapper .pg-pager .pg-next,
.photogroup-wrapper .pg-pager .pg-next span,
.tw-switcher .pager .next,
.tw-switcher .pager .next span {
	right: 0;
}

.photogroup-wrapper .pg-pager  span.over,
.photogroup-wrapper .pg-pager  span:hover,
.tw-switcher .pager span.show.over,
.tw-switcher .pager span.show:hover {
	background: url(../img/bgs/carousel-arrows.png) -28px -355px no-repeat;
}
.photogroup-wrapper .pg-pager .pg-next  span.over,
.photogroup-wrapper .pg-pager .pg-next  span:hover,
.tw-switcher .pager .next span.show.over,
.tw-switcher .pager .next span.show:hover {
	background-position: -102px -355px;
}
.photogroup-wrapper dl.photo {
	float: left; 
	margin: 0 4px;
	height: 112px;
	width: auto;
	display: inline !important;
	clear: none !important;
}
.photogroup-wrapper dl.photo img{
	height: 112px;
	padding: 0;
	width: auto;
	background: none;
}
.photogroup-wrapper dl.photo dd {
	display: none;
}
.tw-switcher .rack-teaser {
	position: relative;
	display: inline; /* IE 6 */
	float: left;
	margin: 0 4px 0 0;
	padding: 120px 0 2px;
	width: 150px;
}
.tw-switcher .rack-teaser h2,
.tw-switcher .rack-teaser p {
	padding: 0 3px 0 2px;
}
.tw-switcher .rack-teaser img {
	position: absolute;
	top: 0;
	width: 146px;
	height: 112px;
	padding: 3px;
	background: url(../img/bgs/carousel-normal.png) 0 0 no-repeat;
}
.tw-switcher .rack-teaser a:hover img,
.tw-switcher .rack-teaser a:focus img,
.tw-switcher .rack-teaser a:active img {
	background-position: 0 -278px;
}
#main .tw-switcher .rack-teaser h2 {
	font-size: 180%;
}
/* stage-carousel */
.tw-stage-switcher {
	margin: 0 7px 0 8px;
	width: 965px;
	position: relative;
}
.js-on .tw-stage-switcher {
	height: 412px;
}
.tw-stage-switcher .rack-wrapper {
	width: 955px;
	background: url(../img/bgs/stage-carousel.png) 0 0 no-repeat;
	overflow: hidden;
	padding: 5px 5px 45px 5px;
}
.tw-stage-switcher .rack {
	width: 955px;
	overflow: hidden;
}
.js-on .tw-stage-switcher .rack {
	height: 366px;
}
.hcm .tw-stage-switcher .rack {
	overflow: auto !important;
	height: 390px;
}
.tw-stage-switcher .pager span {
	position: absolute;
	top: 169px;
	display: block;
	width: 28px;
	height: 40px;
	background: url(../img/bgs/carousel-arrows.png) -38px -200px no-repeat;
	z-index: 9;
	zoom: 1;
}
.tw-stage-switcher .pager span.show {
	cursor: pointer;
	background-position: -38px 0;
}
.tw-stage-switcher .pager .prev span {
	left: -8px;
}
.tw-stage-switcher .pager .next span {
	right: -8px;
	background-position: -96px -200px;
}
.tw-stage-switcher .pager .next span.show {
	background-position: -96px 0;
}
.tw-stage-switcher .rack-teaser {
	position: relative;
	display: inline;
	overflow: hidden;
	float: left;
	margin: 0 4px 0 0;
	width: 955px;
	height: 365px;
}
.tw-stage-switcher .rack-teaser:last-child {
	margin-right: 0;
}
.tw-stage-switcher .rack-teaser.last-child-rt {
	margin-right: 0;
}
#home #stage .tw-stage-switcher .rack-teaser img {
	width: 955px;
	height: 366px;
}
/* enhanced Carousel on homepage and non-homepage-sites */
div.tw-enhancedswitcher {
	clear: both;
	position: relative;
	float: none;
	margin: 0 0 15px 0;
	border: 0;
	padding: 0;
	height: auto;
	width: 790px;
}
#home div.tw-enhancedswitcher {
	clear: none;
	float: right;
	width: 636px;
	background: url(../img/bgs/teaser-head.png) 0 0 no-repeat;
	margin-top: 0;
}
div.tw-enhancedswitcher h3 { 
	margin: 10px 0 5px 0;
	border-top: 4px solid #b3b3b3;
	padding: 5px 0 2px 0;
	color: #000;
	font-size: 200%;
}
#main div.tw-enhancedswitcher .pager {
	/*
	 * position: relative;
	 * top: 0;
	 * right: 0;
	 */
	display: none;
	overflow: visible;
	
	margin: 0;
	z-index: 9;
}

#home div.tw-enhancedswitcher .tw-head {
	position: absolute;
	top: 0;
	right: 0;
	width: 630px;
	height: 150px;
	background: url(../img/bgs/teaser-head.png) 100% 0 no-repeat;
}
.js-on #main div.tw-enhancedswitcher .pager {
	display: block;
}
div.tw-enhancedswitcher .next,
div.tw-enhancedswitcher .prev {
	position: absolute;
	top: 0;
	border-left: none;
	z-index: 99;
}
div.tw-enhancedswitcher .prev {
	left: -4px;
}
div.tw-enhancedswitcher .next {
	right: -4px;
}
#home div.tw-enhancedswitcher .prev {
	left: 15px;
}
#home div.tw-enhancedswitcher .next {
	right: 8px;
}
div.tw-enhancedswitcher span {
	position: relative;
	display: block;
	background: url(../img/bgs/carousel-arrows.png) -29px -535px no-repeat;
	width: 26px;
	height: 150px;
	text-indent: -9999px;
	z-index: 99;
}  
div.tw-enhancedswitcher .next span {
	background-position:  -102px -535px;
}
div.tw-enhancedswitcher span.show {
	cursor: pointer;
}
div.tw-enhancedswitcher .prev span.show {
	background-position: -29px -335px;
}
div.tw-enhancedswitcher .next span.show {
	background-position: -102px -335px;
}

div.tw-enhancedswitcher .rack {
	width: 770px;
	margin: 0;
	padding-left: 10px;
} 
#home div.tw-enhancedswitcher .rack {
	padding-top: 15px;
	width: 587px;
}
.js-on div.tw-enhancedswitcher .rack {
	margin-left: 10px;
	padding-left: 0;
}
.js-on #home div.tw-enhancedswitcher .rack {
	margin-left: 25px;
}
.js-on div.tw-enhancedswitcher .rack {
	height: 171px;
	overflow: hidden;
	min-height: 17em;
}
.js-on #home div.tw-enhancedswitcher .rack {
	height: 136px;
	overflow: hidden;
	min-height: 13.4em;
}
.hcm div.tw-enhancedswitcher .rack {
	overflow: auto !important;
	height: 195px;
	min-height: 19.5em;
}
.hcm #home div.tw-enhancedswitcher .rack {
	height: 160px;
	min-height: 16em;
}
div.tw-enhancedswitcher .rack-teaser {
	overflow: hidden;
	position: relative;
	background: #003a55 url(../img/bgs/border-img-244x157.png) 0 0 no-repeat;
	float: left;
	width: 244px;
	height: 157px;
	min-height: 15.6em;
	border: none;
	display: inline;
	margin: 0 0 5px 2px;
	padding: 5px 5px 4px 5px;
	color: #fff;
}
div.tw-enhancedswitcher .rack-teaser:hover,
div.tw-enhancedswitcher .rack-teaser.over-teaser {
	background-position: 0 -387px;
}
#home div.tw-enhancedswitcher .rack-teaser {
	background-image: url(../img/bgs/border-img-278x126.png);
	margin: 0 0 5px 5px;
	width: 280px;
	height: 126px;
	min-height: 12.4em;
}
#home div.tw-enhancedswitcher .rack-teaser:hover,
#home div.tw-enhancedswitcher .rack-teaser.over-teaser {
	background-position: 0 -364px;
}
.em-increased-1 div.tw-enhancedswitcher .rack-teaser,
.em-increased-1 #home div.tw-enhancedswitcher .rack-teaser {
	background-image: none;
}
.js-on div.tw-enhancedswitcher .rack-teaser {
	cursor: pointer;
}
div.tw-enhancedswitcher .rack-teaser:last-child {
	margin-right: 2px;
}
div.tw-enhancedswitcher .rack-teaser.last-child-rt {
	margin-right: 2px;
}
#home div.tw-enhancedswitcher .rack-teaser:last-child {
	margin-right: 0;
}
#home div.tw-enhancedswitcher .rack-teaser.last-child-rt {
	margin-right: 0;
}
#home div.tw-enhancedswitcher .rack-teaser:first-child {
	margin-left: 2px;
}
/* IE 6 only : IE6 
div.tw-switcher .rack-teaser.first-child {
	margin-left: 5px;
}
*/
.js-off div.tw-enhancedswitcher .rack-teaser:nth-child(3n+1) {
	margin-left: 0;
}
.js-off #home div.tw-enhancedswitcher .rack-teaser:nth-child(2n+1) {
	margin-left: 0;
}
div.tw-enhancedswitcher .rack-teaser img {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	float: left;
	width: 244px;
	height: 157px;
	margin: 0;
	border: none;
	opacity: 0.4;
}  
#home div.tw-enhancedswitcher .rack-teaser img {
	width: 280px;
	height: 126px;
}
div.tw-enhancedswitcher .rack-teaser div.rack-teaser-box {
	padding: 8px 12px 12px;
	height: 1%;
	position: relative;
	z-index: 9;
	background: transparent none;
}
div.tw-enhancedswitcher .rack-teaser .rt-content {
	position: absolute;
	padding: 0 12px 0 0;
	margin: 0;
	overflow: hidden;
	font-size: 90%;
}
.js-on div.tw-enhancedswitcher .rack-teaser img {
	opacity: 1;
}
.js-on div.tw-enhancedswitcher .rack-teaser div.rack-teaser-box {
	top: 50px;
}
.js-on #home div.tw-enhancedswitcher .rack-teaser div.rack-teaser-box {
	top: 34px;
}
.js-on div.tw-enhancedswitcher .rack-teaser .rt-content {
	clip: rect(auto auto 0 auto); /* IE6/7 need comma-less syntax */
	opacity: 0;
}
#wrapper div.tw-enhancedswitcher .links {
	border-top: 1px solid #516b84;
	padding: 8px 0 0;
}
#wrapper div.tw-enhancedswitcher .links li {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 106px;
	padding: 0 2px 1px 0;
	list-style: none;
}
#home #wrapper div.tw-enhancedswitcher .links li {
	width: 120px;
}
#wrapper div.tw-enhancedswitcher .links a {
	display: block;
	padding-left: 10px;
	background: url(../img/icons/icon-sprites.png) 0 -468px no-repeat;
	color: #fff;
}
#wrapper-2 #wrapper-3 div.tw-enhancedswitcher .rack-teaser h2 {
	font-weight: normal;
	zoom: 1;
	font-size: 300%;
}
#wrapper-2 #wrapper-3 div.tw-enhancedswitcher .rack-teaser h2 a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 100%;
}
.opener img {
	border: 2px solid lime;
	padding: 10px;
	background: url(../img/bgs/body.jpg);
}

.ui-state-disabled { 
	cursor: default !important; 
	opacity: 0.7;
}
/* Common Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable

/* Common Slider */
.ui-slider { 
	position: relative; 
	text-align: left;
}
.ui-slider .ui-slider-handle { 
	position: absolute; 
	top: 0;
	z-index: 2;
	cursor: default; 
}
.ui-slider .ui-slider-range { 
	top: 0; 
	left: 0; 
	position: absolute; 
	z-index: 1; 
	display: block; 
	border: 0; 
}




/* UI-Video */
.player-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	zoom: 1;
	font-size: 0;
	line-height: 0;
}
.wraps-fullscreen .player-controls {
	z-index: 999999;
}
.jme-flashbutton-wrapper .player-controls {
	pointer-events: none;
}
.jme-flashbutton-wrapper .pc-box > *:not(.fullscreen) {
	pointer-events: auto;	
}
.media-state {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bgs/lb-loading.gif) no-repeat -100px -100px;	
}

html > body .media-state {
	height: auto;
	top: 0;
	bottom: 40px;	
}
.idle .media-state {
	display: block;
	background: url(../img/bgs/play-button-ie6.png) no-repeat center;
	cursor: pointer;
}
html > body .idle .media-state {
	background-image: url(../img/bgs/play-button.png);
}
.waiting .media-state {
	display: block;
	background: url(../img/bgs/lb-loading.gif) no-repeat center;	
}

.player-controls .pc-box {
	position: relative;
	z-index: 9;
	bottom: 0;
	overflow: hidden;
	padding: 0 190px 0 50px;
	zoom: 1;
	height: 40px;
	background: #ebebeb;
}
.player-controls button {
	position: absolute;
	top: 0;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	overflow: visible;
	cursor: pointer;
	background: #ebebeb;
	font-size: 0;
	line-height: 0;
}
.player-controls button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}
.player-controls span.ui-icon {
	display: block;
	width: 40px;
	height: 40px;
	background: #ebebeb url(../img/bgs/player-controls.png) 0 80px no-repeat;
}
.player-controls button.play-pause {
	left: 0;
	border-right: 1px solid #cac8c9;
}
.player-controls button span.ui-icon-pause {
	background-position: 0 0;
}
.player-controls button span.ui-icon-play {
	background-position: 0 -40px;
}
.player-controls button.fullscreen {
	right: 135px;
	border-left: 1px solid #cac8c9;
}
.player-controls button.fullscreen span.ui-icon {
	background-position: 0 -159px;
}
.player-controls button.mute-unmute {
	right: 90px;
	border-left: 1px solid #cac8c9;
}
.player-controls span.ui-icon-volume-on {
	background-position: 0 -80px;
}
.player-controls span.ui-icon-volume-off {
	background-position: 0 -120px;
}
.timeline-progress-wrapper {
	position: relative;
	top: 14px;
}
.timeline-slider {
	cursor: pointer;
	height: 12px;
	z-index: 999;
}
.timeline-slider .ui-slider-range {
	top: 5px;
	height: 2px;
	background: #019be1;
	z-index: 999;
}
.timeline-slider .ui-slider-handle {
	top: 5px;
	width: 2px;
	height: 2px;
	background: #019be1;
	z-index: 999;
}

.mm-progressbar {
	position: absolute;
	top: 5px;
	height: 2px;
	width: 100%;
	background: #c9c9c9;
	font-size: 0;
	line-height: 0;
}
.mm-progressbar .ui-progressbar-value {
	background: #b5c4cb;
}

.vs-wrapper {
	position: absolute;
	top: 15px;
	right: 10px;
	border: 1px solid #7e7e7e;
	padding: 2px;
	width: 70px;
	font-size: 0;
	line-height: 0;
}
.volume-slider {
	height: 5px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}
.ui-slider-range {
	height: 5px;
	background: #7e7e7e;
	font-size: 0;
	line-height: 0;
}

/*IE6 fullscreen */
.fullscreen-inside,
.fullscreen-inside body {
	overflow: hidden !important;
	position: relative;
	height: 100%;
	width: 100%;
}
.video-in-fullscreen {
	position: absolute !important;
	z-index: 999999 !important;
}
.video-in-fullscreen .media-element-box {
	position: absolute !important;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

#result-filter.slider .jspContainer {
	overflow: hidden;
	position: relative;
}

#result-filter.slider .jspPane {
	position: absolute;
}

#result-filter.slider .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

#result-filter.slider .jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

#result-filter.slider .jspVerticalBar *,
#result-filter.slider .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

#result-filter.slider .jspCap {
	display: none;
}

#result-filter.slider .jspHorizontalBar .jspCap {
	float: left;
}

#result-filter.slider .jspTrack {
	background: #ccc;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#result-filter.slider .jspDrag {
	background: #ddd;
	position: relative;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../img/icons/js-drag.png) center top no-repeat;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#result-filter.slider .jspDrag .jspDragLeft {
	height: 13px;
	background: url(../img/icons/js-drag-left.png) left top no-repeat;
}
#result-filter.slider .jspDrag .jspDragRight {
	height: 13px;
	margin-top: -13px;
	background: url(../img/icons/js-drag-right.png) right top no-repeat;
}

#result-filter.slider .jspHorizontalBar .jspTrack,
#result-filter.slider .jspHorizontalBar .jspDrag {
	float: left;
	height: 13px;
}

#result-filter.slider .jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

#result-filter.slider .jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

#result-filter.slider .jspVerticalBar .jspArrow {
	height: 16px;
}

#result-filter.slider .jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

#result-filter.slider .jspVerticalBar .jspArrow:focus {
	outline: none;
}

#result-filter.slider .jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html #result-filter.slider .jspCorner { /* IE6 double Margin Bug */
	margin: 0 -3px 0 0;
}


/* press pages */
#main .press-list li {
	float: none; 
	clear: both;
	overflow: hidden;
	height: 1%; /* ie 6 */
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	width: auto;
}
#main .press-list li li,
#main .press-list li p,
#main .press-list li h3,
#main .press-list li h3 {
	float: none;
	clear: none;
	margin: 0;
	list-style: none;
	font-size: 120%;
	font-weight: normal;
}
.nav-col-subcol #main .press-list h2 {
	width: auto;
	float: none;
	font-weight: bold;
}
#wrapper-4 #main .press-list img {
	float: left;
	background: url(../img/bgs/border-img-77x47.png) 0 0 no-repeat;
	width: 77px;
	height: 47px;
	margin: 0 10px 0 0;
	padding: 5px;
}
#wrapper-4 #main .press-list a:hover img,
#wrapper-4 #main .press-list a:active img,
#wrapper-4 #main .press-list a:focus img {
	background-position: 0 100%;
}
#main .press-list h3,
#main .press-list h3,
#main .press-list .date {
	display: block;
	padding: 0 0 3px 0;
}
#main .press-list p.all {
	clear: both;
}
#main .press-list p.all a {
	font-weight: normal;
}

#press-overview #main .press-list {
	background: none;
}
#press-overview .press-list h2 {
	display: none;
}
#press-overview #main .press-list .pager h3 {
	font-size: 120%;
}

#press-overview #main .press-list ul {
	width: 100%;
	background: none;
	margin: 5px 0 10px 0;
	border-top: 1px solid #e4e2e2;
	padding: 15px 0 0 0;
}
#press-overview #main .press-list .pager ul {
	width: 100%;
	background: none;
	margin: 0;
	border-top: 0;
	padding: 0;
}
#press-overview #main .press-list li {
	width: 100%;
	font-size: 100%;
	float: left;
	clear: both;
	margin-bottom: 13px;
	border-bottom: 1px solid #e4e2e2;
	padding-bottom: 10px;
}
#press-overview #main .press-list .pager li {
	width: auto;
	clear: none;
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
	font-size: 120%;
}
#press-overview #main .press-list li:last-child {
	margin-bottom: 10px;
}
#press-overview #main .press-list ul ul {
	border: none;
	margin: 0;
	padding: 0;
}
#press-overview #main .press-list li li {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
#press-overview #main .press-list li p.date,
#press-overview #main .press-list li a.ics,
#press-overview #main .press-list li div,
#press-overview #main .press-list li a.download {
	float: left;
}
#press-overview #main .press-list li ul {
	float: right;
}
#press-overview #main .press-list li div.date {
	margin-right: 10px;
    text-align: left;
    width: 130px;
}
#press-overview #main .press-list li div.date p {
	float: left;
	font-weight: bold;
}
#press-overview #main .press-list li div.date em {
	background: url(../img/icons/icon-sprites.png) 60% -2680px no-repeat;
    display: block;
	text-indent: -9999px;
}
#press-overview #main .press-list li a.ics,
#wrapper-2 .vevent dd a.ics {
	display: inline-block;
	width: 13px;
	height: 16px;
	background: url(../img/icons/ics.png) 0 0 no-repeat;
	margin: 0 10px 0 0;
}
#wrapper-2 .vevent dd a.ics {
	margin: 2px 10px -2px 5px;
}
.vevent dd a.ics span {
	display: block;
}
#press-overview #main .press-list li div {
	width: 350px;
}
#press-overview #main .press-list li div h3,
#press-overview #main .press-list li div p {
	width: auto;
	float: none;
	font-weight: normal;
}
#press-overview #main .press-list li div p em.download {
	display: block;
	margin: 4px 0 0 0;
	font-style: normal;
}
#press-overview #main .press-list li div p em.download a {
	background: url(../img/icons/icon-sprites.png) 0 -265px no-repeat;
	padding-left: 15px;
}
#press-overview #main .press-list li div h3 {
	font-weight: bold;
	line-height: 1.2em;
}
#press-overview #main .press-list li a.download {
	margin-right: 10px;
	background: url(../img/icons/icon-sprites.png) 0 -264px no-repeat;
	padding: 2px 0 0 15px;
	font-size: 110%;
	font-weight: normal;
}
#press-overview #main .press-list li ul {
	width: 90px;
}
#press-overview #main .press-list .languages {
	width: 100% !important;
}
#press-overview #main .press-list .languages li {
	background: #24aadf;
	float: left;
	clear: none;
	width: auto;
	list-style: none;
	margin: 0 2px;
	padding: 1px 2px;
	border: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
#press-overview #main .press-list .languages li a {
	color: #fff;
}
#press-overview #main .press-list .languages li abbr {
	border: 0;
}

/* filter form */
#press-overview #main fieldset {
	background: transparent;
	margin: 0;
	padding: 0;
}




#press-article #main h1 {
	color: #333;
	text-transform: none;
	font-size: 200%;
	font-weight: 400;
	font-style: normal;
	line-height: 26px;
	margin: 20px 0 15px;
}

#press-article #main h2 {
	color: #666;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	line-height: 17px;
}

#press-article #main .date {
	display: block;
	color: #666;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	line-height: 17px;
	margin: 10px 0 10px;
}

#press-article .img-box {
	clear: both;
	background: #F4F8FB;
	border-bottom: 1px solid #dedede;
	padding: 5px;
	margin: 0 0 20px;
}



/*
 latest news paragraph
*/

.news-list .adHoc,
.press-list .adHoc {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #F1F6FA;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news-list .adHocMessage,
.press-list .adHocMessage {
    color: #F58521;
    font-size: 95%;
    font-weight: bold;
    text-transform: uppercase;
}

.news-list .teaser-box .itemList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list .itemDisplayCell {
    font-weight: bold;
    margin-bottom: 10px;
}

.news-list .itemDisplayCell a .date {
    font-size: 95%;
    color: #555;
}

.news-list .itemDisplayCell a h4 {
    font-size: 95%;
}

.news-list .itemDisplayCell a h4:hover {
    text-decoration: underline;
}

#extras .box.news-list h2 {
    color: #666;
    margin: 0 0 4px
}

#extras .box.news-list .box-box {
    padding: 9px 12px 0 0;
}

#extras .teaser-box .itemList {
    list-style: none;
    margin: 0;
    padding: 0;
}
#extras .news-list .itemDisplayCell {
    font-weight: bold;
    margin-bottom:10px;
    list-style:none;
    font-size: 123.5%
}

#extras .news-list .itemDisplayCell a .date {
    font-size: 95%;
    color:#555;
    padding:3px 3px 0 0
}
#extras .news-list .itemDisplayCell a h4 {
    font-size: 95%;
}
#extras .news-list .itemDisplayCell a h4:hover {
    text-decoration:underline;
}

/* IE6 bugfix */
* html .advancedSearchPanelGroup .selector a {
	position: relative;
}

.teaser-search-box .quickSearchHeader {
	font-weight: bold;
}

/* Press section page */
#section .press-stage {
	background: url("../img/bgs/page-intro.png") no-repeat;
	background: url("../img/bgs/press-stage.gif") bottom left no-repeat;
	float: left;
	clear: both;
	padding: 0 16px 24px;
	margin-bottom: 20px;
	width: 760px !important;
}

#section .press-stage .press-teaser {
	float: left;
	width: 490px;
	margin: 0 20px 0 0;
}

#section .press-stage .press-teaser a img {
	float: left;
	width: 300px;
	padding: 0 8px 8px 0;
	margin-top: 3px;
}

#section .press-stage .press-teaser p {
	display: inline;
	width: 180px;
	font-size: 110%;
}

#section .press-stage .press-teaser h2 {
	font-size: 150%;
	margin-bottom: 4px;
}

#section .press-stage .press-teaser p em.more {
	font-size: 110%;
	text-transform: none;
	display: block;
}

#section .press-stage .press-teaser p em.more a {
	background: url("../img/icons/icon-sprites.png") no-repeat 0 -2082px;
	font-size: 90%;
	padding-left: 10px;
	font-weight: normal;
}

#section .press-stage .press-list {
	float: left;
	width: 240px;
	margin-left: 10px;
}

#section .press-stage .press-teaser em,
#section .press-stage .press-list h2 {
	display: block;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #959595;
	padding-bottom: 8px;
}

#section .press-stage .press-list ul {
    clear: both;
    float: none;
    font-size: 100%;
    height: 1%;
    list-style: none outside none;
    margin: 0 0 8px;
    overflow: hidden;
    padding: 0;
    width: auto;
}

#section .press-stage .press-list ul li {
	font-weight: normal;
	list-style: none;
	margin: 0 0 8px;
}

#section .press-stage .press-list p.date {
    font-size: 85%;
    font-weight: bold;
	padding: 0;
	color: #959595 !important;
	margin: 0;
}

#section .press-stage .press-list .adHocMessage,
#section .press-stage .press-list h4 {
    font-size: 85%;
    font-weight: normal;
	padding: 0;
	margin: 0;
}

.press-stage .press-list h4 {
	padding-bottom: 3px;
}

.press-stage .press-list .button {
	font-size: 140%;
    border: none;
}




/*
 search paragraph
*/
.press-search fieldset {
	border: none;
}
.press-search .panel-group h2.panel-button {
    margin-bottom: 0;
}

.press-search .panel-box {
    margin-left: 0;
}

.press-search {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.press-search input.button {
    font-size: 14px;
}

.press-search #keyword {
    width: 463px;
    height: 20px;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px;
    color: #666;
}

* html .press-search #keyword {	/* IE6 */
	padding: 5px 3px 1px;
}
*+html .press-search #keyword {	/* IE7 */
	padding: 5px 3px 1px;
}
html>/**/body #test .press-search #keyword {	/* IE8 */
    padding /*\**/: 5px 3px 1px\9;
}


.press-search .panel-group {
    position: relative;
    float: left;
    width: 100%;
    background-color: #E7E8E9;
    margin-bottom: 10px;
}

.press-search .formTable {
    background-color: #E7E8E9;
    border: 2px solid #E7E8E9;
    border-style: hidden;
    margin-bottom: 5px !important;
}

.press-search .formTable td {
    border: 2px solid #E7E8E9;
}

.press-search .formTable tr,
.press-search .formTable td {
    border-style: hidden;
}

.press-search .formLabel {
    position: relative;
    float: left;
    width: 23px;
    z-index: 0;
    height: 30px;
    line-height: 32px;
    font-size: 11px;
    color: #000;
}

.press-search .keyword-container {
	margin-top: 10px;
}

.press-search .keyword-container, 
.press-search .search-button-container {
    padding: 0 5px;
    width: 468px;
}

.nav-col-subcol .press-search .search-button-container {
	width: auto;
}

.nav-col-subcol .press-search .showall-button-container {
	padding: 4px;
	text-align: right;
}

.press-search .from-date-container {
    width: 220px;
    padding: 0 0 0 8px;
}

.press-search .to-date-container {
    width: 220px;
    float: right;
}

.press-search .filter-left-container {
    padding: 0 0 0 3px;
    width: 220px;
}

.press-search .filter-right-container {
    padding: 0 3px 0 3px;
    width: 220px;
    float: right
}

.press-search .month-wrapper {
    float: left;
    padding-left: 5px;
}

.press-search .year-wrapper {
    float: right;
    padding-right: 3px;
}

.press-search .dropdown-wrapper .combobox,
.press-search .month-wrapper .combobox,
.press-search .year-wrapper .combobox {
    position: relative;
    float: left;
    z-index: 0;
    width: 220px;
    height: 30px;
    background-color: transparent;
    background-image: url("../img/pressDB/press-db_dropdown_sprites.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
}

.press-search .month-wrapper .combobox {
    width: 110px;
    background-position: 0 -60px;
}

.press-search .year-wrapper .combobox {
    width: 70px;
    background-position: 0 -120px;
}

.press-search .dropdown-wrapper .combobox input,
.press-search .month-wrapper .combobox input,
.press-search .year-wrapper .combobox input {
    font-size: 11px;
    width: 180px;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    margin: 0;
    background-color: transparent;
    background-image: none;
    overflow: hidden;
}

.press-search .month-wrapper .combobox input {
    width: 70px;
}

.press-search .year-wrapper .combobox input {
    width: 35px;
}

.press-search .combobox .cb-design {
    background-color: none;
    background-image: none;
}

.press-search .resultListTop,
.press-search .resultListBottom {
    position: relative;
    float: left;
    width: 100%;
    height: 16px;
    border-bottom: 1px solid #E7E8E9;
    padding-bottom: 10px;
	margin-top: 10px;
}

.press-search .left {
    position: relative;
    float: left;
    width: 110px;
    height: 16px;
    margin: 0;
    padding: 0;
}

.press-search .right {
    position: relative;
    float: left;
	display: inline;
    width: 370px;
    height: 16px;
    margin: 0;
    padding: 0;
}
.press-search .right * {
	position: relative;
	zoom: 1;
}
.press-search .resultsCount {
    position: relative;
    float: left;
    color: #666;
    margin: 0;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
}

.press-search .resultsCountLabel {
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.press-search .resultListPager {
    clear: both;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline;
    height: 16px;
    line-height: 16px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
}

.press-search .resultListPager UL {
    list-style: none;
}

.press-search .resultListPager LI {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-family: arial, helvetica, sans-serif;
}

.press-search .resultListPager a {
    position: relative;
    float: left;
    margin: 0;
    margin-right: 0;
    padding: 0 5px;
    width: auto;
    border-left: 1px solid #BBB;
	zoom: 1 !important;
}

.press-search .resultListPager a.first {
    border-left: 0 solid #BBB;
}

.press-search .resultListPager a.selected {
    color: #666 !important;
    text-decoration: underline !important;
}

.press-search .resultListPager a.dividorDots {
    text-decoration: none;
}

.press-search .resultListPager .label {
    color: #666;
    padding: 0;
    margin: 0;
}

.press-search .resultListTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border-bottom-style: hidden;
}

.press-search  tbody td {
    border-bottom: 1px solid #DDDCDA;
}

.press-search .adHoc {
    padding-top: 0;
    background-color: #F1F6FA;
}

.press-search .adHocMessage {
    color: #F58521;
    font-weight: bold;
    text-transform: uppercase;
}

.press-search .resultListTableLeft {
    width: 120px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-style: hidden;
}

.press-search .resultListTableRight {
    width: 400px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-style: hidden;
}

.press-search h3 a {
    font-size: 12px;
    line-height: 16px;
}

.press-search .releaseDate {
    width: 120px;
    height: 18px;
    line-height: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

.press-search .languageBtnArea {
    width: 110px;
    height: 20px;
    padding: 0;
    margin: 0;
}

.press-search .languageBtnList {
    position: relative;
    left: -14px;
    height: 20px;
    width: 99px;
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
    text-align: left;
}

.press-search .languageBtnList li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
}

.press-search .languageBtn {
    position: relative;
    float: left;
    color: #FFF;
    margin: 0;
    margin-right: 2px;
    padding-left: 1px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    text-decoration: none;
    white-space: nowrap;
    background-image: url("../img/pressDB/langugeSwitchBtn.gif");
    background-repeat: no-repeat;
    background-position: -80px 0;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}

.press-search .languageBtn:visited,
.press-search .languageBtn .languageText:visited {
    color: #FFF;
}

.press-search .languageBtn .languageText:first-line {
    text-transform: lowercase;
}

.press-search .languageBtn .languageText:first-letter {
    text-transform: uppercase;
}

.press-search .languageBtn:hover {
    background-position: -80px -20px;
    text-decoration: none;
}

.press-search .languageBtn.selected {
    color: #FFF;
    background-position: -80px -40px;
    text-decoration: none;
}

.press-search .languageBtn.selected:hover {
    color: #FFF;
    background-position: -80px -40px;
    text-decoration: none;
}

.press-search .languageText {
    postition: relative;
    float: left;
    width: 14px;
    text-align: center;
    cursor: pointer;
}

.press-search .button {
    border: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
}
.press-search #pressSearch {
    overflow: hidden;
}

.resultListTop_print,
.resultListBottom_print {
	float: left;
}

.resultListRowSeperatorRow_print,
.resultListTop_print span,
.resultListBottom_print span {
	display: none;
}

* html .resultListRowSeperator {
	border-bottom: 0 !important;
}


/* Fallback job page */
#CUIFlash {
	height: 1px;
	margin-left: -3px;
	margin-top: -3px;
}
* html object#CUIFlash {
	width: 796px !important;
}
*+html object#CUIFlash {
	width: 796px !important;
}
#CUIHolder #main {
	width: 770px;
}
#CUIHolder p.back {
	margin-bottom: 5px;
}
#CUIHolder h1 {
	padding-top: 5px;
}
#CUIHolder #page-intro h1 {
	border: 0;
}
#CUIHolder table {
	width: 100%;
	border-top: 1px solid #999;
}
#CUIHolder th {
	border-bottom-width: 1px;
	text-align: right;
	padding: 5px 20px 5px 0;
	vertical-align: top;
}
#page-intro .flash p {
	display: block;
}

/* search teaser */
#home #main .teaser.teaser-search-box .teaser-box {
	width: 298px;
	height: 124px;
	border: 1px solid #ccc;
}
#home #main .teaser.teaser-search-box .teaser-box h2 {
	font-weight: normal;
	color: #000;
	font-size: 140%;
}
#section #main .teaser.teaser-search-box .teaser-box .form-wrapper {
	margin-right: -10px;
}
#home #main .teaser.teaser-search-box .teaser-box .form-wrapper input {
	width: 270px;
	margin: 0 10px;
}
#home #main .teaser.teaser-search-box .teaser-box .form-wrapper select {
	display: inline;
	width: 130px;
	margin: 6px 0 0 10px;
}
#home #main .teaser.teaser-search-box .teaser-box .form-wrapper .combobox {
	width: 130px;
	margin: 6px 0 0 10px; 
}
* html #home #main .teaser.teaser-search-box .teaser-box .form-wrapper .combobox {
	height: 1% !important; /* trigger hasLayout for IE6 */ 
	display: inline !important;	/* display inline to fix inline-block  in IE6 */
}
* html #home #main .teaser.teaser-search-box .teaser-box .form-wrapper input.button {
	padding: 2px 15px 2px 15px !important;
}	
.js-off #section #main .teaser.teaser-search-box .teaser-box .form-wrapper select {
	display: inline;
	width: 168px;
	margin: 6px 10px 0 0px;
}
#section #main .teaser.teaser-search-box .teaser-box .form-wrapper .combobox {
	margin: 6px 10px 0 0;
}
#home #main .teaser.teaser-search-box .teaser-box .form-wrapper .combobox input {
	width: 100px;
	margin: 0;
}
#home #main .teaser.teaser-search-box .teaser-box .form-wrapper .combobox .cb-design {
	background-image: url(../img/bgs/select_home.png);
}
#section #main .teaser.teaser-search-box .teaser-box .button-wrapper {
	float: left;
}
#home #main .teaser.teaser-search-box .teaser-box .button-wrapper input,
#section #main .teaser.teaser-search-box .teaser-box .button-wrapper input {
	width: auto;
	float: left;
	margin: 0;
}
#home #quickJobSearchForm .button-wrapper input {
	margin: 5px 0 0 10px !important;
}

#section #main .teaser.teaser-search-box .teaser-box .button-wrapper input {
	margin-left: 0;
}
#section #main .teaser.teaser-search-box .teaser-box #keywordsField {
	margin: 0 0 3px 0;
}


#home #main .teaser.teaser-search-box .teaser-box p.advanced,
#section #main .teaser.teaser-search-box .teaser-box p.advanced {
    clear: none;
    float: right;
    padding-top: 14px;
	font-weight: normal;
}
#home #main .teaser.teaser-search-box .teaser-box p.advanced {
	width: 130px;
}
#home #main .teaser.teaser-search-box .teaser-box p.advanced a,
#section #main .teaser.teaser-search-box .teaser-box p.advanced a {
	background-position: 0 -134px !important;
	color: #43799D;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	line-height: 130%;
	margin-top: 0;
	padding-top: 0;
	padding-right: 15px;
}
#home #main .teaser.teaser-search-box .teaser-box p.advanced a {
	font-weight: bold;
	padding-right: 0;
	display: inline;
}
/*  job-profiler */
.job-profiler {
	overflow: hidden;
	zoom: 1;
	border: 1px solid #ccc;
}
.jb-empty-teaser,
.jb-teaser {
	position: relative;
	overflow: hidden;
	margin: -1px 0 0 -1px;
	border: 1px solid #EAEAEA;
	width: 130px;
	zoom: 1;
	display: inline-block;
	float: left;
	color: #000;
}
.jb-head {
	position: relative;
	padding: 20px 20px 5px;
	zoom: 1;
	overflow: hidden;
	background: #f6f6f6;
}
.jb-head a.open-list-view {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 120%;
	padding-left: 10px;
	font-weight: bold;
	background: url("../img/icons/blue-arrow.png") no-repeat 0 5px;
}
.jb-head h1 {
	font-size: 160%;
	padding-right: 200px;
}
.jb-empty-teaser {
	width: 130px;
	height: 130px;
}
.jb-body {
	position: relative;
	overflow: hidden;
	height: 262px;
}
.jb-body-box {
	position: relative;
	top: -131px;
}
.jb-teaser .jbt-head {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 52px;
	width: 100%;
	z-index: 99;
	background: url("../img/bgs/white-80.png");
}

* html .jb-teaser .jbt-head {
	background: #fff;
}
.jbt-head em {
	display: none;
}
.jbt-head strong {
	display: block;
	padding: 5px;
	font-size: 110%;
	color: #43799D;
}
.jb-teaser .jb-img {
	display: block;
	margin: auto;
	width: 130px;
	height: 130px;
	background-position: center;
	baclground-repeat: no-repeat;
}
.jb-t-highlight {
	width: 261px;
}
.jb-t-highlight .jb-img{
	width: 261px;
	height: 261px;
}
.jb-t-highlight span.jbt-head {
	width: 316px;
}
.jb-hidden-teaser {
	display: none;
}
.jbt-overlay {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 130px;;
	width: 100%;
	background: #000;
	opacity: 0;
	z-index: 100;
}
.jb-t-highlight .jbt-overlay {
	height: 261px;
}
.jb-list-view .jbt-head,
.jb-list-view .jbt-head * {
	background: transparent !important;
}
.jbt-overlay.jb-overlay-visible {
	display: block;
}
.jb-teaser-group {
	display: inline-block;
	float: left;
	height: 262px;
	width: 262px;
}
.jb-filter {
	zoom: 1;
	overflow: hidden;
	list-style: none;
}
.jb-filter li {
	float: left;
	list-style: none;
}
.jb-filter li span {
	display: block;
	margin-left: -1px;
	border-left: 1px solid #fff;
	padding: 10px;
	width: 177px;
	text-align: center;
	color: #43799D;
	background: #F6F6F6 url(../img/bgs/job-profile-filter.png) repeat-x;
	cursor: pointer;
}
.jb-filter li span.js-selected {
	background-position: 0 -100px;
	background-color: #00A7C2;
	color: #fff;
}
.jb-opener-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 111;
	opacity: 0;
	cursor: pointer;
}
.no-opacity .jb-opener-overlay {
	background: none;
}
.jb-opener-overlay,
.no-opacity .jb-opener-overlay.over-jb {
	background: url(../img/bgs/job-profile-opener.png) no-repeat center;
}
* html .jb-opener-overlay,
* html.no-opacity .jb-opener-overlay.over-jb {
	background: url(../img/bgs/job-profile-opener-ie6.png) no-repeat center;
}
.jb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2.2em 0 0;
	z-index: 999999;
	width: 790px;
}
.jb-overlay .jbt-head,
.jb-overlay .jb-opener-overlay,
.jb-overlay .jb-head {
	display: none;
}
.jb-overlay .jb-body-box-inner:after,
.jb-overlay .jb-body:after {
	display: block;
	content: " ";
	clear: both;
}
.jb-overlay .jb-body-box {
	top: auto;
}
.jb-overlay .job-profiler {
	border: none;
}
.jb-overlay .job-profiler,
.jb-overlay .jb-body {
	height: auto;
	overflow: visible;
}
.filtered-profiles {
	cursor: default;
}
.jb-overlay .job-profiler {
	position: relative;
	height: 546px;
	padding-bottom: 2em;
}
.jb-overlay .jb-body,
.jb-overlay .jb-body-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
}

.jb-overlay .jb-body-box-inner {
	height: 525px;
}
.jb-overlay .jb-body-box.jb-list-view {
	width: 810px;
}
.jb-overlay .jb-body-box.jb-list-view .jb-body-box-inner {
	overflow: auto;
}

.jb-overlay .jspPane {
	overflow: hidden;
}
.jb-overlay .jspContainer {
	overflow: hidden;
	position: relative;
}

.jb-overlay .jspPane {
	position: absolute;
}

.jb-overlay .jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: none;
}

.jb-overlay .jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: none;
}

.jb-overlay .jspVerticalBar *,
.jb-overlay .jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jb-overlay .jspCap {
	display: none;
}

.jb-overlay .jspHorizontalBar .jspCap {
	float: left;
}

.jb-overlay .jspTrack {
	background: #000;
	position: relative;
}

.jb-overlay .jspDrag {
	background: #666;
	position: relative;
	margin: 3px;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jb-overlay .jspHorizontalBar .jspTrack,
.jb-overlay .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jb-overlay .jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jb-overlay .jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jb-overlay .jspVerticalBar .jspArrow {
	height: 15px;
}

.jb-overlay .jspHorizontalBar .jspArrow {
	width: 15px;
	float: left;
	height: 100%;
}

.jb-overlay .jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jb-overlay .jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jb-overlay .jspCorner {
	margin: 0 -3px 0 0;
}

.jb-overlay .jb-footer {
	position: absolute;
	bottom: 0;
	left: -1px;
	border-bottom: 1px solid #F0F0F0;
}
.jb-overlay   ul.jb-filter {
	padding-bottom: 1px;
	border-bottom: 1px solid #DEDEDE;
}

.jbo-toolbar {
	position: absolute;
	top: 0;
	right: 3px;
}


.over-jb-teaser {
	position: absolute;
	float: left; /* ie6*/
	z-index: 999;
	background: #E3E3E3;
}
.over-jb-teaser .jbt-head {
	
}
.active-over-teaser {
	z-index: 9999;
}
.jbo-toolbar a {
	padding: 0 0 0 8px;
	font-size: 13px;
	color: #fff !important;
	cursor: pointer;
	font-weight: bold;
	background: url(../img/icons/jbtool-icon.png) no-repeat 0 4px;
}
.jbo-toolbar .jb-view-switch {
	margin-right: 10px;
}

.jb-body-box,
.jb-body-box-inner {
	position: relative;
	zoom: 1;
}
.jb-img-view .jb-teaser,
.jb-img-view .empty-teaser {
	margin: 0 1px 1px 0;
	border: none;
	color: #43799D;
	font-size: 110%;
	text-decoration: none;
}
.jb-img-view .jb-teaser em {
	display: block;
	padding: 5px 5px 0;
	color: #666;
	font-style: normal;
}
.jbt-learn-more {display: none;}
.jb-overlay .jbt-head {
    position: relative;
    height: auto;
	min-height: 0;
	overflow: hidden;
}
.jb-img-view .jbt-head {
	width: 220px;
	background: #FFFFFF;
}
.jb-list-view .jb-teaser,
.jb-list-view .jb-hidden-teaser {
	width: 261px;
	min-height: 130px;
	height: 130px;
	border: 0 none;
	margin: 1px 0 0 1px;
	background: #eee;
}
.jb-list-view .jb-hidden-teaser {
	background: #E0E0E0 !important;
}
html > body .jb-list-view .jb-teaser,
html > body .jb-list-view .jb-hidden-teaser {
	height: auto;
}
.jb-list-view span.jbt-head {
	display: block;
	width: auto;
	background: none;
}
.jb-list-view  a {
	color: #43799D;
	text-decoration: none;
}
.jb-list-view  a .jbt-head strong {
	padding: 10px;
	font-size: 150%;
}
.jb-list-view  .jbt-learn-more {
	position: absolute;
	left: 10px;
	bottom: 10px;
	font-size: 120%;
	text-decoration: underline;
}
.jb-list-view  a:hover {
	color: #fff;
	background: #00A8C3;
}
.jb-list-view  a:hover .jbt-learn-more {
	display: block;
	
}

.jb-list-view .jb-empty-teaser,
.jb-list-view .filtered-profiles {
	display: none;
}
.jb-list-view .jb-img {
	display: none;
}
.nav-col-float2 #main .jb-list,
.nav-col #main .jb-list {
	margin-right: 45px;
}
.jb-list ul,
.jb-list li {
	list-style: none;
}
.jb-list ul {
	border-radius: 6px;
	overflow: hidden;
}
.jb-list li {
	overflow: hidden;
	zoom: 1;
	background: #e9e9e9 url(../img/bgs/jb-list.png) repeat-x 0 0;
	color: #43799D;
	padding: 5px 10px 2px;
	height: 60px;
	min-height: 60px;
}
html > body .jb-list li {
	height: auto;
}
.jb-list li.filtered-profiles {
	display: none;
}
.jb-list li a.jbl-more,
.jb-list li ul {
	position: absolute;
	left: -9999em;
	width: 1px;
}

.jb-list li h2,
.jb-list li a.jbl-more {
	float: left;
}
/*
.jb-list > ul > li:first-child {
	border-radius: 5px 5px 0 0;
}
.jb-list > ul > li:last-child {
	border-radius: 0 0 5px 5px;
}*/
#main .jb-list li h2,
.jb-list li h2 {
	width: 250px;
	margin: 5px 20px 5px 10px;
	font-size: 115%;
	line-height: 1.2;
}
.jb-list .jbl-more {
	display: block;
	margin: 15px 10px 0 10px;
	color: #fff;
}
.jb-list li ul {
	float: right;
}
.jb-list li:hover,
.jb-list li.over {
	color: #fff;
	background: #00a7c2 url(../img/bgs/jb-list.png) repeat-x 0 -142px;
	cursor: pointer;
}
.jb-list li:hover a.jbl-more,
.jb-list li:hover ul,
.jb-list li.over a.jbl-more,
.jb-list li.over ul {
	position: static;
	width: auto;
	left: auto;
	top: auto;
}
.jb-list li li,
.jb-list li.over li,
.jb-list li:hover li {
	background: none;
	padding: 2px;
	height: auto;
	min-height: 0;
	cursor: default;
}
.jb-list li li a {
	display: inline-block;
	min-width: 150px;
	padding: 3px 5px;
	border-radius: 4px;
	text-align: center;
	background: url("../img/bgs/job-profile-filter.png") repeat #F6F6F6;
	color: #333;
}
/* tmp EHR fix */
#section #quickJobSearch .combobox {
	margin-top: 12px;
}
* html #section #quickJobSearch .combobox {
	width: 163px !important;
}
#quickJobSearch input {
	width: auto;
	margin-top: 0;
}
#section #quickJobSearch input {
	width: 134px;
}
* html #section #quickJobSearch .combobox input {
	width: 132px;
}
#quickJobSearch select {
	margin-top: 0;
	width: 170px;
	float: left;
}
#home #quickJobSearch select,
#home #quickJobSearch .combobox input {
	width: 120px !important;
}
#quickJobSearch input#keywordsField {
	width: 340px;
	float: left;
	clear: both;
}
#home #quickJobSearch input#keywordsField {
	width: 270px;
}
#section #quickJobSearch input#keywordsField {
	margin: 0;
}
#quickJobSearch .button-wrapper {
	margin-top: 0 !important;
}
#home #quickJobSearch .button-wrapper {
	margin-top: 5px !important;
	margin-left: 10px !important;
}
* html #home #quickJobSearch .button-wrapper {
	margin-left: 5px !important;
}
#section #quickJobSearch .button-wrapper {
	margin-top: 10px !important;
	float: left;
}
#section #quickJobSearch .button-wrapper input {
	width: auto;
}
* html #home #quickJobSearch .button-wrapper input {
	margin-left: 0;
}
#home #quickJobSearch p.all a {
	margin-top: 5px;
}
* html #section .teaser-search-box p.all a {
	display: inline !important;
}
* html #home #quickJobSearch p.all {
	float: right;
	padding-right: 0;
}

* html .tg-enhanced .teaser-search-box .teaser-box-inner {	/* ie6 */
	border: 0 !important;
}


/* Two Col page used for job profiles */
* html .nav-col-col #wrapper-3 {
	overflow: hidden !important;
}
.nav-col-col #nav {
	z-index: 11;
}
.nav-col-col .page-intro-text {
	position: relative;
}
.nav-col-col .page-intro-text h1 {
	width: 400px;
}
.nav-col-col .page-intro-text #other-profiles {
	position: absolute;
	top: -3px;
	right: 47px;
	width: auto;
}
.js-off.nav-col-col .page-intro-text #other-profiles h2.aural {
    position: relative;
	height: auto;
    left: -15px;
    overflow: visible;
    width: auto;
}
.js-off.nav-col-col .page-intro-text #other-profiles {
	position: relative;
	padding: 10px 10px 10px 35px; 
}
.nav-col-col .job-description div {
	float: left;
	width: 140px;
}
.nav-col-col .job-description div.mod {
	width: 180px;
}
.nav-col-col .job-description div p {
	margin: 0;
	font-size: 130% !important;
}
.nav-col-col .job-description div p.title {
	font-weight: bold;
}
.nav-col-col div.button-wrapper {
	float: none;
	clear: both;
}
.nav-col-col a.button {
	float: none;
	clear: both;
	display: inline-block;
	width: auto;
	margin: 7px 0;
}
.nav-col-col a.button.mod {
	background-image: url(../img/bgs/grey-btn.png);
	color: #333 !important;
	font-weight: normal;
}
* html .nav-col-col a.button.mod {
    white-space: nowrap;
}
*+html .nav-col-col a.button.mod {
    white-space: nowrap;
}
.nav-col-col #extras a.button.mod {
	float: left;
}
.nav-col-col #extras .img-box {
	margin-bottom: 20px;
}
.nav-col-col #extras .social-media {
	float: left;
	clear: both;
	margin: 15px 0;
	position: relative;
	margin-left: -5px;
}
.nav-col-col #extras .social-media ul {
	float: none;
}
.nav-col-col .landscape-0 img,
.nav-col-col img.landscape-0 {
    width: 400px;
}

/* Photo Gallery Teaser in main col */
.nav-col-subcol #main .teaser.gallery h2 {
	width: 100%;
}
.nav-col-subcol #main .teaser.gallery img {
	width: 100%;
	background: none;
}
.nav-col-subcol #main .teaser.gallery dl.photo {
    width: 100%;
}
