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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, br {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    width: 100%;
}

body {
    background-color: #00355f;
    color: #484848;
    font-family: arial, helvetica, Sans Serif;
    font-size: 18px;
    height: 100%;
    line-height: 160%;
    margin: 0;
}

.content {
    font-size: 18px;
}

p {
    margin-top: 0;

}

a {
    color: #f3931b;
    text-decoration:none;
}

a:link, a:visited, a:active, a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.mehr {
    clear: both;
    display: inline-block;
    background: url("/static/img/icon-more.png") no-repeat left center;
    padding-left:10px;
    text-transform: none;
    font-style: normal;
}

a.download {
    clear: both;
    display: inline-block;
    background: url("/static/img/icon-pdf-download.gif") no-repeat top left;
    background-position: 0px 6px;
    padding-left: 22px;
    font-family: arial narrow, arial, helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}

.link-email,
.link-extern,
.link-local {
	color:#024370 !important;
}

ul {
    list-style: none outside none;
}

.clear {
    border: 0 none !important;
    clear: both;
}

.hidden {
    display: inline;
    font-size: 0;
    height: 0;
    left: -999px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: -999px;
}

h1 {
    color: #f3931b;
    font-family: arial narrow, arial, helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration:none;
}

h2 {
	color: #00355f;
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-stretch: condensed;
    font-size: 20px;
    font-weight: bold;
}

#right h2 {
    color: #00355f;
    font-family: arial narrow, arial, helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 20px;
    font-weight: bold;
}

#right h3 {
    color: #00355f;
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-stretch: condensed;
    font-size: 20px;
    font-weight: bold;
}

h4, .titel {

}

.errors, .error, .fehler {
    color: red;
    font-weight: bold;
}


/*
.legend {
    float: right;
    margin-top: -33px;
}
*/


/**************CONTAINER**************/

#container {
    margin: 0 auto;
    padding: 15px 0;
    background: none repeat scroll 0 0 #fff;
    width: 1000px;
}

#header {
    background: #fff;
    position: relative;
    height: 213px;
    margin:0 20px;
}

#topnavi {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 9px;
    margin-right: 9px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: url("/static/img/bg-tobnavi.png") repeat-x top left;
    /*background-image: linear-gradient(to bottom, white 0%, #00355f 100%);
	background: #fff;
	background: -moz-linear-gradient(#fff, #00355f);
	background: -webkit-linear-gradient(#fff, #00355f);
	background: -o-linear-gradient(#fff, #00355f);
	background: -ms-linear-gradient(#fff, #00355f);/*For IE10*/
	/*background: linear-gradient(#fff, #00355f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#00355f');/*For IE7-8-9*/ 
	/*height: 1%;/*For IE7*/ 
}

#breadcrump {
    margin-left: 240px;
    margin-bottom: 20px;
    font-size: 0.8em;
    color: #5d5d5f;
}

/*body.startseite*/
#breadcrump {
    margin: 20px 20px 0 20px;
}

#wrapper-content-right-left {
    margin: 15px 20px 0 20px;
}

#content {
    margin-right: 240px;
}

#content-cleaner {
    float: left;
    width: 720px;
    background: #fff;
    text-align: justify;
}

#right-outer {
    float: right;
}

#right {
    width: 220px;
    margin-top:-35px;
    background: #fff;
    text-align: justify;
}

.startseite #right {

}

#left {
    float: left;
    width: 220px;
    background: #fff;
}

#footer {
    margin-top: 40px;
    margin-left: 9px;
    margin-right: 9px;
    height: 40px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: linear-gradient(to top, white 0%, #E6E6E6 100%);
    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: linear-gradient(to bottom, white 0%, #E6E6E6 100%);
    background: #fff;
    background: -moz-linear-gradient(#fff, #E6E6E6);
    background: -webkit-linear-gradient(#fff, #E6E6E6);
    background: -o-linear-gradient(#fff, #E6E6E6);
    background: -ms-linear-gradient(#fff, #E6E6E6);/*For IE10*/
    background: linear-gradient(#fff, #E6E6E6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#E6E6E6');/*For IE7-8-9*/ 
    
    
    
    font-size: 16px;
}

/*******************KOPF*******************/
.header {

}
.logo-image {
    position: absolute;
    z-index: 1000;
    left: 50px;
    top: 25px;
}

.slider {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 20px;
}

.slider li {
	width:100% !important;
	text-align:center;
}

.slider li img {
    display:inline-block;
}

/******************TOOLBAR**************/

.toolbar {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 5000;
    border-bottom-left-radius: 10px;

}

.toolbar li {
    float: left;
    height: 21px;
}

.toolbar ul li a {
    color: #858585;
    font-family: arial narrow, arial, helvetica, sans-serif;
    font-stretch: condensed;
    font-size: 17px;
    font-weight: bold;
    height: 20px;
}

.toolbar ul li a:hover {
    color: #00355f;
}


.toolbar ul li a span{
	margin-top: 3px;
}

.toolbar ul li.item a:hover {

}

.toolbar-title {
}

/******************NAVIGATION*****************/


.hauptnavigation  {
    margin-left: 10px;
    margin-right: 10px;
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
    height:40px;
}

.hauptnavigation a {
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    font-family: arial narrow, arial, helvetica, sans-serif;
	font-stretch: condensed;
}

.hauptnavigation ul {
    list-style-type: none;
}

.hauptnavigation ul > li {
    list-style-type: none;
}

.hauptnavigation ul.level-1 {
    display: inline-block;
    width: 100%;
}

.hauptnavigation ul.level-1 > li {
    border-left: 1px solid #fff;
}

.hauptnavigation ul.level-1 > li.first {
    border-left: none;
}

.hauptnavigation ul.level-1 > li:hover {
    border-left: 1px solid #ccc;
}

.hauptnavigation ul.level-1 > li > a {
    display: block;
    padding: 5px 37px 3px 38px;
    height: 32px;
}

.hauptnavigation ul.level-1 > li.last > a {
	    padding: 5px 36px 3px 36px;
}

.hauptnavigation ul.level-1 > li.last {
    /*border-right: 1px solid #fff;*/
}

.hauptnavigation li.active > a, 
.hauptnavigation li:hover > a {
    color: #00355f;
    background-color: #fff;
}

.hauptnavigation ul.level-1 ul {
    margin-top: 0px;
    position: absolute;
    z-index: 1000;
    display: none;
}

.hauptnavigation li.level-1 {
    float: left;
    position:relative;
}

.hauptnavigation ul.level-2 > li.first {
    padding-top: 20px;
}

.hauptnavigation ul.level-2 {
    background: none repeat scroll 0 0 #fff;
    margin-left: -1px;
    border-left: 1px solid #CAD5DB;
    box-shadow: 1px 3px 1px 1px #CAD5DB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*background-image: linear-gradient(to bottom, white 90%, #E6E6E6 100%);*/
}

.hauptnavigation ul.level-3 {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 1px 2px 1px 1px #CAD5DB;
    border-top-right-radius: 10px;
    /*border-bottom-left-radius: 10px;*/
    border-bottom-right-radius: 10px;
    position: absolute;
    left: 100%;
    top: 8px;
    border-top: 1px solid #CAD5DB;
    border-left: 1px solid #CAD5DB;
    /*background-image: linear-gradient(to bottom, white 90%, #E6E6E6 100%);*/

}
.hauptnavigation ul.level-3 > li,
.hauptnavigation ul.level-2 > li {
	position: relative;
	padding: 10px 10px 0px 10px;
}

.hauptnavigation ul.level-2 > li > a,
.hauptnavigation ul.level-3 > li > a{
    color: #4b4b4b;
    padding: 10px 25px 0px 25px;
}

.hauptnavigation ul.level-2 > li > a:hover,
.hauptnavigation ul.level-3 > li > a:hover{
    color: #00355f;
}

.hauptnavigation ul.level-2 > li.last > a {
    border-bottom: 1px solid #fff;
    color: #4b4b4b;
    padding-bottom: 10px;
}

.hauptnavigation ul.level-3 > li.first > a {
    padding-top: 0px;
}

.hauptnavigation ul.level-3 > li.last > a {
    border-bottom: 1px solid #fff;
    color: #4b4b4b;
    padding-bottom: 10px;
}

.hauptnavigation li.level-2 > a {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    line-height: 140%;
    min-width: 200px;
    border-top: 1px solid #CAD5DB;
    padding-top: 10px;
}

.hauptnavigation li.level-3 > a {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    line-height: 140%;
    min-width: 200px;
    border-top: 1px solid #CAD5DB;
    padding-top: 4px;
}

.hauptnavigation li.level-3.first {
    padding-top: 10px;
}
.hauptnavigation li.level-3.first > a {
	border-top: none;

}

.hauptnavigation li a.active,
.hauptnavigation li:hover > a {
    color:#024370;
}

.hauptnavigation ul.level-2 > li.first ul.level-3 {
    top: 20px;
}

.hauptnavigation ul.level-1 > li.last > ul.level-2 {
    right:0px;
}

@media screen and (min-width: 641px) {
    .hauptnavigation ul.level-1 li:hover ul.level-2 {
        display: block;
    }
    .hauptnavigation ul.level-2 li:hover ul.level-3 {
        display: block;
    }
}
/*
.subnavigation {
    margin-top: -3px;
    margin-left: 0px;
    margin-bottom: 30px;
    font-family: oswald, Arial Narrow, Arial, helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.subnavigation li a {
    color: #797979;
    margin-right: 10px;
    padding-left: 25px;
    padding-top: 0px;
    font-size: 13px;
    margin-left: -12px;
    text-transform: uppercase;
    display: block;
}

.subnavigation > ul > li {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
}

.subnavigation > ul > li > ul > li {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 300;
    margin-left: -10px;
}

.subnavigation > ul > li > a {
    background: url("/static/img/icon-navi-0.gif") no-repeat scroll 0px 6px;
    display: inline-block;
}

.subnavigation ul > li.active > a, 
.subnavigation ul > li:hover > a,
.subnavigation ul > li.active > a, 
.subnavigation ul > li > a.active, 
.subnavigation ul > li > a:hover {
    background: url("/static/img/icon-navi-1.gif") no-repeat scroll 0px 6px !important;
    color: #3d9f24 !important;
    text-decoration: none;
}

.subnavigation > ul > li.active > a, 
.subnavigation > ul > li:hover > a {
    background: url("/static/img/icon-navi-1.gif") no-repeat scroll 0px 6px;
}

.subnavigation > ul > li > ul > li > a {
    background: url("/static/img/icon-navi-0.gif") no-repeat scroll 0px 6px;
    padding-left: 25px;
    margin-left: 25px;
    display: inline-block;
}

.subnavigation > ul > li > ul > li > a.active {
    background: url("/static/img/icon-navi-1.gif") no-repeat scroll 0px 6px;
    color: #3d9f24 !important;
}
*/

/************BROTKRUMEN***********/
.brotkrumen,
.brotkrumen a {
    color: #8E9397;
    text-decoration:none;
}

.brotkrumen .seperator {
	margin: 0 10px;
}

/************PARSER**************/

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

big {
    font-size: 20px;
}

small {
    font-size: 16px;
}

.flush-left {
    text-align:left !important;
    display: block;
}

ul.contentliste li {
    list-style-type: none;
    background: url("/static/img/liste-kreis.png") no-repeat 0px 11px transparent;
    padding: 0 0 0 20px;
}

ol.contentliste {
    margin: 10px 0px;
    margin-left: 15px;
}

ul.contentliste[type="disc"] li {
    list-style-type: none;
    background: url("/static/img/liste-kreis.png") no-repeat 0px 11px transparent;
    padding: 0 0 0 20px;
}

ul.contentliste[type="circle"] li {
    list-style-type: none;
    background: url("/static/img/liste-kreis-1.png") no-repeat 0px 11px transparent;

}

ul.contentliste[type="square"] li {
    list-style-type: none;
    background: url("/static/img/liste-rechteck.png") no-repeat 0px 11px transparent;
    padding: 0 0 0 20px;
}

.contentliste li {
    margin: 0px 7px;
}

ol.contentliste.decimal {
    list-style-type: decimal;
}

ol.contentliste.lowerAlpha {
    list-style-type: lower-alpha;
}

ol.contentliste.upperAlpha {
    list-style-type: upper-alpha;
}

ol.contentliste.lowerRoman {
    list-style-type: lower-roman;
}

ol.contentliste.upperRoman {
    list-style-type: upper-roman;
}

.copyright {
    font-weight: 400;
    font-size: 13px;
    padding: 5px 0px 0px 0px;
    color:#8e9397;
}

.caption {
    font-weight: 400;
    font-size: 13px;
    padding: 5px 0px 0px 0px;
    color:#8e9397;
}

.stand {
    display: block;
    clear: both;
    /*float: left;*/
    font-style: normal;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
    margin-bottom: -8px;
    color: #999999;
    text-transform: uppercase;
    margin-right: 15px;
    
    /*font-style: normal;
    font-size: 12px;
    padding: 5px 0px;
    color: #bbb !important;
    text-transform: uppercase;*/
}

img.content,
.bild-left {
    float: left;
    margin-right: 15px;
    margin-top: 7px;
    position: relative;
}

.bild-right {
    float: right;
    margin-top: 7px;
    margin-left: 15px;
    position: relative;
}

.bild-center {
    position: relative;
    width: auto !important;
    display: block;
}

.bild-center img{
    text-align: center;
}


a.imageZoom {
    position: absolute;
    margin-left:-25px;
    top: 0px;
    width: 25px;
    height: 25px;
    background: url("/static/img/image_icon_zoom_0.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: -10000px;
}

a.imageZoom:hover {
    background: url("/static/img/image_icon_zoom_0.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

a.imageDownload {
    position: absolute;
    right: 30px;
    top: 0px;
    width: 28px;
    height: 30px;
    background: url("/static/img/image_icon_download_0.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    text-indent: -10000px;
}

.infobox {
    background-color: #f3931b;
    color: #ffffff;
    padding: 10px;
}

.infobox a {
    color: #FFFFFF;
    text-decoration: underline;
}


.blockText {
    display: inline-block;
    text-align: justify;
}

/***********LISTENOBJEKTE**********/
ul.listenobjekt {
	margin-top: 25px;
}

ul.listenobjekt li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cad5db;
}

ul.listenobjekt h2,
ul.listenobjekt h2 a {
    margin-bottom: 5px;
    color: #024370;
}

ul.listenobjekt img {
	float: left;
	margin-top: 7px;
	margin-right: 15px;
}
/**************FUSS******************/
.footer-inner {
    text-align: center;
    padding: 10px 0;
}

.footer-inner a {
	color: #00355f;
}

.footer-inner .seperator {
	display: inline-block;
	width: 10px;
}

.footer-inner span.line {
    display: inline-block;
    text-align: center;
}
/**************Manueller Layoutwechsel******************/

.responsive-change-wrapper {
    text-align: center;
    border-top: 1px solid #cccccc;
}
.responsive-change-wrapper a {
	display: block;
    color: #8E9397;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
}

/***********KONTAKTFORMULAR**********/

form label {
	display:block;
	width:100%;
}
input.error, select.error, textarea.error {
    color: #797979;
    font-weight: normal;
}

input[type="password"], input[type="text"], textarea {
    color: #797979;
    font-weight: normal;
    line-height: 26px;
    padding: 0 7px;
    border: 1px solid #cad5db;
    letter-spacing: 0px;
    width: 80%;
    min-height: 30px;
}

input[type="submit"], input.button, input.submitbutton, input#abschicken {
    cursor: pointer;
    border: 1px solid #00355f;
    background-color: #00355f;
    color: #fff;
    padding: 7px 25px;
    margin-top:20px;
}

input[type="submit"]:hover, input.button:hover, input.submitbutton:hover, input#abschicken:hover {
    cursor: pointer;
    border: 1px solid #00355f;
    background-color: #fff;
    color: #00355f;
}
/*********TEASER*****************/
.teaser {
	margin-bottom: 20px;
	font-size: 16px;
}

.teaser h2,
.teaser h2 a{
    color: #00355f;
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-stretch: condensed;
    font-size: 20px;
    font-weight: bold;
}


.teaser h3,
.teaser h3 a{
    color: #00355f;
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-stretch: condensed;
    font-size: 20px;
    font-weight: bold;
}

.teaser li{
	margin-bottom: 30px;
}

.teaser li a {
	
}

.teaser li a.isDownload {
	line-height: 1.5em;
	color: #024370;
}

/*TEASER BILDERGALERIE***********/
.teaser-bildergallerie {
    margin-bottom: 20px;
}
.teaser-bildergallerie.hasJs .gallerie {
    height: 160px;
    margin-bottom: 10px;
}
.teaser-bildergallerie .gallerie {
    margin-bottom: 20px;
}
.teaser-bildergallerie .gallerie ul.preview {
	display: block;
}

.teaser-bildergallerie.hasJs .gallerie ul li div.picture-overlay {
	position:absolute;
	/*border: 1px solid #E6E6E6;*/
	background-color: #fff;
    opacity: 0.4 !important;
    filter: alpha(opacity=40);
    width:100%;
    height:160px;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview {
    overflow: hidden;
    height: 160px;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.forward {
    background: url("/static/img/gallery-button-right-0.png") no-repeat scroll center center;
    float: right;
    right: 0;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.forward:hover {
    background: url("/static/img/gallery-button-right-0.png") no-repeat scroll center center;
    display:block;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.rewind {
    background: url("/static/img/gallery-button-left-0.png") no-repeat scroll center center;
    float: left;
    left: 0;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.rewind:hover {
    background-image: url("/static/img/gallery-button-left-0.png") no-repeat scroll center center;
}
.teaser-bildergallerie .gallerie ul.preview li.rewind, .teaser-bildergallerie .gallerie ul.preview li.forward {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
    height: 160px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 201;
}
.teaser-bildergallerie .gallerie ul.preview li.rewind a, .teaser-bildergallerie .gallerie ul.preview li.forward a {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 100%;
}

.teaser-bildergallerie .gallerie ul.preview {
    display: block;
}
.teaser-bildergallerie .gallerie ul.preview li.picture {
    position: relative;
    height: 160px;

}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.picture img {
    width: auto;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.picture {
    width: 220px;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.picture {
    margin-bottom: 0;
}
.teaser-bildergallerie .gallerie ul.preview li.picture {
    position: relative;
}
.teaser-bildergallerie .gallerie ul.preview li.rewind {
    padding-left: 3px;
}
.teaser-bildergallerie .gallerie ul.preview li.forward {
    padding-right: 3px;
}
.teaser-bildergallerie .gallerie ul.preview li.picture span.description {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0px;
    display: none;
    height: auto;
    max-width: 210px;
    width: 210px;
    overflow: hidden;
    padding: 5px;
    position: absolute !important;
    text-align: center;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.picture span.description {
    margin-bottom: 0;
    max-width: 180px;
    padding: 5px 20px;
}
.teaser-bildergallerie .gallerie ul.preview li.picture:hover span.description {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: block;
    height: auto;
}
.teaser-bildergallerie .gallerie ul.preview li.picture span.description {
    font-size: 10px;
    line-height: 1.2 !important;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.picture a.gallery-picture {
    bottom: 0;
    position: absolute !important;
}
.teaser-bildergallerie .gallerie ul.preview li.picture a.gallery-picture-description {
    color: #fff;
    position: relative;
    z-index: 100000;
}
.teaser-bildergallerie.hasJs .gallerie ul.preview li.picture img {
    bottom: 0;
    height: auto;
    max-width: 220px;
    position: absolute !important;
}

.teaser-bildergallerie.hasJs .gallerie ul.preview:hover li.forward,
.teaser-bildergallerie.hasJs .gallerie ul.preview:hover li.rewind
{
    display: block !important;
}

.teaser-bildergallerie.hasJs .gallerie ul.preview li:hover span.description {
	display: block !important;
}

.teaser-bildergallerie.noJs a {
	margin-bottom: 10px;
	position: relative;
	float: left;
}

/******GALERIE*****/
div.gallerie .picture{
    /*border: 1px solid #E6E6E6;*/
    background-color: #fff;
    opacity: 0.50;
    filter: alpha(opacity=50);
}

div.gallerie .picture:hover{
    /*border: 1px solid #E6E6E6;*/
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

/********MANUELLER-LAYOUT-WECHSEL****************/
.hide-layout-change {
    display:none;
}

/****************************************************************************/

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
}
.fancybox-wrap {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8020;
}
.fancybox-skin {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 4px;
    color: #444;
    position: relative;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    height: 100%;
    width: 100%;
}
.fancybox-image {
    max-height: 100%;
    max-width: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/static/img/fancybox_sprite.png");
}
#fancybox-loading {
    background-position: 0 -108px;
    cursor: pointer;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0.8;
    position: fixed;
    top: 50%;
    z-index: 8060;
}
#fancybox-loading div {
    background: rgba(0, 0, 0, 0) url("/static/img/fancybox_loading.gif") no-repeat scroll center center;
    height: 44px;
    width: 44px;
}
.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}
.fancybox-nav {
    background: transparent url("/static/img/blank.gif") repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 40%;
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    cursor: pointer;
    height: 34px;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    visibility: hidden;
    width: 36px;
    z-index: 8040;
}
.fancybox-prev span {
    background-position: 0 -36px;
    left: 10px;
}
.fancybox-next span {
    background-position: 0 -72px;
    right: 10px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    left: -99999px;
    max-height: 99999px;
    max-width: 99999px;
    overflow: visible !important;
    position: absolute;
    top: -99999px;
}
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    background: rgba(0, 0, 0, 0) url("/static/img/fancybox_overlay.png") repeat scroll 0 0;
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8010;
}
.fancybox-overlay-fixed {
    bottom: 0;
    position: fixed;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow-x: auto;
    overflow-y: scroll;
}
.fancybox-title {
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    visibility: hidden;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    bottom: 0;
    margin-bottom: -35px;
    position: absolute;
    right: 50%;
    text-align: center;
    z-index: 8050;
}
.fancybox-title-float-wrap .child {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    margin-right: -100%;
    padding: 2px 20px;
    text-shadow: 0 1px 2px #222;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    color: #fff;
    margin-top: 10px;
    position: relative;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
}
@media not all, only screen and (min--moz-device-pixel-ratio: 1.5), not all {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	    background-image: url("/static/img/fancybox_sprite@2x.png");
	    background-size: 44px 152px;
	}
	#fancybox-loading div {
	    background-image: url("/static/img/fancybox_loading@2x.gif");
	    background-size: 24px 24px;
	}
}
