/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
	border-color: #a0abb0 !important;
	background-color: #a0abb0 !important;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('runtime/custom/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('runtime/custom/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('runtime/custom/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('runtime/custom/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('runtime/custom/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('runtime/custom/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('runtime/custom/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('runtime/custom/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('runtime/custom/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('runtime/custom/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('runtime/custom/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
	width:904px !important;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
/* 	background: #D0D9D9; */
	background: #fff;
	position: relative;
}

.jspDrag
{
/*	background: #ACB3BA;*/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background-color: #fff;
	
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #fff;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

.jspArrowUp {
	background-image: url(mediathek/defaultImages/pfeil_nord.png) !important;
	
}

.jspArrowDown {
	background-image: url(mediathek/defaultImages/pfeil_sued.png) !important;
	
}/* Beginn Reset-CSS from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* Ende Reset-CSS */

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
			 
.clearfix {
    display: inline-block;
}
		     
    html[xmlns] .clearfix {
    display: block;
}
				 
* html .clearfix {
    height: 1%;
}

/* END CLEARFIX */
* {
    margin: 0;
    padding: 0;
}

html {
	overflow-y: scroll;
	height: 100% !important;
	width: 100% !important;
}

body {
   font-family:Arial, sans-serif;
   font-size:11px;
   color: #2f4f59;
   line-height:15px;
   height: 100% !important;
   width: 100% !important;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* Text */
.Text {
	display: inline;
}

h1 {
	font-size: 22px;
	font-weight:normal;
	line-height: normal;
	color: #e85426;
}

h2, td.TableHeadline {
	font-size:16px;
	font-weight:bold;
	line-height: normal;
}

a {
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
	line-height: normal;
	color:#2F4F59;
	text-decoration:underline;
	
}

a.LinkMail {
	color:#1f3bff;
}

a.LinkExtern {
	text-decoration:none;
	font-weight:bold;
	color:#2F4F59;
}


/* galleries */
.Gallery {
}

.GalleryThumb {
	
}

.GalleryName {
}

/* links */
.LinkDocument {

}

.LinkImage {
}

.LinkExtern {
}

.LinkFile {
}

.LinkFlash {
}

.LinkGallery {
}

.LinkMail {
}

.LinkVisualText {
}

#e19_3_11_text a {
	font-size:15px;
	line-height:25px;
	font-weight:normal;
	text-decoration:none;
}

#e19_3_11_text .LinkVisualText {

	text-decoration:none;
}

.LinkVisualText {
	color:#2F4F59;
	text-decoration:underline;
}

.LinkGlossary {
}


/* lists */
.ListHeadline {
}

.ListUnordered_Disc {
	list-style-type: disc;
}

.ListUnordered_Square {
	list-style-type: square;
}

.ListUnordered_Circle {
	list-style-image: url('mediathek/defaultImages/subnav_2.png');
}

.ListOrdered_Number {
}

.ListOrdered_RomanUpper {
}

.ListOrdered_RomanLower {
}

.ListOrdered_AlphaUpper {
}

.ListOrdered_AlphaLower {
}

.ListElement {
}

.ListElement_Even {
}

.ListElement_Odd {
	line-height:20px;
}


/* flash */
.FlashElement {
}

/* image */
.ImageElement {
}

/* table */
.TableElement {
}

.TableRow_Even {
}

.TableRow_Odd {
}

.TableHeadline {
}


/* page */
#frame {
    width:904px;
	margin:52px auto;
	position:relative;
}


#header_image {
    display: block;
}

#header {
	height:240px;
	position:relative;
}

#logo {
    display: block;
	position:absolute;
	right:24px;
	top:45px;
}

#contentFrame {
    height:376px;
	width:920px;
/* 	background-color: #d0d9d9; */
	background: url('mediathek/defaultImages/content_back.gif') 0 0 repeat-x;
	overflow:auto;
}

#contentLeft {
	float:left;
	width:206px;
	padding-left:38px;
/* 	position:relative; */
}

#contentMain {
	float:left;
	width:660px;
}

#contentRight {
	display:none;
	float:left;
}

#footer {
	margin-top:28px;
	width:802px;
	overflow:hidden;
	padding-left:102px;
}

#footer_left {
	float:left;
	font-size:12px;
}



#footer_right {
	float:right;
/* 	font-size:12px; */
}

#footer_right a{
	color:#394D5C;
	text-decoration:none;
/* 	font-weight:bold; */
	font-size: 10px;
}

#contentLeft_footer, #contentMain_header, #contentMain_footer, #contentRight_header, #contentRight_footer {
}

#onetimedownload {
}

#onetimedownload h1 {
}

#keil_klein, #keil_gross {
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}

#keil_gross {
	top:240px;
}

.orange {
	color: #fff;
	background-color: #e85426;
	height:138px;
	padding:25px;
}

#contentLeft h1 {
	text-align:center;
	padding-top:30px;
	margin-left:30px;
	width:220px;
}


/* Gallery FIX */

#slider ul li img {
	max-width:825px;
}


#content_scroll {
	overflow:hidden;
}

#e17_1_3_text .orange ul {
	list-style:none;
	padding-left:60px;

}

#e17_1_3_text .orange li {
	line-height:8px;
}



#e27_10_8_text{
	padding-left:41px;
}

#e17_1_3_text .ListElement {
    padding-top: 3px;
}

div.jspDrag {
    background-color: #e85426;/*#E8D6CD;*/
}
div.jspDrag.jspHover {
    background-color: #e85426;
}#langnav {
    position:absolute;
	right: 0;
	bottom: 20px;
}

#langnav li {
    float: left;
    list-style-type: none;
}

#langnav li a span {
    display: none;
}

#langnav li a {
    display: block;
    margin-right: 5px;
    width: 18px;
    height: 13px;
    text-decoration: none;
}

#langnav #de_DE {
    display:none;
}

#langnav li#de_DE a {
    background: url(mediathek/defaultImages/flags/flag_de_DE.gif) no-repeat 0 0;
}

#langnav li#en_US a {
    background: url(mediathek/defaultImages/flags/flag_en_GB.gif) no-repeat 0 0;
}

#langnav li#fr_FR a {
    background: url(mediathek/defaultImages/flags/flag_fr_FR.gif) no-repeat 0 0;
}

#mini_nav_1 {
    float: left;
    position: absolute;
    top: 7px;
    left: 264px;
    list-style-type: none;
}

#mini_nav_1 li{
    float:left;
}

#mini_nav_1 li a {
    color: #161c68; 
    font-size: 10px; 
    text-decoration: none;
    margin: 0px 0px 0px 16px;
    float: left;
}

#mini_nav_1 li a:hover
{
    text-decoration: underline;
}


/* mainNav */

.main_nav_1 {
  list-style-type: none;
  left:0;
  padding-left:32px;
  position:absolute;
  bottom:20px;
  z-index:100;
}

.main_nav_1 li {
	float:left;
	position:relative;
}

.main_nav_1 li a {
	text-decoration:none;
	font-size:12px;
	color:#000;
	padding:3px 25px;
	border-right: 1px solid black;
	display:block;
	font-weight: normal;
}
  
.main_nav_1 li:hover .main_nav_2{
	display:block;
}

.main_nav_1 li a.nav_path,.main_nav_1 li a.nav_active {
	color:#e85426;
/* 	font-weight:bold; */
}

/* subNav */
.main_nav_2 {
    background-color: #FFFFFF;
    display: none;
    min-width: 215px;
    padding-bottom: 10px;
	padding-top:13px;
    position: absolute;
    top: 15px;
    width: auto !important;
	padding-left:40px;
}


.main_nav_2 li {
	float:none;
	list-style-image:url('mediathek/defaultImages/subnav_2.png');
}

.main_nav_2 li a {
	padding:3px 25px 3px 0;
	border:none;
}
.main_nav_2 lihover {
}

.main_nav_3 li{
	margin-left:15px;
	list-style-image:none;
}

.main_nav_3 li a {
	color: #2f4f59;
	font-weight:bold;
}

.main_nav_4 li a {
	color:#000;
	font-weight:normal;
}

.main_nav_4 li {
	list-style-type:disc;
	margin-left:15px;
}
/* galleries */
.Gallery {
    display:inline-block;
    width:102px;
    text-align:center;
}

.GalleryThumb {
/*	display: none;*/
}

.GalleryName {
    display: inline;
    text-align:center;
    
}

/* galleries */
.Gallery {
}

.GalleryName {
}

.GalleryImage {
	border: 1px solid #2e2e2e;
	display: block;
}

.GalleryImage_Container {
	display: block;
/* 	float: left; */
	position: relative;
	/*width: 812px;*/
/* 	height: 450px; */
	left: -341px;
	width: 316px;
}

.GalleryImage_Container a.zoom2 {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.GalleryImage_Container a.zoom2Active {
	display: block;
}

.GalleryThPic {
	opacity: 0.5;
}

.GalleryTh {
	text-decoration:none;
	overflow:hidden;
}

.GalleryThumbs {
/* 	position: relative; */
/* 	top: 20px; */
	display: block;
	clear: both;
/* 	padding-top: 20px; */
/* 	height: 72px; */
	/*width: 770px;
	overflow: hidden;*/
}

.GalleryTh {
/* 	border: 1px solid #2e2e2e; */
	margin-right: 25px;
	margin-bottom:25px;
	display: block;
	float: left;
	height: 100px;
	width: 100px;
	overflow:hidden;
}

.GalleryLeft, .GalleryRight, .GalleryClose {
/*	float: right;*/
	position: relative;
	top: 400px;
	display: block;
/*	width: 18px;*/
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 20px 0 0 4px;
	padding: 0;
}

a.GalleryLeft {
	background-image: url(mediathek/defaultImages/Pfeil_links_normal.gif);
	padding-left: 25px;
	float: left;
}

a.GalleryLeft:hover, a.GalleryLeft:focus {
	background-image: url(mediathek/defaultImages/Pfeil_links_rollover.gif);
}

a.GalleryLeft:hover:active {
	background-image: url(mediathek/defaultImages/Pfeil_links_gedrueckt.gif);
}

a.GalleryRight {
	background-image: url(mediathek/defaultImages/Pfeil_rechts_normal.gif);
	background-position: right;
	float: right;
	width: 80px;
}

a.GalleryRight:hover, a.GalleryRight:focus {
	background-image: url(mediathek/defaultImages/Pfeil_rechts_rollover.gif);
}

a.GalleryRight:hover:active {
	background-image: url(mediathek/defaultImages/Pfeil_rechts_gedrueckt.gif);
}

a.GalleryClose {
	background-image: url(mediathek/defaultImages/X_normal.gif);
}

a.GalleryClose:hover {
	background-image: url(mediathek/defaultImages/X_rollover.gif);
}

a.GalleryClose:hover:active {
	background-image: url(mediathek/defaultImages/X_gedrueckt.gif);
}


.GalleryThPic {
	padding: 0 15px 10px 0px;
}

#galBigPic {
/* 	position: absolute !important; */
/* 	display: block; */
	float: left;
}

#GalleryWindowDark {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #2e2e2e;
	width: 100%;
	height: auto;
	filter: Alpha(opacity=0);
	opacity: 0;
}

#GalleryWindowBackground {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: transparent;
	width: 100%;
	height: auto;
	z-index: 5000;
}

#GalleryWindow {
	background-color: white;
	margin: 20px auto 20px auto;
	padding: 8px 20px 20px 20px;
	position: relative;
}

#GalleryImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#GalleryLoading {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 300px;
}

#GalleryPrev, #GalleryNext, #GalleryClose {
	margin: 0px 0 0 4px;
}

#GalleryTitle {
	text-align: center;
}

#GalleryTitle span {
	position: relative;
	top: 3px;
	font-size: 12px;
	color: #2e2e2e;
}

#GalleryNav {
	height: 18px;
	padding-bottom: 8px;
	float: right;
} 

.contentMain_element a.Gallery {
    margin-right:15px;
    margin-bottom: 15px;
}

#contentMain [id*="_gallery"] {
    display:inline-block;
    padding:0;
    vertical-align: top;
}/* gallery */

#contentRight {
	display:none;
}

#contentLeft {
	width: 316px;
	height: 324px;
}

#contentLeft h1 {
	margin-left: 77px;
        text-align: left;
        /*font-weight: normal !important;*/
}

#contentMain {	
/*	overflow: hidden; */
	padding-top:91px;
	width: 530px;
	padding-left:20px;
}

.contentMain_element {
/*	padding-left: 25px;
	padding-top: 25px; */
}

.contentMain_element {
/*	float:left;*/
/*	width: 109px;  */
}

#contentLeft h2 {
	text-align:left;
        margin-left: 77px;
        font-weight: normal;
        width: 350px;

}

