body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 100.1%;
  line-height: 1.5em;
  font-size: 12px;
  background: url("/gfx/background.jpg") repeat-x top left #fcfcfc;
}


* {
	margin: 0;
	padding: 0;
	outline: 0 none;
	list-style: none;
}

a img {
  border: none;
}

.clear {
	clear: both;
	float: none;
}

/*
.textShadowBlack {
    text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}
*/

#page-wrapper {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

.Template {
	margin: 0 0 15px 0;
}

#siteWrapper {
	width: 1000px;
	float: left;
}

#skyscraper {
	width: 120px;
	float: left;
	position: relative;
	padding: 310px 0 0 0;
}

#skyscraper .BannerContainer h3,
#skyscraper .BannerContainer .weiter {
	display: none;
}

#skyscraper .BannerContainer img {
  padding-left: 20px;
  width: 120px;
  height: auto;
  transition: all 0.2s ease-in; 
}

#skyscraper .BannerContainer img:hover {
  padding-left: 10px;
  width: 130px;
}


#header-wrapper {
  position: relative;
  width: 1000px;
}

#header {
    border: 3px solid #FFFFFF;
    height: 380px;
    position: relative;
    width: 994px;
    z-index: 2;
    box-shadow: 0 1px 8px #000000;
    -moz-box-shadow: 0 1px 8px #000000;
    -webkit-box-shadow: 0 1px 8px #000000;
}

#header-bild {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 380px;
  width: 994px;
  overflow: hidden;
}

#header-bild img {
  width: 100%;
  height: auto;
  position: relative;
}

#main-nav {
	position: absolute;
	right: 3px;
	top: 26px;
	z-index: 100;
}

#main-nav ul li {
  min-width: 115px;
  height: 30px;
  display: block;
  float: left;
  background: #2580b5;
  border-right: 1px solid #13374d;
  border-left: 1px solid #74bee9;
  position: relative;
}

#main-nav ul li:first-child {
	border-left: 0 none;
}

#main-nav ul li:last-child {
	border-right: 0 none;
}


#main-nav ul li.active ul li a,
#main-nav ul li a {
    background: none;
    display: block;
    text-align: center;
    color: #e4f3fd;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
  padding: 0px 10px;
}


#main-nav ul li.active a,
#main-nav ul li a:hover {
  background: #49b0ee;
  background: -moz-linear-gradient(top, #49b0ee 0%, #2882b5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49b0ee), color-stop(100%,#2882b5));
  background: -webkit-linear-gradient(top, #49b0ee 0%,#2882b5 100%);
  background: -o-linear-gradient(top, #49b0ee 0%,#2882b5 100%);
  background: -ms-linear-gradient(top, #49b0ee 0%,#2882b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b0ee', endColorstr='#2882b5',GradientType=0 );
  background: linear-gradient(top, #49b0ee 0%,#2882b5 100%);
  color: #ffffff;
}

#main-nav ul li ul {
  display: none;
  background: #2882b5;
  background: -moz-linear-gradient(top, #2882b5 0%, #1d5d82 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2882b5), color-stop(100%,#1d5d82));
  background: -webkit-linear-gradient(top, #2882b5 0%,#1d5d82 100%);
  background: -o-linear-gradient(top, #2882b5 0%,#1d5d82 100%);
  background: -ms-linear-gradient(top, #2882b5 0%,#1d5d82 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2882b5', endColorstr='#1d5d82',GradientType=0 );
  background: linear-gradient(top, #2882b5 0%,#1d5d82 100%);
  padding: 10px;
  width: 180px;
  position: absolute;
  top: 30px;
  border-top: 1px solid #13374d;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}


#main-nav ul li:last-child ul {
  right: 0px;
}


#main-nav ul li:hover ul {
	display: block;
}

#main-nav ul li ul li {
	width: 180px;
	border-bottom: 1px solid #13374d;
	border-top: 1px solid #74bee9;
	border-left: 0 none;
	border-right: 0 none;
	float: none;
  height: auto;
	background: 0 none;
}

#main-nav ul li ul li a {
  text-align: left;
  padding-left: 10px;
}

#main-nav ul li ul li a,
#main-nav ul li.active ul li a {
  text-align: left;
}

#main-nav ul li ul li.active a,
#main-nav ul li ul li a:hover {
	background: #2580B5;
	color: #ffffff;
}

#main-nav ul li:hover ul li:first-child {
	border-top: 0px none !important;
}

#main-nav ul li:hover ul li:last-child {
	border-bottom: 0px none;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#logo a,
#logo a img {
    display: block;
  /*background: url("/gfx/logo.jpg") no-repeat scroll left top transparent;    
    height: 89px;
    text-indent: -999px;
    width: 224px;
  */
}

#meta-nav-wrapper {
    color: #000000;
    font-size: 11px;
    line-height: 20px;
    height: 20px;
    padding-top: 3px;
    text-align: right;
}

#meta-nav-wrapper a {
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-decoration: none;
	padding-top: 2px;
}

#meta-nav-wrapper a:hover{
	text-decoration: underline;
}

#meta-nav-wrapper a.home-link {
	padding-left: 15px;
	background: url("/gfx/home-icon.png") no-repeat scroll left 0 transparent;
	padding-bottom: 2px;
	margin-right: 10px;
}

#meta-nav-wrapper a.language-link {
  background-image: url("/gfx/language-flags.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: right;
  margin: 2px 0 0 5px;
  overflow: hidden;
  text-indent: 5000px;
  width: 17px;
  height: 12px;
  padding: 0;
}

#meta-nav-wrapper a.language-link.de {
  background-position: 0 -14px;
}

#site-search {
    background: url("/gfx/search-bar-bg.png") repeat scroll left top transparent;
    height: 67px;
    left: 0;
    position: absolute;
    top: 198px;
    width: 994px;
    z-index: 2;
}

#site-search .query {
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border: 1px solid #CCCCCC;
    color: #5D5D5D;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-left: 267px;
    margin-top: 17px;
    padding: 0 10px;
    width: 280px;
	float: left;
	box-shadow: 0px 0px 10px #ffffff;
	-moz-box-shadow: 0px 0px 10px #ffffff;
	-webkit-box-shadow: 0px 0px 10px #ffffff;
}

#site-search .button {
    color: #000000;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    line-height: 30px;
    margin-top: 17px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0px 0px 10px #ffffff;
    -moz-box-shadow: 0px 0px 10px #ffffff;
    -webkit-box-shadow: 0px 0px 10px #ffffff;
    font-size: 13px;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #e0e0e0 100%); /* FF3.6  */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0)); /* Chrome,Safari4  */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Chrome10 ,Safari5.1  */
    background: -o-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Opera11.10  */
    background: -ms-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* IE10  */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* W3C */
}

#site-search .button:hover {
    background: #e0e0e0;
    background: -moz-linear-gradient(top, #e0e0e0 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #e0e0e0 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #e0e0e0 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #e0e0e0 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f2f2f2',GradientType=0 );
    background: linear-gradient(top, #e0e0e0 0%,#f2f2f2 100%);
}

#weather {
    left: 770px;
    position: absolute;
    top: 190px;
    z-index: 2;
}

#weather .icon {
    float: left;
    height: 50px;
    margin: 8px 0;
    width: 50px;
}

#weather .data {
    color: #000;
    float: left;
    height: 47px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 20px 0 0 20px; 
}

#weather a.weatherPreview {
  font-size: 12px;
  color: #000;
  font-weight: normal;
}

#weather a.weatherPreview:hover {
  text-decoration: none;
}

#headerFade {
    background: url("/gfx/bg-fade-white.png") no-repeat scroll left top transparent;
    height: 16px;
    left: 0;
    position: absolute;
    bottom: 0px;
    width: 1000px;
    z-index: 2;
}


.teaser-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #FFFFFF;
    float: left;
    height: 183px;
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    width: 219px;
	box-shadow: 0px 0px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
}

.teaser-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	color: #000;
	background-color: rgba(255,255,255,0.8);
	font-size: 0.75em;
	text-decoration: none;
	padding: 2px 5px;
}

.hover .teaser-link, .teaser-link:hover {
	background: #2580B5;
	background-color: rgba(61,155,229,0.8);
	color: #fff;
}

.teaser-bild img {
    height: 183px;
    width: auto;
}

#teaser-box1 {
	/*background: url("/gfx/info-icon.png") no-repeat scroll 10px 125px #FFFFFF;*/
	overflow: visible;
}

#content-wrapper {
  border-bottom: 1px solid #B9B9B9;
  background: url("/gfx/bg-content.png") repeat-x scroll left top #FFFFFF;
  /* background: #F8F2E2; */
  padding: 20px;
  position: relative;
  width: 960px;
  z-index: 3;
}


#treffersuchedatumfrom_tr, #treffersuchedatumto_tr {
    float: left;
    margin: 0;
    padding: 0;
    width: 85px;
}

#filter_person, .button.suchestarten {
    float: left;
}

#treffersuchedatumfrom_tr, #filter_person {
	margin-right: 10px;
}


.suchestarten .button {
    background: url("/gfx/search-button.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding-top: 7px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

#karte {
    bottom: 2px;
    color: #FFFFFF;
    font-size: 12px;
    height: 27px;
    position: absolute;
    right: 0;
    width: 245px;
    z-index: 300;
    text-align: center;
}

.karte-open {
    background: none !important;
	height: 35px !important;
}

#karte:hover {
	cursor: pointer;
}

#karte-link-open {
    background: url("/gfx/fullscreen-icon.png") no-repeat scroll 5px center #2580B5;
    bottom: 3px;
    padding: 5px 5px 2px 25px;
    position: absolute;
    right: 3px;
    width: 212px;
}

#karte-link-close {
    display: none;
    background: url("/gfx/close-icon.png") no-repeat scroll 5px center #2580B5;
    bottom: 3px;
    padding: 5px 5px 2px 25px;
    position: absolute;
    right: 3px;
    width: 213px;
}


#interactiveMap {
    display: block;
    position: absolute;
    top: 26px;
    left: 3px;
  height: 380px;
  width: 994px;
    z-index: 200;
}

.InfoWindow .bild img.thumb {
  width: 30px;
}

#googleMap {
  background: #fff;
}

#leftColumn {
  width: 225px;
  float: left;
  position: relative;
}

#leftColumn .box {
  /*background: #FFF url("/gfx/info-icon.png") no-repeat 10px 125px;*/
  background: #FFF;
  border: 3px solid #FFFFFF;
  margin: 0px 0px 15px 0px;
  position: relative;
  width: 209px;
  box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
  padding: 5px;
}

#subNav {
  position: relative;
  margin-bottom: 60px;
}

#subNav ul li {
	text-align: left;
}

#subNav ul li:last-child {
	border-bottom: 0px none;
}

#subNav ul li a {
  padding: 0px 10px 10px 0px;
  color: #2580B5;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: block;
}

#subNav ul li ul li a {
  border-bottom: 1px solid #F5F5F5;
  padding: 0px 10px 0px 0px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px; 
}

#subNav ul li ul li a.active,
#subNav ul li ul li a:hover {
	color: #2580B5;
}

#subNav ul li ul li a.active {
  font-weight: bold;
}

#subNav ul ul {
  border-right: 3px solid #2580B5;
}

#subNav ul ul ul {
  border: none;
}

#subNav ul li.active ul li ul {
  border: none;
  padding-right: 10px;
  display: none;
}

#subNav ul li ul li ul li.active ul, 
#subNav ul li.active ul li.active ul, 
#subNav ul li.active ul {
  display: block;
}

#subNav ul li ul li ul li a {
  padding: 0px 0px 0px 28px;
  color: #767676
}

#subNav ul li ul li ul li a.active {
  font-weight: normal;
}

#gastgeber-suche {
  position: relative;
  height: 288px;
}


#gastgeber-suche  h2 {
  background: url("/gfx/bett-icon.png") no-repeat 1px 0px;
  color: #2580b5;
  font-size: 11px;
  text-transform: uppercase;
  width: 170px;
  height: 35px;
  display: block;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 5px 39px;
  margin-bottom: 5px;
}

.travelLink {
  padding: 5px 0px;
  color: #535353;
  display: block;
  text-align: right;
}

#contact-links {
   position: relative;
}

#contact-links p {
	font-size: 11px;
	color: #767676;
	line-height: 16px;
	text-align: right;
}

#contact-links p a {
	color: #535353;
}

#gastgeber-suche #von,
#gastgeber-suche #dateInput,
#gastgeber-suche #bis {
  padding: 0 2px;
  margin-top: 10px;
  margin-bottom: 5px;
  background: url("/gfx/calendar.png") no-repeat scroll 78px 2px transparent;
  float: left;
  display: block;
  height: 18px;
  width: 45%;
  border: 1px solid #eee;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 1px 3px #ccc;
  -moz-box-shadow: 0px 1px 3px #ccc;
  -webkit-box-shadow: 0px 1px 3px #ccc;
}

#gastgeber-suche #von,
#gastgeber-suche #dateInput {
  margin-right: 4%;
}

#gastgeber-suche #treffersuchepersonen,
#gastgeber-suche #qfdNights,
#ctl00_cph1_ctl10_tbxAdults1_text {
  width: 48%;
  height: 18px;
}

#gastgeber-suche #qfdNights {
  margin-top: 10px;
}

#search-button,
#vacancySubmit {
  position: relative;
  text-transform: uppercase;
  font-size: 11px;
  height: 19px;
  color: #fff;
  text-align: center;
  width: 47%;
  margin-left: 2%;
  border: 0px none;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #3399d4; /* Old browsers */
  background: -moz-linear-gradient(top, #3399d4 0%, #23538a 100%); /* FF3.6  */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399d4), color-stop(100%,#23538a)); /* Chrome,Safari4  */
  background: -webkit-linear-gradient(top, #3399d4 0%,#23538a 100%); /* Chrome10 ,Safari5.1  */
  background: -o-linear-gradient(top, #3399d4 0%,#23538a 100%); /* Opera11.10  */
  background: -ms-linear-gradient(top, #3399d4 0%,#23538a 100%); /* IE10  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399d4', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #3399d4 0%,#23538a 100%); /* W3C */
  box-shadow: 0px 1px 3px #ccc;
  -moz-box-shadow: 0px 1px 3px #ccc;
  -webkit-box-shadow: 0px 1px 3px #ccc;
  padding: 0 5px;
}

#search-button:hover {
  cursor: pointer;
}

/* Anfrage Form Lightbox Start */

#requestForm p {
  margin: 0px 0px 10px 0px;
}

#requestForm p .alert {
  background: #f00;
}

#requestForm label {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  color: #2580B5;
  font-weight: bold;
}

#vacancySubmit {
  width: auto;
}

/* Anfrage Form Lightbox Ende */

#content {
  width: 950px;
  margin-left: 20px;
  float: left;
  position: relative;
}

#tagcloud {
  clear: both;
  display: block;
  font-size: 1em;
  margin-top: 15px;
  padding: 10px 0px;
  width: 960px;
}

div.seTagCloud {
    display: block;
    float: left;
    line-height: 25px;
    padding: 0 5px;
    vertical-align: middle;
}

.white div.seTagCloud a {
    color: #a4a4a4;
    display: block;
    text-decoration: none;
}

.white div.seTagCloud a:hover {
    color: #202020;
}

.white div.seTagCloud.size9 a { font-size: 1.9em; }
.white div.seTagCloud.size8 a { font-size: 1.8em; }
.white div.seTagCloud.size7 a { font-size: 1.7em; }
.white div.seTagCloud.size6 a { font-size: 1.6em; }
.white div.seTagCloud.size5 a { font-size: 1.5em; }
.white div.seTagCloud.size4 a { font-size: 1.4em; }
.white div.seTagCloud.size3 a { font-size: 1.3em; }
.white div.seTagCloud.size2 a { font-size: 1.2em; }
.white div.seTagCloud.size1 a { font-size: 1.1em; }

#social-media-footer {
    padding: 0px 10px;
    width: 960px;
    margin-top: 15px;
}

#social-media-footer a {
  text-transform: uppercase;
  line-height: 31px;
  float: left;
  text-decoration: none;
  color: #202020;
  opacity: 0.5;
  font-size: 10px;
  display: block;
}

#social-media-footer a:hover {
	opacity: 1;
}

#social-media-footer #fb {
  background: url("/gfx/facebook-icon.png") no-repeat 0px top;
  margin-right: 215px;
  margin-left: 20px;
  padding-left: 35px;
  width: 140px;
}

#social-media-footer #yt {
  background: url("/gfx/youtube-icon.png") no-repeat 0px top;
  margin-right: 170px;
  padding-left: 35px;
  width: 140px;
}

#social-media-footer #ta {
  width: 140px;
}

#social-media-footer #sm {
  background: url("/gfx/social-icons.png") no-repeat 0px top;
  padding-left: 80px;
  float: left;
  width: 240px;
}

#social-media-footer #ig {
  background: url("/gfx/instagram-icon.jpg") no-repeat 0px top;
  margin-left: 20px;
  padding-left: 35px;
  width: 140px;
}

#social-media-footer .partnerLogos {
  border-top: 1px solid #A4A4A4;
  margin: 15px 0px 0px 0px;
  padding: 15px 5px 0px 5px;
}


#social-media-footer .partnerLogos a {
  width: 180px;
  text-align: center;
  margin-right: 15px;
}

#social-media-footer .partnerLogos #frankenTourismus {
  width: 170px;
}

#social-media-footer .partnerLogos #airport-nuernberg img {
  width: 170px;
  margin-top: 16px;
}

#social-media-footer .partnerLogos #franken-fernsehen img {
  width: 170px;
  margin-top: 13px;
}

#social-media-footer .partnerLogos #stroeer img {
  width: 170px;
  margin-top: 13px;
}

#social-media-footer .partnerLogos #in-franken img {
  width: 170px;
  margin-top: 13px;
}

#social-media-footer .partnerLogos #in-franken {
  margin-right: 0px;
}



#footer-wrapper {
  padding: 0px 10px;
  position: relative;
  width: 980px;
  margin: 15px 0px;
}

#footer {
  font-size: 12px;
  width: 980px;
  position: relative;
  color: #454545;
  line-height: 15px;
}

#footer a {
  font-size: 12px;
  color: #454545;
  text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footerETM,
#footer .footerLinks {
    text-align: right;
}


#footer .footerETM {
  font-size: 11px;
}

#infoText {
  margin-top: 15px;
  position: relative;
  width: 980px;
  display: block;
  color: #555555;
}

#infoText a {
  color: #555555;
  border-bottom: 1px dotted #555;
}

#infoText a:hover {
  border-bottom: none;
  color: #000;
}


/******* Templates ********/

.Body .Document .Template h1,
.Body .Document .Template h2,
.Body .Document .Template h3,
.tt_template h1,
.tt_template h2,
.tt_template h3 {
  margin: 0px 0px 15px 0px;
  color: #2580B5;
}

.Body .Document .Template h1,
.tt_template h1 {
	font-size: 16px;
}

.Body .Document .Template h2,
.tt_template h2 {
	font-size: 14px;
}


.Body .Document .Template p,
.tt_template p {
	font-size: 12px;
}

.Template a,
.tt_template a {
  color: #2580B5;
}

.Template a:hover,
.tt_template a {
	text-decoration: none;
}

.Template ul,
.Template ol {
  padding-left: 15px;
}

.Template ul,
.Template ul li {
  list-style-type: square;
}

.Template ol,
.Template ol li {
  list-style-type: decimal;
}


#content .Template .spalte {
  width: 225px;
}


#content .Template .spalte .bild {
  margin: 0px;
}

#content .Template .spalte .bild img {
  position: relative;
  width: 100%;
  height: auto;
}

#content .Template .spalte .minitext {
  margin: 0px 0px 3px 0px;
  font-size: 11px;
}

#content .Template .spalte .minitext p {
  color: #555555;
    font-size: 11px;
    line-height: 13px;
}


/* Mehrbild 2 - 3 Spalter */

.s71 .spalteEins,
.s71 .spalteZwei,
.s71 .spalteDrei {
	width: 225px;
}

.s71 .spalteEins,
.s71 .spalteZwei {
	margin-right: 20px;
}
	
.s71 .bildEins,
.s71 .bildZwei,
.s71 .bildDrei {
  margin-bottom: 10px;
}

/* Darstellung 2 Spalten */

.s70 .spalteEins {
	margin-right: 20px !important;
}

.s70 .spalteEins,
.s70 .spalteZwei {
	width: 347px !important;	
}


/* LIS / Travel Listendarstellung Start */

.trefferlistenavigation {
  background: none;
  margin-bottom: 10px;
}

.trefferlistenavigation ul.brotkruemmel li a {
  color: #000;
}
    
.Template.LIS .trefferlistekategorien {
    background: #FFFFFF;
    border: 2px solid #eee;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #aaa;
    -moz-box-shadow: 0px 0px 5px #aaa;
    -webkit-box-shadow: 0px 0px 5px #aaa;
}

.trefferlisteheader {
  background: none;
  position: relative;
  width: 695px;
}

#travelheader {
  *zoom: 1;
}
#travelheader:before,
#travelheader:after {
  display: table;
  content: "";
}
#travelheader:after {
  clear: both;
}

.treffer {
  background: none;
  border: 2px solid #eee;
  box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;  
  width: 711px;
  min-height: 133px;
}

.treffer .kontaktinfo .adresse {
  height: 85px;
}

.s139 .treffer .kontaktinfo {
  padding: 10px 5px 25px 110px;
}

.treffer .kontaktinfo .weiter a {
  color: #fff;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #3399d4; /* Old browsers */
  background: -moz-linear-gradient(top, #3399d4 0%, #23538a 100%); /* FF3.6  */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3399d4), color-stop(100%,#23538a)); /* Chrome,Safari4  */
  background: -webkit-linear-gradient(top, #3399d4 0%,#23538a 100%); /* Chrome10 ,Safari5.1  */
  background: -o-linear-gradient(top, #3399d4 0%,#23538a 100%); /* Opera11.10  */
  background: -ms-linear-gradient(top, #3399d4 0%,#23538a 100%); /* IE10  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399d4', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #3399d4 0%,#23538a 100%); /* W3C */
  box-shadow: 0px 1px 3px #ccc;
  -moz-box-shadow: 0px 1px 3px #ccc;
  -webkit-box-shadow: 0px 1px 3px #ccc;
}

.treffer .kontaktinfo .weiter a:hover {
  background: #3399d4; /* Old browsers */
  background: -moz-linear-gradient(top, #23538a 0%, #3399d4 100%); /* FF3.6  */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23538a), color-stop(100%,#3399d4)); /* Chrome,Safari4  */
  background: -webkit-linear-gradient(top, #23538a 0%,#3399d4 100%); /* Chrome10 ,Safari5.1  */
  background: -o-linear-gradient(top, #23538a 0%,#3399d4 100%); /* Opera11.10  */
  background: -ms-linear-gradient(top, #23538a 0%,#3399d4 100%); /* IE10  */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23538a', endColorstr='#3399d4',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #23538a 0%,#3399d4 100%); /* W3C */
}

/* LIS /Travel Listendarstellung Ende */

/* Travel / LIS Templates */

.button .back {
  color: #2580B5;
  float: right;
}

.Template .divider {
	color: #2580B5;
    border-bottom: 2px solid #2580B5;
	font-size: 16px;
    margin: 0px 0px 10px 0px;
}

.Template.travelContentTemplateInfo .divider {
  border: none;
}

.treffer,
.trefferlisteheader {
	background: #fff;
}

.treffer .bildinfo .bild {
    height: 133px !important;
    width: 200px !important;
}

.treffer .bildinfo .bild img {
    height: auto;
    width: 200px !important;
}

.treffer .kontaktinfo {
    padding: 10px 5px 0 220px !important;
}

.treffer .kontaktinfo .adresse {
	height: 70px;
}
.treffer .kontaktinfo .beschreibung, 
.treffer .kontaktinfo .merkmale {
	font-size: 12px !important;
}

.treffer .kontaktinfo .beschreibung {
  padding-bottom: 20px;
}

.treffer .detailinfo .name .titel, 
.treffer .detailinfo .name .titel a {
	color: #2580B5;
	font-size: 16px;
	font-weight: bold;
}

.treffer .kontaktinfo .beschreibung .zusatz {
  margin: 10px 0px;
  color: #888;
}

/*
.treffer .kontaktinfo .preis,
.treffer .kontaktinfo .weiter,
.treffer .bildinfo .bildtitel,
.treffer .bildinfo .maplink {
	display: none;
}
*/

.treffer .kontaktinfo .telefon .www {
	width: 20px;
	height: 22px;
}

.treffer .kontaktinfo .telefon .www a {
	background: url(/se_data/global/gfx/travel/homepage.gif) no-repeat left top;
	display: block;
	width: 20px;
	height: 22px;
	overflow: hidden;
	text-indent: 5000px;
}

.treffer .kontaktinfo .telefon .email {
	width: 21px;
	height: 18px;
}

.treffer .kontaktinfo .telefon .email span {
	background: url(/se_data/global/gfx/travel/email.gif) no-repeat left top;
	display: block;
	width: 21px;
	height: 18px;
	overflow: hidden;
	text-indent: 5000px;
}


.ContentTemplateDetail .untermenu {
  display: none;
}

/* Travel Detaileintrag */

.s143.ContentTemplateDetail .treffer .minheight {
	height: 133px;
}

.ContentTemplateDetail .treffer .kontaktinfo .telefon .tel, 
.ContentTemplateDetail .treffer .kontaktinfo .telefon .fax {
	width: 80%;
}

.ContentTemplateDetail .treffer .kontaktinfo .telefon .www, 
.ContentTemplateDetail .treffer .kontaktinfo .telefon .email {
	width: 10%;
}

/*
.travelbilder {
	width: 705px;
}

.travelbilder .bildbig {
	width: 705px;
	height: 529px;
}
*/


/* Artikeldarstellung */

.s2 .info h1,
.s2 .info h1 a {
	color: #2580B5;
}

#content .Template.s2 {
  margin: 0px;
}

#content .Template.s2 .spalte {
	width: 715px;
    /* min-height: 150px; */
	margin: 0px 0px 15px 0px;
}

#content .Template.s2 .Nachricht .bild {
	margin: 0px 15px 10px 0px;
}

#content .Template.s2.s205 .Nachricht .bild img {
  height: 120px;
  width: auto;
}

/* 1 Spalte ??berschrift oben */
.s205 .Nachricht.spalte .bild {
  height: 100px;
}


/* 2 Spalten */

#content .Template.s2.s9 .spalte,
#content .Template.s2.s82 .spalte {
	width: 347px;
  min-height: 120px;
	margin: 0px 5px 20px 5px;
}

/* 2 Spalten ??berschrift oben */

#content .Template.s2.s96 .Nachricht.spalte .bild {
	width: 110px;
	margin: 50px 15px 10px 0px;
}

#content .Template.s2.s96 .info h1 {
	left: -125px;
}

#content .Template.s2.s96 .Nachricht.spalte .info {
	width: 222px;
}

#content .Template.s2.s96 .Nachricht.spalte .info .text {
	margin-top: 50px;
}

#content .Template.s2.s96 .Nachricht.spalte {
	width: 347px;
	margin: 0px 5px 20px 5px;
}

/* Reine Bilddarstellung */

#content .Template.s2.s9 .Nachricht .info {
  background: #fff;
  left: 115px;
  width: 210px;
  position: absolute
}


/* Sitemapvorlage */
#content .Template.s6 .Seite {
  margin: 0px 5px 15px 5px;
}

.s200 .Seite a {
  background: url(/gfx/bg-list.jpg) no-repeat left center;
  color: #2580B5;
  padding-left: 12px;
}

/* *********** Detaildarstellung *************** */

.Document.Detail .button.right {
    position: relative;
    z-index: 2;
}

/*
.Document.Detail .bild.right {
    width: 300px;
}
*/

.imageContentTemplate .bild img {
	width: 100%;
	height: auto;
}

.Tags span {
    background: url("/gfx/bg-tags-left.png") no-repeat left top;
    display: block;
    float: left;
    height: 35px;
    margin-right: 10px;
    padding-left: 10px;
}

.Tags span a {
    background: #2580B5;
    display: block;
    font-size: 12px;
    line-height: 24px;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
}

#content .Template .Tags {
    margin-bottom: 25px;
}

#content .Template .Tags span a {
    color: #fff;
}

#content .Template .Tags a:hover {
    color: #E7E8CD;
}

.Document.Detail .detailfilesize,
.Document.Detail .detaildimensions,
.Document.Detail .detailcreated,
.Document.Detail .detailchanged {
    display: none;
}

.Detail .artikelContentTemplate .Nachrichten .Nachricht {
  float: left;
  width: 48%;
}

.artikelContentTemplate .Nachrichten .Nachricht h3 {
  margin: 0px;
}

.Detail .Nachrichten .Nachricht h3 a, .artikelContentTemplate .Nachrichten .Nachricht h3 a {
    background: url("/gfx/article.png") no-repeat scroll left center transparent;
    display: block;
    color: #2580B5;
    font-size: 13px;
    padding: 5px 0 5px 30px;
}

/* *********** Kontaktformulare *************** */

#getCommunity .kontakt {
    border: 1px solid #000000;
    padding: 10px;
}


#getCommunity .kontakt .form_td {
    padding: 5px 0;
}

#getCommunity .kontakt .form_td td {
    padding: 0 0 3px 0;
}


/* Styling Solr autocomplete */

.ui-widget { 
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; 
	font-size: 1.2em;
        line-height: 1.6em;
	box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;
}

ul.ui-autocomplete {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 0px 2px 10px 3px rgba(2, 2, 2, 0.3);
  -moz-box-shadow: 0px 2px 10px 3px rgba(2, 2, 2, 0.3);
  box-shadow: 0px 2px 10px 3px rgba(2, 2, 2, 0.3);
}

.ui-autocomplete .ui-state-hover {
  background: 0 none !important;
  border: 0 none !important;
  cursor: pointer;
  font-weight: bold !important;
}

.ui-autocomplete .ui-menu-item a {
  color: #2580B5;
  display: block;
  line-height: 1.3em;
}

.ui-autocomplete li.even { 
  background: #F4F4F4;
}

.ui-autocomplete li.hover {
  background: #E9E9E9;
  /* padding: 4px 11px 6px 9px; */
}

.ui-autocomplete .ui-menu-item small {
  color: #555;
  font-weight: normal;
  line-height: 1.4em;
  display: block;
  text-shadow: 0px 0px 0px #888;
  -moz-text-shadow: 0px 0px 0px #888;
  -webkit-text-shadow: 0px 0px 0px #888;
  filter: dropshadow(color=#888888, offx=0, offy=0);
}

.ui-datepicker td {
    height: 1em;
	line-height: 1.5em;
}

/* Styling Solr Trefferseite */

.hint {
  background: #d6ecf9;
  border: 1px solid #2580B5;
  margin: 0px 0px 15px 0px;
  padding: 15px;
}

.hint ul {
  list-style: none;
}

.hint li {
  display: block;
  float: left;
  margin: 2px 4px;
}

.hint li.current {
  text-decoration: underline;
}

.hint .pagination {
  float: right;
}

.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  /* -webkit-box-shadow: 0px 2px 2px 1px rgba(2, 2, 2, 0.3);
  -moz-box-shadow: 0px 2px 2px 1px rgba(2, 2, 2, 0.3);
  box-shadow: 0px 2px 2px 1px rgba(2, 2, 2, 0.3);
  text-shadow: 1px 1px 1px #999;
  -moz-text-shadow: 1px 1px 1px #999;
  -webkit-text-shadow: 1px 1px 1px #999;
  filter: dropshadow(color=#999999, offx=1, offy=1);*/
}

#SolrResult ol li.solrResult {
    display: block;
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
    padding: 10px 5px;
}

#SolrResult ol li.solrResult.even { 
  background: #F4F4F4;
}

#SolrResult ol li h2 {
  margin: 0px;
}

.resultSwitch li {
  display: block;
  padding: 10px 5px;
  margin: 2px 0;
  border-left: 4px solid #E4F3FD;
  background-color: #E4F3FD;
  cursor: pointer;
}

.resultSwitch li.active {
  border-left: 4px solid #2580B5;
}

#searchResults .solrResult .icon {
	display: inline-block;
	float: left;
    margin-right: 5px;
	height: 25px;
	width: 25px;
}

#searchResults .solrResult .icon.file {
	background: url(/gfx/fileIcons/blank.png) no-repeat left top;
}

#searchResults .solrResult .icon.img {
	background: url(/gfx/fileIcons/img.png) no-repeat left top;
}

#searchResults .solrResult .icon.pdf {
	background: url(/gfx/fileIcons/pdf.png) no-repeat left top;
}

#searchResults .solrResult .icon.doc {
	background: url(/gfx/fileIcons/doc.png) no-repeat left top;
}

#searchResults .solrResult .icon.xls {
	background: url(/gfx/fileIcons/xls.png) no-repeat left top;
}

/* Styling VA - Veranstaltungen */
#vaZeitraum {
	position: relative;
}

.Calendar.ThemeDefault .Body {
	top: 20px;
	left: 175px;
}

.Calendar.ThemeDefault .Body.firstCalendar {
	left: 20px;
}

.Template.VA .treffer .detailinfo .name .titel, 
.Template.VA .treffer .detailinfo .name .titel a,
.Template.VA .treffer .detailinfo .kategorie {
  padding: 0px;
  line-height: 20px;
}

.trefferlistefooter .trefferlistenavi a {
  text-decoration: none;  
}

.trefferlistefooter .trefferlistenavi a:hover {
  font-weight: bold;  
}

.trefferlistefooter .trefferlistenavi a.active {
  background: #2580B5;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
}

.Template.VA .gruppe h3 {
  margin: 15px 0px 10px 0px;
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px;
}

.vaContentTemplate .header {
  margin: 0px 0px 20px 0px;
}

.vaContentTemplate .header .button {
  text-align: right;
}

.vaContentTemplate .header .button .back {
  float: none;
  clear: both;
}

.Body .Template.vaContentTemplate .divider {
  border: none;
  margin: 15px 0px 5px 0px;
}
  

/* Fancybox */

#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('/gfx/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;
}

#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('/gfx/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('/gfx/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('/gfx/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('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('/gfx/fancybox/fancybox-x.png');
}

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

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

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

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

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

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

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/gfx/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('/gfx/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('/gfx/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('/gfx/fancybox/fancybox-x.png') 0px -40px;
}

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

/* IE6 */

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

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

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/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='/gfx/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='/gfx/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); 

  
