/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */ /** * Correct `block` display not defined in IE 8/9. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /** * Correct `inline-block` display not defined in IE 8/9. */ audio, canvas, video { display: inline-block; } /** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; height: 0; } /** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */ [hidden], template { display: none; } /* ========================================================================== Base ========================================================================== */ /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove default margin. */ body { margin: 0; } /* ========================================================================== Links ========================================================================== */ /** * Remove the gray background color from active links in IE 10. */ a { background: transparent; } /** * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { outline: thin dotted; } /** * Improve readability when focused and also mouse hovered in all browsers. */ a:active, a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Address styling not present in IE 8/9, Safari 5, and Chrome. */ abbr[title] { border-bottom: 1px dotted; } /** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ b, strong { font-weight: bold; } /** * Address styling not present in Safari 5 and Chrome. */ dfn { font-style: italic; } /** * Address differences between Firefox and other browsers. */ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; } /** * Address styling not present in IE 8/9. */ mark { background: #ff0; color: #000; } /** * Correct font family set oddly in Safari 5 and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; } /** * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre-wrap; } /** * Set consistent quote types. */ q { quotes: "\201C" "\201D" "\2018" "\2019"; } /** * Address inconsistent and variable font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /** * Remove border when inside `a` element in IE 8/9. */ img { border: 0; } /** * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /** * Address margin not present in IE 8/9 and Safari 5. */ figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /** * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ button, input { line-height: normal; } /** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { text-transform: none; } /** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */ button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /** * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { cursor: default; } /** * 1. Address box sizing set to `content-box` in IE 8/9. * 2. Remove excess padding in IE 8/9. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Remove inner padding and border in Firefox 4+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /** * Remove most spacing between table cells. */ table { border-collapse: collapse; border-spacing: 0; } 
@media all {
/*****************************************************************************/

/* ==========================================================================
   basics
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html { height: 100%; }

body {
	height: 100%;
	position: relative;
	/* Hintergrund */
	background: #300 url('../5_images/main/bg-document.gif') scroll repeat-y left top;
	/* Schrifteinstellungen */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%; /* 16px */
	color: #000;
	line-height: 1.5em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

/* ==========================================================================
   layers
   ========================================================================== */

/* PAGE AND LAYOUT WRAPPING */

div#pageWrapper {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: auto;
	min-height: 100%;
	/*text-align: center;*/
	z-index: 1;
}

div#layoutWrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	/*margin: auto;*/
	/*text-align: left;*/
	z-index: 2;
}

/* HEADER */

div#headerWrapper {
	position: relative;
	width: 100%;
	height: 123px;
	background: #600 url('../5_images/main/bg-header.gif') scroll repeat-y left top;
	z-index: 11;
}

div#logoLayer {
	position: fixed;
	right: 0px;
	top: 123px;
	width: 38px;
	height: 117px;
	z-index: 101;
}

div#logoLayer img {
	width: 38px;
	height: 117px;
}

div#tickerLayer {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 368px;
	height: auto;
	font-size: 12px;
	font-size: 0.750rem;
	color: #f00 !important;
	text-transform: uppercase !important;
	z-index: 11;
}

/* NAVIGATION */

div#navigationLayer {
	position: absolute;
	left: 10px;
	top: 50px;
	width: 324px;
	height: auto;
	z-index: 13;
}

div#navigationLehmoLayer {
	position: absolute;
	left: 373px;
	top: 0px;
	width: 612px;
	height: 123px;
	z-index: 13;
}

div#navigationLehmoLayer img {
	height: 123px;
}

/* BODY / CONTENT */

div#bodyWrapper {
	position: relative;
	width: 872px;
	height: auto;
	background: #300 url('../5_images/main/bg-body.gif') scroll repeat-y left top;
	z-index: 21;
}

div#contentLeftLayer {
	position: relative;
	width: 368px;
	height: auto;
	padding: 0;
	margin: 0;
	line-height: 0;
	float: left;
	z-index: 21;
}

div#contentLeftLayer div.iconPlusClass {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 120px;
	height: 120px;
	background: transparent url('../5_images/main/gallery-icon-plus-big.png') scroll no-repeat left top;
	z-index: 23;
}

div#contentLayer {
	position: relative;
	width: 484px;
	height: auto;
	min-height: 276px;
	margin-top: 276px;
	padding: 8px 10px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5em;
	color: #000;
	background-color: #d9d5b9;
	float: right;
	z-index: 21;
}

div#contentLayer.maxClass {
	margin-top: 0;
	color: #d9d5b9;
	background-color: #300;
}

div#contentLayer.color1Class { background-color: #d9d5b9; }
div#contentLayer.color2Class { background-color: #c2bda4; }
div#contentLayer.color3Class { background-color: #b3af98; }
div#contentLayer.color4Class { background-color: #8a8775; }

/* FOOTER */

div#footerWrapper {
	position: relative;
	width: 100%;
	height: 70px;
	background-color: #3f0503;
	z-index: 11;
}

div#shakerLayer {
	position: absolute;
	left: 10px;
	bottom: -25px;
	width: auto;
	height: auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #600;
	display: none;
	z-index: 11;
}

/* TABLES */

table.typesClass tr.overClass td {
	background-color: #600;
	/*color: #f00 !important;*/
	text-decoration: none !important;
}

table.typesClass tr.overClass td a,
table.typesClass tr.overClass td a:link,
table.typesClass tr.overClass td a:visited {
	color: #d9d5b9 !important;
}

/* ==========================================================================
   headlines
   ========================================================================== */

h1 { font-size: 13px; font-size: 0.8125rem; font-weight: bold; color: #000; line-height: 1.50em; margin: 0 0 0em 0; }
h2 { font-size: 13px; font-size: 0.8125rem; font-weight: bold; color: #000; line-height: 1.50em; margin: 0 0 0em 0; }
h3 { font-size: 13px; font-size: 0.8125rem; font-weight: bold; color: #000; line-height: 1.50em; margin: 0 0 0em 0; }
h1.notFirstClass, h2.notFirstClass, h3.notFirstClass { margin-top: 2.4em; }
div#contentLayer.maxClass h1,
div#contentLayer.maxClass h2,
div#contentLayer.maxClass h3 { color: #d9d5b9; }


/* ==========================================================================
   links
   ========================================================================== */

a, a:link, a:visited { color: #000; text-decoration: underline; }
a:hover, a:active, a:visited:hover, a:visited:active { color: #600; }

div#tickerLayer a, div#tickerLayer a:link, div#tickerLayer a:visited { color: #f00; text-decoration: none; }
div#tickerLayer a:hover, div#tickerLayer a:active, div#tickerLayer a:visited:hover, div#tickerLayer a:visited:active { color: #f00; }

div#contentLayer a, div#contentLayer a:link, div#contentLayer a:visited { color: #000; text-decoration: underline; }
div#contentLayer a:hover, div#contentLayer a:active, div#contentLayer a:visited:hover, div#contentLayer a:visited:active { color: #600; }

div#contentLayer.maxClass a, div#contentLayer.maxClass a:link, div#contentLayer.maxClass a:visited { color: #d9d5b9; text-decoration: underline; }
div#contentLayer.maxClass a:hover, div#contentLayer.maxClass a:active, div#contentLayer.maxClass a:visited:hover, div#contentLayer.maxClass a:visited:active { color: #600; }

table a, table a:link, table a:visited { text-decoration: none !important; }

div#navigationLayer a,
div#navigationLayer a:link,
div#navigationLayer a:visited {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 0.50em;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	display: block;
	float: left;
	width: auto;
	padding: 10px 0px 8px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #300;
}
div#navigationLayer a:hover,
div#navigationLayer a:active,
div#navigationLayer a:visited:hover,
div#navigationLayer a:visited:active { color: #f00 !important; font-weight: bold !important; border-bottom-color: #f00; }
div#navigationLayer li.actClass a,
div#navigationLayer li.actClass a:link,
div#navigationLayer li.actClass a:visited,
div#navigationLayer li.actClass a:hover,
div#navigationLayer li.actClass a:active,
div#navigationLayer li.actClass a:visited:hover,
div#navigationLayer li.actClass a:visited:active { color: #f00 !important; font-weight: bold !important; border-bottom-color: #f00; }

div#navigationLehmoLayer a,
div#navigationLehmoLayer a:link,
div#navigationLehmoLayer a:visited {
	font-size: 0;
	line-height: 0;
	display: block;
	float: left;
	width: auto;
	height: 123px;
	padding: 0;
}

/* ==========================================================================
   lists
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

ul.noBullets {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

ul.noBullets li {
	padding-left: 0 !important;
	background: none !important;
}

/* LIST NAVIGATION HORIZONTAL */

div#navigationLayer ul,
div#navigationLehmoLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

div#navigationLayer ul li {
	float: left;
	display: inline-block;
	width: 70px;
	padding-left: 10px;
	background: transparent url('../5_images/main/nav1-indicator.gif') scroll no-repeat left top;
}

div#navigationLayer ul li.overClass,
div#navigationLayer ul li.actClass {
	background-image: none;
}

div#navigationLehmoLayer ul li {
	float: left;
	display: inline;
}

/* ==========================================================================
   basic configuration
   ========================================================================== */

.borderboxClass {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearClass { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghostClass { display: none; }
.noWrapClass { white-space: nowrap; }
.hyphenClass { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	border: 0px; /* Firefox und Opera */
	border-top: 1px solid #ccc;
	border-bottom: transparent;
	margin: 1.50em 0 1.50em 0;
}

.subcolumns hr { width: 80%; }
hr.invisibleClass { background: none; }

div.distanceClass {
	position: relative;
	width: 100%;
	height: 2.00em;
	background-color: transparent;
}

.alignLeftClass { text-align: left !important; }
.alignCenterClass { text-align: center !important; }
.alignRightClass { text-align: right !important; }

.alertClass { font-weight: bold; color: #c00; }

.topZeroClass { margin-top: 0 !important; }
.topSingleClass { margin-top: 1.5em !important; }
.topDoubleClass { margin-top: 2.4em !important; }
.bottomZeroClass { margin-bottom: 0 !important; }
.bottomSingleClass { margin-bottom: 1.5em !important; }
.bottomDoubleClass { margin-bottom: 2.4em !important; }

.w25Class { width: 24.999% !important; }
.w33Class { width: 33.333% !important; }
.w38Class { width: 37.999% !important; }
.w50Class { width: 49.999% !important; }
.w60Class { width: 59.999% !important; }
.w66Class { width: 66.666% !important; }
.w75Class { width: 74.999% !important; }

p { margin: 0 0 10px 0; }
.pClass { margin: 0 0 1.5em 0; }
.firstClass { margin-top: 0em; }
p.listTitleClass { font-weight: normal; margin-bottom: 5px; }

table {
	border-width: 0;
	margin: 0 0 1.5em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; }
table p, table ul, table ol { margin-bottom: 0; }

img { border: 0; }
.subcolumns img { margin-top: 5px; }

figure, figcaption { display: block; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup { font-size: 75%; }
.paragraph-supersize sup { font-size: 50%; }
sub { font-size: 75%; }
sup, sub {
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   subtemplates
   ========================================================================== */

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.c15l, .c20l, .c25l, .c30l, .c33l, .c35l, .c38l, .c40l, .c45l, .c48l, .c50l, .c52l, .c55l, .c60l, .c62l, .c65l, .c66l, .c70l, .c75l, .c80l, .c85l { float: left; }
.c15r, .c20r, .c25r, .c30r, .c33r, .c35r, .c38r, .c40r, .c45r, .c48r, .c50r, .c52r, .c55r, .c60r, .c62r, .c65r, .c66r, .c70r, .c75r, .c80r, .c85r { float: right; margin-left: 0px; }

.c15l, .c15r { width: 14.999%; }
.c20l, .c20r { width: 19.999%; }
.c25l, .c25r { width: 24.999%; }
.c30l, .c30r { width: 29.999%; }
.c33l, .c33r { width: 33.333%; }
.c35l, .c35r { width: 34.999%; }
.c38l, .c38r { width: 38.199%; }
.c40l, .c40r { width: 39.999%; }
.c45l, .c45r { width: 44.999%; }
.c48l, .c48r { width: 47.999%; }
.c50l, .c50r { width: 49.999%; }
.c52l, .c52r { width: 51.999%; }
.c55l, .c55r { width: 54.999%; }
.c60l, .c60r { width: 59.999%; }
.c62l, .c62r { width: 61.799%; }
.c65l, .c65r { width: 64.999%; }
.c66l, .c66r { width: 66.666%; }
.c70l, .c70r { width: 69.999%; }
.c75l, .c75r { width: 74.999%; }
.c80l, .c80r { width: 79.999%; }
.c85l, .c85r { width: 84.999%; }

.subcl { padding-right: 10px; }
.subcr { padding-left: 10px; }
.subc { padding-left: 10px; padding-right: 10px; }

* html .c15l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c35l, * html .c38l, * html .c40l, * html .c45l, * html .c48l, * html .c50l, * html .c52l, * html .c55l, * html .c60l, * html .c62l, * html .c65l, * html .c66l, * html .c70l, * html .c75l, * html .c80l,
* html .c15r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c35r, * html .c38r, * html .c40r, * html .c45r, * html .c48r, * html .c50r, * html .c52r, * html .c55r, * html .c60r, * html .c62r, * html .c65r, * html .c66r, * html .c70r, * html .c75r, * html .c80r {
	display: inline;
}

/*
* html .subcolumns .subcl,
* html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; }
*/

/* ==========================================================================
   internet explorer
   ========================================================================== */

/*.lt-ie8 div#logoLayer { border: 10px solid red; }*/

/*****************************************************************************/
}

@media all {
/*****************************************************************************/

/* GALLERY */

div#galleryWrapper,
div#galleryOverviewWrapper,
div#galleryDetailWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height: auto;
	display: none;
	z-index: 51;
}

div#galleryOverviewWrapper,
div#galleryDetailWrapper {
	z-index: 52;
}

div#galleryOverviewWrapper { display: block; }

/* GALLERY OVERVIEW */

div#galleryOverviewCloseLayer {
	position: absolute;
	left: 857px;
	top: 52px;
	width: 15px;
	height: 15px;
	background: transparent url('../5_images/main/gallery-close.png') scroll no-repeat left top;
	z-index: 55;
}

div#galleryOverviewPictureWrapper {
	position: absolute;
	left: 53px;
	top: 123px;
	width: 840px;
	height: auto;
	z-index: 57;
}

div#galleryOverviewPictureWrapper div.element {
	position: relative;
	width: 147px;
	height: 147px;
	margin: 0 21px 21px 0;
	background-color: #f00;
	float: left;
	z-index: 57;
}

div#galleryOverviewPictureWrapper div.element img {
	width: 147px;
	height: 147px;
}

div#galleryOverviewPictureWrapper div.element div.iconPlusClass {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 85px;
	height: 85px;
	background: transparent url('../5_images/main/gallery-icon-plus.png') scroll no-repeat left top;
	z-index: 58;
}

div#galleryOverviewNavigationLayer {
	position: absolute;
	left: 53px;
	top: 50px;
	width: 780px;
	height: auto;
	z-index: 53;
}

div#galleryOverviewNavigationLayer a,
div#galleryOverviewNavigationLayer a:link,
div#galleryOverviewNavigationLayer a:visited {
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: normal;
	line-height: 0.50em;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
	display: block;
	float: left;
	width: auto;
	padding: 10px 0px 8px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #300;
	white-space: nowrap;
}
div#galleryOverviewNavigationLayer a:hover,
div#galleryOverviewNavigationLayer a:active,
div#galleryOverviewNavigationLayer a:visited:hover,
div#galleryOverviewNavigationLayer a:visited:active { color: #f00 !important; font-weight: normal !important; border-bottom-color: #f00; }
div#galleryOverviewNavigationLayer li.actClass a,
div#galleryOverviewNavigationLayer li.actClass a:link,
div#galleryOverviewNavigationLayer li.actClass a:visited,
div#galleryOverviewNavigationLayer li.actClass a:hover,
div#galleryOverviewNavigationLayer li.actClass a:active,
div#galleryOverviewNavigationLayer li.actClass a:visited:hover,
div#galleryOverviewNavigationLayer li.actClass a:visited:active { color: #f00 !important; font-weight: bold !important; border-bottom-color: #f00; }

div#galleryOverviewNavigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	margin: 0px;
	overflow: hidden;
	width: 100%;
}

div#galleryOverviewNavigationLayer ul li {
	float: left;
	display: inline-block;
	width: auto;
	padding-left: 10px;
	padding-right: 20px;
	background: transparent url('../5_images/main/nav1-indicator.gif') scroll no-repeat left top;
}

div#galleryOverviewNavigationLayer ul li.overClass,
div#galleryOverviewNavigationLayer ul li.actClass {
	background-image: none;
}

/* GALLERY DETAIL */

div#galleryDetailCloseLayer {
	position: absolute;
	left: 817px;
	top: 52px;
	width: 15px;
	height: 15px;
	background: transparent url('../5_images/main/gallery-close.png') scroll no-repeat left top;
	z-index: 55;
}

div#galleryDetailArrowLeftLayer,
div#galleryDetailArrowRightLayer {
	position: absolute;
	top: 52px;
	width: 15px;
	height: 15px;
	background: transparent scroll no-repeat left top;
	z-index: 55;
}

div#galleryDetailArrowLeftLayer {
	left: 778px;
	background-image: url('../5_images/main/gallery-arrow-left.png');
}

div#galleryDetailArrowRightLayer {
	left: 864px;
	background-image: url('../5_images/main/gallery-arrow-right.png');
}

div#galleryDetailIndicatorWrapper {
	position: absolute;
	left: 779px;
	top: 123px;
	width: 105px;
	height: auto;
	z-index: 55;
}

div#galleryDetailIndicatorWrapper div.element {
	position: relative;
	width: 9px;
	height: 9px;
	margin: 0 12px 12px 0;
	background-color: #fff;
	float: left;
}

div#galleryDetailPictureWrapper {
	position: absolute;
	left: 725px;
	top: 123px;
	width: 1px;
	height: 1px;
	z-index: 55;
}

div#galleryDetailPictureWrapper div#galleryDetailPictureLayer,
div#galleryDetailPictureWrapper div#galleryDetailPictureProtectionLayer {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 652px;
	height: 652px;
	text-align: right;
	z-index: 55;
}

div#galleryDetailPictureWrapper div#galleryDetailPictureProtectionLayer { z-index: 56; }

div#galleryDetailInfoLayer {
	position: absolute;
	left: 74px;
	top: 54px;
	width: 652px;
	height: auto;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.5em;
	color: #fff;
	z-index: 53;
}

/* GALLERY BACKGROUND */

div#galleryBackgroundLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #320607;
	z-index: 51;
}

/*****************************************************************************/
}

