/* ### Reset der browsereigenen Styles ################################################################################################### */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img { 
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
}

fieldset, img { 
	border:0px;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym { 
	border:0px;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* ### Global ############################################################################################################################ */

body, div, p, table {
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:normal;
}

h1 {
	margin-bottom:27px;
	line-height:34px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#809BB7;
	letter-spacing:-0.1px;
}

h2 {
	margin-bottom:17px;
	line-height:25px;
	font-size:21px;
	letter-spacing:.2px;
}

h2.noH3 {
	margin-bottom:30px;
}

h2.heading_section {
	margin-bottom:15px;
	line-height:23px;
	font-size:16px;
	font-style:italic;
	font-weight:lighter;
	color:#888;
}

h3 {
	margin-bottom:19px;
	line-height:22px;
	font-size:15px;
	font-style:italic;
}

h4 {
	margin-bottom:5px;
	line-height:20px;
	font-size:13px;
	color:#333;
	font-weight:bold;
}

h5 {
	margin-bottom:15px;
	font-weight:bold;
}

p {
	margin-bottom:15px;
}

strong {
	font-weight:bold;
}

em, cite {
	font-style:italic;
}

em.spaced {
	font-style:normal;
	font-weight:inherit;
	letter-spacing:1px;
}

em.uppercased {
	text-transform:uppercase;
	font-style:normal;
	font-weight:inherit;
}

a, a:link, a:visited, a:hover, a:active {
	color:#488CAF;
	text-decoration:none;
}

a:hover {
	color:#31AEEF;
	text-decoration:none;
}

a:active {
	color:#44bfff;
	text-decoration:none;
}

sup {
	vertical-align:top;
}

sub {
	vertical-align:bottom;
}

br.clearFloats {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	white-space:nowrap;
}

br.spacer {
	line-height:23px;
}

hr {
	display:block;
	width:100%;
	height:38px;
	background:url("../images/divider.gif") -2px 10px repeat-x;
	border:0;
}

button,
a.button_default {
	display:block;
	width:auto;
	height:24px;
	padding:0px;
	cursor:pointer;
	background:none;
	border:none;
}

button span,
a.button_default span {
	display:block;
	float:left;
	height:24px;
	cursor:pointer;
	border:0;
}

button span.left,
a.button_default span.left {
	width:20px;
	background:url("../images/sprites_stage.png") 0px 0px no-repeat;
}

button span.middle,
a.button_default span.middle {
	width:auto;
	padding:1px 0 4px 0;
	background:url("../images/sprites_stage.png") -5px 0px no-repeat;
	font-size:17px;
	color:#FFF;
	font-weight:bold;
	letter-spacing:0px;
}

button span.right,
a.button_default span.right {
	width:20px;
	background:url("../images/sprites_stage.png") -320px 0px no-repeat;
}

.buy {
    background: #E32620;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 10px;
    padding: 7px 12px 7px 12px;
    text-decoration: none;
}

.buy:hover {
    background: #FF8484;
    text-decoration: none;
}

.auxiliary_links {
	color:#CCC;
}

.auxiliary_links a, .auxiliary_links a:link, .auxiliary_links a:visited {
	padding:2px 4px;
	color:#999;
}

.auxiliary_links a:hover {
	color:#488CAF;
}

.auxiliary_links a:active {
	color:#31AEEF;
}

.auxiliary_links a.active {
	color:#333 !important;
	background-color:#FFF;
	-moz-box-shadow:0px 1px 2px 0px #999;
	-webkit-box-shadow:0px 1px 2px #999;
	box-shadow:0px 1px 2px #999;
}

.text_small {
	line-height:15px;
	font-size:11px;
}

.text_grey {
	color:#999;
}

.text_red {
	color:#d10000 !important;
}

/* ### Layout ############################################################################################################################ */

body {
	height:100%;
	padding-left:17px;
	background:url("../images/body.jpg") top left repeat-x;
	background-color:#F5F5F5;
}

div.pane_back { /* DEPRECATED */
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	/* height:auto/background:fixed-combi still to be tested in IE6 ... */
	/* height:auto; */
	height:100%;	/* TEMP */
	background:url("../images/pane_back.jpg") left top no-repeat fixed;
}

div#videoReel {
	z-index:0;
	position:fixed;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background:url("../images/movie_reel.png") right bottom no-repeat fixed;
}

div#container_main {
	z-index:1;
	position:relative;
	width:986px;
	height:260px;
	background:url("../images/head.jpg") left top no-repeat fixed;
}

div#container_page,
div#navi_aux,
a#logo,
ul#navi_main,
ul#navi_sub
{
	z-index:2;
	position:absolute;
}

a#logo,
ul#navi_main li a span,
ul#navi_main li.home a
{
	background-image:url("../images/sprites_header.png");
	background-repeat:no-repeat;
}

a#logo {
	left:38px;
	top:30px;
	width:192px;
	height:52px;
	background-position:0px -164px;
}

a#logo:link, a#logo:visited {
	background-position:0px -164px;
}

a#logo:hover, a#logo:active {
	background-position:-197px -164px;
}

a#logo span {
	display:none;
}

div#navi_aux {
	/*
	right:18px;
	top:20px;
	width:auto;
	height:auto;
	*/
	right:-196px;
	top:0px;
	width:440px;
	height:260px;
	/*
	padding:20px 18px 0px 0px;
	*/
	padding:20px 218px 0px 0px;
	text-align:right;
	background:url("../images/head_right.png") right top no-repeat;
}

div#container_page {
	left:0px;
	top:159px;
	width:986px;
	height:100%;
	padding-top:6px;
	background:url("../images/stage_top.png") left top no-repeat;
}

div#stage,
div#sitemap,
div#transition_stage_to_sitemap,
div#footer,
div#footer_bottom
{
	position:static;
	width:986px;
	height:auto;
}

div#stage {
	width:940px;
	padding:15px 23px 44px 23px;

	background:url("../images/stage_middle.png") left top repeat-y;
}

div#stage div.content,
div#stage div.sidepane
{
	height:auto;
}

div#stage div.sidepane {
	float:left;
	width:220px;
	overflow:visible;
}

div#stage div.content {
	float:right;
	width:700px;
}

div#stage div.content.noSidepane {
	float:none;
	width:auto;
}

div#transition_stage_to_sitemap {
	position:relative;
	height:6px;
}

div#transition_stage_to_sitemap div {
	position:absolute;
	left:0px;
	width:986px;
	height:6px;
}

div#transition_stage_to_sitemap div.over {
	z-index:3;
	bottom:0px;
	height:5px;
	background:url("../images/sitemap.png") left top repeat-y;
}

div#transition_stage_to_sitemap div.under {
	z-index:1;
	top:0px;
	background:url("../images/stage_bottom.png") left top no-repeat;
}

div#sitemap {
	position:relative;
	background:url("../images/sitemap.png") left top repeat-y;
}

div#sitemap div.bottom {
	z-index:3;
	position:absolute;
	bottom:0px;
	left:3px;
	width:980px;
	height:1px;
	overflow:hidden;
	line-height:0px;
	font-size:0px;
	background-color:#BABBBC;
}

div#footer {
	height:auto;	/* TEMP */
	background:url("../images/stage_middle.png") left top repeat-y;
}

div#footer div.left {
	float:left;
	padding:15px 20px 15px 18px;
}

div#footer div.right {
	float:right;
	padding:15px 20px;
	color:#999;
}

div#footer_bottom {
	height:6px;
	margin-bottom:100px;
	background:url("../images/stage_bottom.png") left top no-repeat;
}


/* ### Navigation Main ################################################################################################################### */

ul#navi_main {
	z-index:3;
	left:0px;
	top:111px;
	width:986px;
	height:53px;
	list-style:none;
}

ul#navi_main li {
	display:block;
	float:left;
	width:auto;
	height:53px;
}

ul#navi_main li a {
	display:block;
	width:auto;
	height:53px;
	text-decoration:none;
}

ul#navi_main li a span {
	display:block;
	float:left;
	height:50px;
	overflow:visible;
}

/* General */

ul#navi_main li a span.left {
	width:auto;
	max-width:302px;
	height:33px;
	padding:17px 20px 0 23px;
	font-size:17px;
	color:#333;
	background-position:-61px 0px;
}

ul#navi_main li a:link span.left,
ul#navi_main li a:visited span.left {
	background-position:-61px 0px;
}

ul#navi_main li a:hover span.left,
ul#navi_main li a:active span.left {
	color:#FFF;
	background-position:-61px -53px;
}

ul#navi_main li a span.right {
	width:3px;
	background-position:-386px 0px;
}

ul#navi_main li a:link span.right,
ul#navi_main li a:visited span.right {
	background-position:-386px 0px;
}

ul#navi_main li a:hover span.right,
ul#navi_main li a:active span.right {
	background-position:-386px -53px;
}

ul#navi_main li.active a span.left {
	background-position:-61px -106px !important;
}

ul#navi_main li.active a:hover span.left, 
ul#navi_main li.active a:active span.left 
{
	color:#333; /* IE: evtl. !important */
}

ul#navi_main li.active a span.right {
	background-position:-386px -106px !important;
}


/* Home */

ul#navi_main li.home {
	width:61px;
}

ul#navi_main li.home a span {
	display:none;
}

ul#navi_main li.home a:link,
ul#navi_main li.home a:visited
{
	background-position:0px 0px;
}

ul#navi_main li.home a:hover,
ul#navi_main li.home a:active
{
	background-position:0px -53px;
}

ul#navi_main li.home.active a:link,
ul#navi_main li.home.active a:visited,
ul#navi_main li.home.active a:hover,
ul#navi_main li.home.active a:active
{
	background-position:0px -106px !important;
}

/* ### Navigation Sub #################################################################################################################### */

ul#navi_sub {
	position:absolute;
	z-index:5;
	/*
	position:fixed;
	left:40px;
	top:180px;
	*/
	left:23px;
	top:69px;
	width:220px;
	height:auto;
	padding:10px 0;
	list-style:none;
	background-color:#FFF;
	-moz-box-shadow:0px 1px 2px 0px #999;
	-webkit-box-shadow:0px 1px 2px #999;
	box-shadow:0px 1px 2px #999;
}

ul#navi_sub li {
	width:100%;
	height:auto;
}

ul#navi_sub li a {
	display:block;
	width:200px;
	height:auto;
	padding:8px 10px 8px 10px;
	line-height:17px;
	font-size:13px;
	color:#555;
}

ul#navi_sub li a:link, ul#navi_sub li a:visited {
	background-color:#FFF;
}

ul#navi_sub li a:hover {
	color:#777;
	background-color:#e0ecf4;
}

ul#navi_sub li a:active {
	background-color:#ebf2f8;
}

ul#navi_sub li a.active {
	color:#FFF;
	background-color:#809bb7 !important;
}

ul#navi_sub li a span {
	display:inline;
	float:none;
	height:auto;
}


/* ### Stage Contents #################################################################################################################### */

/* Apply top offset to all anchors in content, adjust affected elements accordingly */

div.content.offsetAnchors a[name] {
	display:block;
	margin-bottom:20px;
}

div.content.offsetAnchors h1 {
	margin-bottom:0px;
	padding-bottom:7px;
}

div.content.offsetAnchors>p {
	padding:20px 0 0 0;
}

div.content.offsetAnchors ul.listing_bibliography {
	margin-bottom:0px;
}

/* Content columns */

div.column_text {
	float:left;
	width:400px;
	height:auto;
}

div.column_images {
	float:right;
	width:280px;
	height:auto;
	padding-top:5px;
	font-size:12px;
}

div.column_text p.intro {
	margin-bottom:10px;
	font-weight:bold;
	color:#333;
}

div.column_text ul {
	margin-bottom:20px;
	padding:0px 0px 0px 20px;
	list-style:square;
	list-style-type:square;
}

div.column_text ul li {
	padding-bottom:10px;
}

div.column_text address,
.formatAsAddress {
	letter-spacing:0.6px;
}

div.column_text div.formContainer {
	margin-bottom:20px;
}

div.column_images img {
	display:block;
	-moz-box-shadow:0px 1px 2px #444;
	-webkit-box-shadow:0px 1px 2px #444;
	box-shadow:0px 1px 2px #444;
}

div.column_images h5 {
	margin-bottom:10px;
	line-height:16px;
	font-size:12px;
	color:#666;
	border-bottom:1px dotted #666;
}

div.column_images h6 {
	margin-top:7px;
	line-height:16px;
	font-size:12px;	
	color:#888;	
}

div.column_images p {
	margin-bottom:0px;
	line-height:16px;
}

div.column_images br.spacer {
	line-height:23px;
}


/* Box */

.box {
	position:relative;
	width:auto;
	height:auto;
	margin-bottom:16px;
}

.box.shadow {
	-moz-box-shadow:0px 1px 2px 0px #999;
	-webkit-box-shadow:0px 1px 2px #999;
	box-shadow:0px 1px 2px #999;
}

.box.sideNotice {
	background-color:#F2F5F7;
}

/* Listing Bibliography */

ul.listing_bibliography {
	margin-bottom:20px;
	padding:0px 0px 0px 20px;
	list-style:square;
	list-style-type:square;
}

ul.listing_bibliography li {
	padding-bottom:15px;
	color:#666;
}

ul.listing_bibliography h4 {
	display:inline;
	color:#000;
	font-weight:normal;
}

ul.listing_bibliography h4 span {
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	letter-spacing:0.1px;
}

ul.listing_bibliography h4 a {
	font-weight:bold;
}

/* Listing Item */

div.listingItem {
	width:100%;
	height:auto;
	padding:10px 0px 12px 0px;
}

div.listingItem div.column_text {
	width:460px;
}

div.listingItem div.column_text h2 {
	padding-bottom:4px;
	line-height:29px;
	font-size:21px;
	border-bottom:1px dashed #CCC;
}

div.listingItem div.column_text h2.groupHeading {
	padding-bottom:4px;
	line-height:29px;
	font-size:19px;
	border-bottom:0px;
}

div.listingItem div.column_text h3 {
	margin-bottom:10px;
}

div.listingItem div.column_text h4 {
	margin-bottom:15px;
	font-weight:normal;
	color:#666;
}

div.listingItem div.column_text h5 {
	margin-bottom:15px;
	font-weight:bold;
}

div.listingItem div.column_text h6 {
	margin-bottom:15px;
	font-weight:bold;
	color:#666;
}

div.listingItem div.column_text h6.caption {
	margin-top:7px;
	margin-bottom:40px;
	line-height:16px;
	font-size:12px;
	font-weight:normal;
	color:#888;	
}

div.listingItem div.column_text div.imagePane {
	position:relative;
	width:460px;
	height:460px;
	margin-top:28px;
	text-align:center;
	background:url("../images/canvas_460.jpg") no-repeat left top;
}

div.listingItem div.column_text div.imagePane div.canvas {
	position:absolute;
	width:460px;
	height:460px;
	text-align:center;
	background:url("../images/canvas_460.jpg") no-repeat left top;
}

div.listingItem div.column_text div.imagePane div.canvas img, 
div.listingItem div.column_text div.imagePane div.canvas div {
	display:inline;
	width:auto;
	height:auto;
	-moz-box-shadow:0px 2px 3px 1px #666;
	-webkit-box-shadow:0px 2px 3px #666;
	box-shadow:0px 2px 3px #666;
}

div.listingItem div.column_text div.imagePane div.canvas div.mask {
	position:absolute;
	width:auto;
	height:auto;
	left:20px;
	right:20px;
	top:20px;
	bottom:20px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
}

div.listingItem div.column_text div.imagePane div.canvas div.mask img {
	display:block;
	position:relative;
	width:auto;
	height:auto;
	left:-80px;
	top:-30px;
	-moz-box-shadow:0px 0px 0px 0px #666;
	-webkit-box-shadow:0px 0px 0px #666;
	box-shadow:0px 0px 0px #666;
	
	border:2px solid #ff0000;
}

div.listingItem div.column_images {
	position:relative;
	width:220px;
	height:auto;
	padding-top:0px;
}

div.listingItem div.column_images div.canvas {
	position:relative;
	width:220px;
	height:220px;
	text-align:center;
	vertical-align:middle;
	background:url("../images/canvas_220.jpg") no-repeat left top;
}

div.listingItem div.column_images div.canvas img, 
div.listingItem div.column_images div.canvas div {
	display:inline;
	width:auto;
	height:auto;
	margin:9px auto;
	-moz-box-shadow:0px 2px 3px 1px #666;
	-webkit-box-shadow:0px 2px 3px #666;
	box-shadow:0px 2px 3px #666;
}

div.listingItem div.column_images div.canvas p {
	display:block;
	position:absolute;
	width:auto;
	height:auto;
	left:20px;
	right:20px;
	top:97px;
	/*margin:97px auto 0px auto;*/
	color:#888;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	letter-spacing:0.4px;
}

/* Text Section */

div.textSection {
	width:100%;
	height:auto;
	padding-bottom:7px;
}

div.textSection h2 {
	margin-bottom:11px;
}

div#stage address {
	margin-bottom:20px;
	line-height:20px;
}

div.column_text p br, 
div.textSection p br, 
div#stage address br {
	line-height:14px;
}

/* Table */

div#stage table {
	width:100%;
	margin-bottom:20px;
	line-height:20px;
}

div#stage table th {
	padding-bottom:5px;
	font-weight:bold;
}

div#stage table.cellAlignBottom td {
	vertical-align:bottom;
	line-height:16px;
	padding-bottom:8px;
}


/* ### Sitemap Module #################################################################################################################### */

div#sitemap h5 {
	margin:0px;
	padding:20px 0px 22px 20px;
	font-size:19px;
	font-weight:normal;
	color:#333;
}

div#sitemap h6,
div#sitemap h6 a, div#sitemap h6 a:link, div#sitemap h6 a:visited {
	padding-bottom:14px;
	line-height:16px;
	text-transform:uppercase;
	font-size:14px;
	color:#FFF;
	font-weight:bolder;
	letter-spacing:0.2px;
}

div#sitemap h6 a:hover {
	color:#31AEEF;
}

div#sitemap h6 a:active {
	color:#44BFFF;
}

div#sitemap div.column {
	float:left;
	width:160px;
	height:auto;
	overflow:hidden;
	margin-left:20px;
	padding-bottom:20px;
}

div#sitemap ul {
	padding:0px 0px 0px 12px;
	color:#EFEFEF;
	font-size:10px;
	list-style:square;
	list-style-type:square;
}

div#sitemap li {
	padding-bottom:7px;
	line-height:16px;
}

div#sitemap a {
	font-size:12px;
	color:#396b9f; /* 37506A, 488CAF, 407ab6 */
}

div#sitemap a:link, div#sitemap a:visited {
	color:#396b9f;
}

div#sitemap a:hover {
	color:#31AEEF;
}

div#sitemap a:active {
	color:#44BFFF;
}

div#sitemap div.column p {
	line-height:15px;
	color:#888;
	font-size:12px;
	font-style:italic;
	letter-spacing:1px;
}

div#sitemap a#fbStorzBer {
	position:absolute;
	right:22px;
	bottom:20px;
	height:20px;
	padding: 0 20px 0 0;
	text-align:right;
	font-size:10px;
	color:#6F7FB0;
	background:url("../media/special/fbstorzber.png") right 3px no-repeat;
}

/* ### Homepage ########################################################################################################################## */

#home div#stage {
	padding-bottom:19px;
}

#home div#stage div.content {
	position:relative;
	float:none;
	width:940px;
	height:557px;
	margin:0px;
	/* padding:17px 0px 21px 23px; */
	background:url("../media/special/home.jpg") left top no-repeat;
}

#home h1, 
#home h2.heading_section, 
#home p.intro, 
#home div#stage div.content ul,
#home div#stage div.content ul li a span.canvas, 
#home div#stage div.content ul li a span.linkTitle 
{
	display:block;
	position:absolute;
	width:auto;
	height:auto;
}

#home h1 {
	left:360px;
	top:114px;
}

#home h2.heading_section {
	left:360px;
	top:163px;
	color:#DDD;
}

#home p.intro {
	left:360px;
	top:202px;
	color:#EEE;
}

#home div#stage div.content ul {
	left:360px;
	top:300px;
}

#home div#stage div.content ul.three {
	left:360px;
	top:280px;
}

#home div#stage div.content ul.four {
	left:360px;
	top:270px;
}

#home div#stage div.content ul li {
	padding-bottom:1px;
}

#home div#stage div.content ul li a {
	display:block;
	position:relative;
	width:340px;
	height:60px;
	background:url("../images/sprites_stage.png") 0px -38px no-repeat;
	color:#FFF;
}

#home div#stage div.content ul li a:link,
#home div#stage div.content ul li a:visited {
	background:url("../images/sprites_stage.png") 0px -38px no-repeat;
}

#home div#stage div.content ul li a:hover,
#home div#stage div.content ul li a:active {
	background:url("../images/sprites_stage.png") 0px -98px no-repeat;
}

#home div#stage div.content ul li a span.canvas {
	left:0px;
	top:0px;
	width:60px;
	height:60px;
}

#home div#stage div.content ul li a span.canvas img
{
	position:relative;
	display:block;
	width:auto;
	height:auto;
	margin:1px auto;
	-moz-box-shadow:0px 1px 2px 1px #666;
	-webkit-box-shadow:0px 1px 2px #666;
	box-shadow:0px 1px 2px #666;
}

#home div#stage div.content ul li a span.linkTitle {
	left:80px;
	top:0px;
	width:260px;
	height:40px;
	padding-top:20px;
	font-size:17px;
}

#home div#stage div.content ul li a span.linkTitle.twoLines {
	padding-top:20px;
        line-height:23px;
}

/* ### Seminare ########################################################################################################################## */

body#Seminare div.column_text h4.accessLevel {
	float:right;
	text-align:right;
	line-height:15px;
	font-size:11px;
}

body#Seminare div.column_text h4.accessLevel strong {
	letter-spacing:0.6px;
	color:#29795F;
	color:#3A9B6F;
}
