/* 
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;	
	
}
.back {
	clear: both;
}
.back a {
	display: block;
	clear: both;
	margin: 0 0 0 15px;
	background: url(../img/icons/icon-sprites.png) 0 -2434px no-repeat;
	padding-left: 10px;
}
.back-top a {
	margin-top: 20px;
}
#main .back a {
	margin: 0;
}

.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,
#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 {
	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;
}


/* GRID / LAYOUT 
-------------------- */
#wrapper {
	position: relative;
	background: url(../img/bgs/wrapper.jpg) 50% 0 no-repeat;
	width: 100%;
	min-width: 980px;
	overflow: hidden;
}
#branding {
	position: relative;
	margin: 0 auto;
	width: 965px;
	z-index: 100;
}
#nav-global {
	clear: both;
	margin: 0 auto;
	width: 965px;
}
#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;
}
#platform {
	overflow: hidden;
	float: left;
	width: 100%;
	position: relative;
	top: 0;
	bottom: -20px;
	margin: 0 0 -20px 0;	
}
#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;
}

/* 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 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
p,
li,
dd,
dt {
	position: relative; /* IE6 */
	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;
}
#logo {
	float: left;
	overflow: hidden;
	position: relative;
	height: 85px;
	width: 250px;
}
#logo span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 10;
	height: 66px;
	width: 93px;
}
#logo strong,
#logo em {
	overflow: hidden;
	position: relative;
	color: #000;
	font-size: 140%;
}
#logo em {
	position: absolute;
	z-index: 11;
	left: 80px;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #ec1549;
	font-size: 130%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
}
#logo a {
	position: absolute;
	display: block;
	top: 5px;
	left: 0;
	width: 7em;
	height: 88px;
	padding: 0;
	cursor: pointer;
}
#logo a:hover {
	text-decoration: none;
}
#logo a img {
	display: none;
}

/* Search */
#search-box {
	position: relative;
	float: right;
	margin: 5px 0 0 0;
}
#search-box label {
	float: left;
}
#search-box input {
	float: left;
	background: #858c94;
	border: 1px solid #858c94;
	padding: 1px 15px 1px 3px;
	color: #fff; 
	font-size: 100%;
	text-transform: uppercase;
}
#search-box input:focus,
#search-box input.a11y-focus,
#search-box input.active {
	background: #fff;
	border: 1px solid #858c94;
	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: 510px;
	margin: 8px 0 0 0;
}
#nav-meta ul {
	float: right;
}
#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: #333;
}
#nav-meta ul li a:hover,
#nav-meta ul li a:active,
#nav-meta ul li a:focus {
	color: #237798;
}
#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;
}
#nav-meta .has-submenu a {
	background: url(../img/icons/icon-sprites.png) 100% -1989px no-repeat;
	padding-right: 10px;
}
#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;
}
#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;
	background: url(../img/bgs/submenu.png) 100% 100% no-repeat;
	z-index: 99;
	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 {
	background: url(../img/bgs/submenu.png) 0 100% no-repeat;	
	float: left;
	padding: 5px;
}
#nav-meta .over span,
#nav-meta .over span span {
	background-image: url(../img/bgs/has-submenu-over.png);
}
#nav-meta .over .submenu {
	left: 0;
}
#nav-meta .submenu li {
	float: none;
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 2px 0 2px 2px;
}
* html #nav-meta .submenu li {
	margin: 0 0 -3px 0;
}
*+html #nav-meta .submenu li {
	margin: 0 0 -3px 0;
}
#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: -40px 0 0 0;
	padding: 0 0 0 250px;	
	list-style-type: none;
}
#nav-global li {
	float: left;
	display: inline;
	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;
	border-bottom: 2px solid #07658c;
	padding: 0;
	color: #07658c;
}
/* hover */
#nav-global li a:hover,
#nav-global li a:active,
#nav-global li a:focus {
	display: block;
	border-bottom: 2px solid #07658c;
	padding: 0;
	text-decoration: none;
	color: #07658c;
}


/* 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 a {
	background-position: 0 -108px;
}


/* STAGE 
-------------------- */
#home #flash-stage {
	height: 431px;
	width: 980px;
}
#stage img {
	margin: 0;
	padding: 0;
	width: 790px;
	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: 338px;
}

.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 */
}
.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: #0091b6 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 */
}
.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 2px;
}
.text-box-teaser {
	float: left;
	display: inline;
	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 */
}
.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;
}

/* PAGE INTRO 
------------- */
#page-intro {
	clear: both;
	overflow: hidden;
	display: block;
	margin: 20px 0 20px 0;
	width: 100%;
	background: #fff url(../img/bgs/page-intro.png) 0 100% no-repeat;
	color: #14bde8; /* blue */
}
.page-intro-text {
	padding: 0 20px 20px 20px;
}
#wrapper-4 .pi-type-2 {
	color: #f6861f; /* orange */
}
#wrapper-4 .pi-type-3 {
	color: #48124b; /* violet */
}
#wrapper-4 .pi-type-4 {
	color: #81c400; /* green */
}
#page-intro h1 {
	clear: none;	
	display: block;
	margin: 0 10px 9px 0;
	font-size: 250%;
	line-height: 1em;
	font-weight: bold;	
	text-transform: uppercase;
}
#page-intro p {
	clear: none;
	display: inline;
	font-size: 200%;
	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 -2081px no-repeat;
	margin: 5px 0 3px 0;
	padding-left: 10px;
	color: #14bde8; /* blue */
	line-height: 1em;
}
#wrapper-4 .pi-type-2 p .more a {
	background-position: 0 -2171px;
	color: #f6861f; /* orange */
}
#wrapper-4 .pi-type-3 p .more a{
	background-position: 0 -2261px;
	color: #48124b; /* violet */
}
#wrapper-4 .pi-type-4 p .more a {
	background-position: 0 -2351px;
	color: #81c400; /* green */
}
/* 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;
}

     
/* 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 {
	clear: both;
	float: left;
	margin: 0 0 0 10px;
	width: 100%;
}
#nav-sub ul {
	float: left;
	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;
}
.teaser p {
	margin: 0;
}
.teaser em.more {
	clear: both;
	font-style: normal;
}
.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;
}
#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 /*


/* 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-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-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;
}
* html .nav-col-subcol .last-teaser { /* ie 6 */
	margin-right: -3px;
}
.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,
#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;
}
/* RSS teaser */
#main .rss-teaser {
	background: none;
}
#main .rss-teaser .links li {
	list-style-position: outside;
}
#main .rss-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;
}
/* 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 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;
}
/* 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;
}
.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;
}
#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;
}
.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;
}
#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 {
	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 {
	width: 245px;
}
/* Vcard auf article und event */
#article #main .vcard,
#event  #main .vcard {
	background: none;
	padding-bottom: 15px;
}
#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-5 #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,
.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: #14bde8;
}
.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: #f6861f;
}
.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;
}
.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;
}
#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;
}


/* 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: 225px;
	height: 128px;
}
/* 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;
}
/* 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;
}
/* video */

.video-box {
	clear: both;
	margin: 0 0 20px;
	background: #000;
	width: 490px;
}
.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 {
	margin-bottom: 0;
}
#main .text td li,
#main .text td 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;
}
/* 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 {
	clear: both;
	margin: 0 0 20px 0;
}
.flash { /* above main in platform area */
	margin: 0;
}
#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 
-------------------- */
/* Event Teaser in main */

#main .event-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 {
	float: none;
	clear: none;
	margin: 0;
	list-style: none;
	font-size: 120%;
	font-weight: bold;
}
.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 .event-list .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: none;
}


/* 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: right;
	display: inline; /* IE 6 */
	width: 260px;
	margin: 0 17px 0 0;
	padding: 0;
}
#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;
}
/* 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,
.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,
.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;
	font-weight: bold;
	cursor: pointer;
	text-align: left;
}
input.button:hover,
input.button:active,
input.button:focus,
.form-wrapper .button-wrapper input:hover,
.form-wrapper .button-wrapper input:active,
.form-wrapper .button-wrapper input:focus {
	background: #24A2D6;
}
.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 */
#main .new-search {
	background: #074825 url(../img/bgs/new-search.png) 0 0 repeat-x;
	float: left;
	width: 750px;
	margin: 0 0 20px -5px;
	padding: 20px 20px 10px 20px;
	color: #fff !important;
}
#wrapper-4 #main .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;
}
.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;
}
.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.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;
}
* html #main .glossary-box p.all {
	margin-top: -4px;
}
#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;
}
.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: #e6e4e4;
	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;
}



/* 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 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 */
.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;
} 
.tw-switcher .rack {
	margin: 0 14px;
	overflow: hidden;
	width: 460px; /* IE 6 */
}
.tw-switcher .rack-design {
	overflow: hidden;
}
#main .tw-switcher .pager {
	margin: 0;
}
.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);
}
.tw-switcher .pager span {
	pointer-events: none;
	background: url(../img/bgs/carousel-arrows.png) -29px -555px no-repeat;
}
.tw-switcher .pager span.show {
	background-position: -28px -355px;
}
.tw-switcher .pager .next span {
	background-position: -102px -555px;
}
.tw-switcher .pager .next span.show {
	background-position: -102px -355px;
}
.tw-switcher .pager span.show {
	pointer-events: auto;
	cursor: pointer;
}
.tw-switcher .pager .prev,
.tw-switcher .pager .prev span {
	left: -2px;
}
.tw-switcher .pager .next,
.tw-switcher .pager .next span {
	right: 0;
}
.tw-switcher .pager span.show.over,
.tw-switcher .pager span.show:hover {
	background: url(../img/bgs/carousel-arrows.png) -28px -355px no-repeat;
}
.tw-switcher .pager .next span.show.over,
.tw-switcher .pager .next span.show:hover {
	background-position: -102px -355px;
}
.tw-switcher .rack-teaser {
	position: relative;
	display: inline; /* IE 6 */
	float: left;
	margin: 0 4px 0 0;
	padding: 120px 0 2px;
	width: 150px;
}
* html .tw-switcher .last-child-rt {
	display: block;
}
.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: relative;
	overflow: hidden;
	padding: 0 140px 0 50px;
	zoom: 1;
	height: 40px;
	background: #ebebeb;
	font-size: 0;
	line-height: 0;
}
.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 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 span.ui-icon-pause {
	background-position: 0 0;
}
.player-controls span.ui-icon-play {
	background-position: 0 -40px;
}
.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;
}