@charset "UTF-8";
/*
Author:    Sebastian Dubbel
Website:   www.beckerspaeth.de
E-Mail:    dubbel@beckerspaeth.de
Encoding:  UTF-8
*/


/*-------------------------------------------------------------------

RESET DEFAULT STYLES

-------------------------------------------------------------------*/

/* Reset margin and padding of all HTML elements inside #rechnerContainer */
/* CSS Reset, Eric Meyer. URL: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
#rechnerContainer div, #rechnerContainer span, #rechnerContainer applet, #rechnerContainer object, #rechnerContainer iframe,
#rechnerContainer h1, #rechnerContainer h2, #rechnerContainer h3, #rechnerContainer h4, #rechnerContainer h5, #rechnerContainer h6, #rechnerContainer p, #rechnerContainer blockquote, #rechnerContainer pre,
#rechnerContainer a, #rechnerContainer abbr, #rechnerContainer acronym, #rechnerContainer address, #rechnerContainer big, #rechnerContainer cite, #rechnerContainer code,
#rechnerContainer del, #rechnerContainer dfn, #rechnerContainer em, #rechnerContainer font, #rechnerContainer img, #rechnerContainer ins, #rechnerContainer kbd, #rechnerContainer q, #rechnerContainer s, #rechnerContainer samp,
#rechnerContainer small, #rechnerContainer strike, #rechnerContainer strong, #rechnerContainer sub, #rechnerContainer sup, #rechnerContainer tt, #rechnerContainer var,
#rechnerContainer dl, #rechnerContainer dt, #rechnerContainer dd, #rechnerContainer ol, #rechnerContainer ul, #rechnerContainer li,
#rechnerContainer fieldset, #rechnerContainer form, #rechnerContainer label, #rechnerContainer legend,
#rechnerContainer table, #rechnerContainer caption, #rechnerContainer tbody, #rechnerContainer tfoot, #rechnerContainer thead, #rechnerContainer tr, #rechnerContainer th, #rechnerContainer td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* suppress outline on clicked links. 
   see: http://people.opera.com/patrickl/experiments/keyboard/test#outline-suppressed-on-active */
#rechnerContainer a:hover, #rechnerContainer a:active {
	outline: 0;
}

#rechnerContainer ol, #rechnerContainer ul {
	list-style: none;
}


#rechnerContainer ol.lower-alpha li {
	list-style:lower-alpha ! important;
}

/* tables still need 'cellspacing="0"' in the markup */
#rechnerContainer table {
	border-collapse: separate;
	border-spacing: 0;
}

#rechnerContainer caption, #rechnerContainer th, #rechnerContainer td {
	text-align: left;
	font-weight: normal;
}

#rechnerContainer blockquote:before, #rechnerContainer blockquote:after,
#rechnerContainer q:before, #rechnerContainer q:after {
	content: "";
}

#rechnerContainer blockquote, #rechnerContainer q {
	quotes: "" "";
}


#rechnerContainer .clearfix:after,
#rechnerContainer dl dd:after,
#baurechner .type-text:after,
#baurechner .type-select:after,
#baurechner .type-check:after,
#rechnerContainer #daten .divider:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}


/*-------------------------------------------------------------------

SCREEN STYLES

-------------------------------------------------------------------*/
@media screen {


/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#rechnerContainer {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #363f48;
	width: 720px;
}

/* FIX menu of main page */
div.kopf {
	line-height: 0;
}
div.menu_oben {
	clear: both;
}


/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

#rechnerContainer .no_margin-top {
	margin-top: 0 !important;
}

#rechnerContainer div.hr {
	height: 2px;
	margin: 15px 0;
	border-top: 1px solid #9bbfd4;
	background: url(../img/trennlinie.gif) repeat-x left top;
}


/* BOXES */
#rechnerContainer .box {
	margin-top: 25px;
	padding: 20px;
	background-color: #bdd1e7;
}

#rechnerContainer .box.teaser {
	background-color: #ebf1f7;
}

#rechnerContainer .box.sys_message {
	padding: 20px 20px 20px 80px;
	background: #d09d00 url(../img/form_warning_icon.gif) no-repeat 20px 17px;
	color: #fff;
	min-height: 38px;
}

#rechnerContainer .box.error,
#rechnerContainer .box.error_js {
	background-color: #960602;
	background-image: url(../img/form_error_icon.gif);
}

#rechnerContainer .box.success,
#rechnerContainer .box.success_js {
	background-color: #007928;
}

#rechnerContainer .box.hidden_details  {
	margin-top: 0;
	padding: 15px;
	background-color: #e9f1fa;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
#rechnerContainer .invisible,
#rechnerContainer #foerdermittel .foerderTitel .type-check label,
#rechnerContainer a.info span,
#rechnerContainer div.hr hr,
#rechnerContainer table caption {
	position: absolute;
	left: -9000px;
	top: auto;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
	background-image: none;
}  


/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

#rechnerContainer h1, #rechnerContainer h2, #rechnerContainer h3, #rechnerContainer h4, #rechnerContainer h5, #rechnerContainer h6 {
	margin-top: 25px;
	color: #004a79;
	font-weight: normal;
	text-shadow: 1px 1px 0 #fff;
	line-height: 18px;
}

#rechnerContainer h2 {
	font-size: 26px;
	line-height: 26px;
}

#rechnerContainer form h2 {
	margin: 7px 0 25px 0;
}

#rechnerContainer h3 {
	font-size: 18px;
}

#rechnerContainer form h3 {
	margin-left: 15px;
}

#rechnerContainer h4,
#rechnerContainer h5 {
	font-size: 13px;
}

#rechnerContainer h6 {
	font-size: 12px;
	text-shadow: 1px 1px 0 #eff7ff;
}

/* font-family and font-size */
#rechnerContainer p,
#rechnerContainer ol,
#rechnerContainer ul,
#rechnerContainer dl,
#rechnerContainer th,
#rechnerContainer td,
#rechnerContainer textarea,
#rechnerContainer select,
#rechnerContainer form {
	font-size: 13px;
	line-height: 18px;
}

/* margins and line-height */
#rechnerContainer p,
#rechnerContainer ol,
#rechnerContainer ul,
#rechnerContainer dl,
#rechnerContainer form {
	margin-top: 15px;
}

#rechnerContainer .teaser {
	font-size: 15px;
	line-height: 20px;
	color: #396392;
}

#rechnerContainer strong {
	font-weight: bold;
}

#rechnerContainer em {
	font-style: italic;
}

#rechnerContainer sub {
	font-size: 65%;
	vertical-align: text-bottom;
}

#rechnerContainer super {
	font-size: 65%;
	vertical-align: super;
}

acronym,
abbr {
	border-bottom: 1px dotted !important;
	cursor: help;
}

/* margins */
#rechnerContainer ul,
#rechnerContainer ol {
	margin-top: 10px;
}

#rechnerContainer ul ul, #rechnerContainer ul ol, #rechnerContainer ul dl,
#rechnerContainer ol ol, #rechnerContainer ol ul, #rechnerContainer ol dl,
#rechnerContainer dl ul, #rechnerContainer dl ol {
	font-size: 100%;
	margin-top: 5px;
}

#rechnerContainer ul li,
#rechnerContainer ol li,
#rechnerContainer #foerdermittel ul li {
	margin-top: 5px;
}

#rechnerContainer ul li,
#rechnerContainer ol ul li,
#rechnerContainer ul#foerdermittel ul li,
#rechnerContainer ul#foerdermittel ol ul li {
	list-style-type: disc;
	margin-left: 30px;
}

#rechnerContainer ol li,
#rechnerContainer ul#foerdermittel ol li {
	list-style-type: decimal;
	margin-left: 40px;
}

#rechnerContainer dl {
	clear: both;	
}

#rechnerContainer dl dt {
	width: 150px;
	float: left;
	font-weight: normal;
	color: #004a79;
	clear: left;
}

#rechnerContainer dl dd {
	margin-left: 165px;
}

#rechnerContainer dl dt,
#rechnerContainer dl dd {
	margin-bottom: 5px;
}

#rechnerContainer dl.long dt {
	width: 250px;
}

#rechnerContainer dl.long dd {
	margin-left: 265px;
}


/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/
#rechnerContainer .adr_float {
	float: left;
	width: 65px;
}

#rechnerContainer .adr_float.long {
	width: 100px;
}

#rechnerContainer h2 .number {
	display: block;
	float: left;
	margin: -7px 6px 0 0;
	width: 39px;
	height: 39px;
	line-height: 39px;
	background: url(../img/form_number.gif) no-repeat 0 0;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	font-weight: bold;
	text-shadow: none;
}

#rechnerContainer .description {
	margin: 0 0 -7px 15px;
	font-size: 12px;
	line-height: 15px;
	color: #43718d;
}



/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/
#rechnerContainer img {
	line-height: 0;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

#rechnerContainer a,
#rechnerContainer a:link,
#rechnerContainer a:visited {
	color: #186ea4;
	text-decoration: none;
	border-bottom: 1px solid #186ea4;
}

#rechnerContainer a:hover, 
#rechnerContainer a:active {
	border-bottom: none;
	color: #2284c2;
}

#rechnerContainer a:focus {
	outline: 1px dotted;
}

/* infolink */
#rechnerContainer a.info,
#rechnerContainer a.info:link,
#rechnerContainer a.info:visited {
	text-indent: -9999px;
	border-bottom: none;
	display: -moz-inline-box; /* for FF 2 */
	display: inline-block;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	overflow: hidden;
	background: url(../img/info.gif) no-repeat 0 0;
}

#rechnerContainer a.info:hover,
#rechnerContainer a.info:active,
#rechnerContainer a.info:focus {
	background-position: 0 -19px;
}


/* toggler */
#rechnerContainer a.toggle,
#rechnerContainer a.toggle:link,
#rechnerContainer a.toggle:visited {
	display: block;
	padding: 0 10px 0 25px;
	line-height: 25px;
	border-bottom: none;
	background: #9ab5d2 url(../img/toggler_small.gif) no-repeat 5px 0;
	font-size: 15px;
	color: #004a79;
	font-weight: normal;
	text-shadow: 1px 1px 0 #d3dfec; 
}

#rechnerContainer a.toggle.open,
#rechnerContainer a.toggle.open:link,
#rechnerContainer a.toggle.open:visited {
	background-position: 5px -25px;	
}

#rechnerContainer a img {
	border: none;
}

/* link to external website that is opened in a new window */
#rechnerContainer a.external_link {
}



/*-------------------------------------------------------------------

FORMS 

-------------------------------------------------------------------*/
form#baurechner {
	margin-top: 25px;
	padding: 20px;
	background-color: #bdd1e7;
}

#baurechner * {
	font-family: inherit;
}

#baurechner fieldset {
	border: solid 0 #fff;
	margin: 10px 0;
	padding: 15px;
	background-color: #e9f1fa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#baurechner fieldset fieldset {
	margin: 0;
	padding: 0;
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#baurechner fieldset legend {
	display: none;
}

#baurechner label,
#baurechner .label {
	display: block;
	margin-top: 15px;
	color: #004a79;
	font-weight: bold;
	line-height: 15px;
	text-shadow: none;
	vertical-align: middle;
}

#baurechner .type-check label {
	display: inline-block;
	float: left;
	margin-left: 5px;
	color: #363f48;
	font-weight: normal;
	cursor: pointer;
}

#baurechner input,
#baurechner select,
#baurechner textarea,
#baurechner .type-check label {
	margin-top: 5px;
}

/* Erstes Label im Fieldset ohne oberen Abstand */
#baurechner fieldset legend+div label,
#baurechner fieldset legend+div .label,
#baurechner fieldset legend+div.type-check label,
#baurechner fieldset legend+fieldset .label {
	margin-top: 0;
}


#baurechner .type-check input {
	float: left;
}

#baurechner .type-text input,
#baurechner .type-text textarea {
	padding: 5px;
	width: 100px;
	border: 1px solid #adadae;
	background: #fff url(../img/type-text_bg.gif) repeat-x;
	color: #363f48;
}

#baurechner .type-text input:focus,
#baurechner .type-text textarea:focus,
#baurechner fieldset.divided .type-text input:focus,
#baurechner fieldset.divided .type-text textarea:focus,
#baurechner fieldset.columnar .type-text input:focus,
#baurechner fieldset.columnar .type-text textarea:focus {
	position: relative;
	left: -1px;
	margin-top: 4px; /* -1px from original margin-top */
	margin-bottom: -1px;
	margin-right: -2px;
	border: 2px solid #8ebae9;
}

#baurechner .type-text input.short,
#baurechner .type-text textarea.short {
	width: 30px !important;	
}

#rechnerContainer .type-check input {
	margin-left: 0;
}

#baurechner .type-button {
	overflow: hidden; /* clear button container without clearfix, because this causes layout problems */
	margin-top: 20px;
}


/* submit button, reset button */
#rechnerContainer .type-button input.type-submit,
#rechnerContainer .type-button input.reset {
	border: none;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 0;
	padding: 0 48px 0 35px;
	font-size: 15px;
	color: #fff;
	background: #004a79 url(../img/form_button.gif) no-repeat right top;
	cursor: pointer;
}

#rechnerContainer .type-button input.type-submit:hover,
#rechnerContainer .type-button input.type-submit:focus,
#rechnerContainer .type-button input.reset:hover,
#rechnerContainer .type-button input.reset:focus {
	background-color: #186ea4;
	background-position: right -30px;
}

/* reset button */
#rechnerContainer .type-button input.reset {
	padding: 0 35px;
	background: #004a79;
}

#rechnerContainer .type-button input.type-submit:active {
	padding: 1px 47px 1px 36px;
	color: #e9f1fa;
}


/* back button -> as link */
#rechnerContainer .type-button input.back {
	margin: 0 0 16px 0;
	padding: 0;
	border: none;
	position: relative;
	top: 8px;
	left: 15px;
	background: none;
	cursor: pointer;
	font-size: 13px;
	color: #186ea4;
	text-decoration: none;
	border-bottom: 1px solid #186ea4;
}

#rechnerContainer .type-button input.back:hover,
#rechnerContainer .type-button input.back:active {
	border-bottom-color: transparent;
	color: #2284c2;
}

#rechnerContainer .type-button input.back:focus {
	outline: 1px dotted;
}


#baurechner .pflichtfeld {
	font-size: 10px;
	text-transform: uppercase;
	color: #5986b5;
	text-shadow: 1px 1px 0 #fff;
	font-weight: normal;
	font-style: normal;
}


/* ERROR / SUCCESS MESSAGES */
#baurechner .error strong,
#baurechner .success strong {
	display: -moz-inline-box; /* for FF 2 */
	display: inline-block;
	margin-left: 5px;
	font-weight: normal;
	padding-left: 22px;
	background: transparent url(../img/form_error_icon_small.gif) no-repeat left center;
}

#baurechner .error label,
#baurechner .error h4.label,
#baurechner .error strong {
	color: #960602;
}

#baurechner .error input,
#baurechner .error textarea {
	border-color: #960602;
}

#baurechner .success strong {
	background-image: url(../img/form_success_icon_small.gif);
	text-indent: -9999px;
	width: 16px;
	height: 14px;
	overflow: hidden;
	color: #007928;
}


/* COLUMNAR FIELDS */
#baurechner fieldset.columnar .type-text,
#baurechner fieldset.columnar .type-select,
#baurechner fieldset.columnar .type-check,
#baurechner fieldset.columnar fieldset.field-check {
	margin-bottom: 15px;
}

#baurechner fieldset.columnar fieldset.field-check .type-check {
	margin-bottom: inherit;
}

#baurechner fieldset.columnar div:last-child,
#baurechner fieldset.columnar fieldset.field-check:last-child {
	margin-bottom: 0;
}

#baurechner fieldset.columnar .type-text label,
#baurechner fieldset.columnar .type-select label,
#baurechner fieldset.columnar .label {
	float: left;
	width: 310px;
	margin-top: 0;
	margin-right: 15px;
}

#baurechner fieldset.columnar fieldset.field-check .type-check {
	padding-left: 310px;
}


#baurechner fieldset.columnar .type-text input,
#baurechner fieldset.columnar .type-text textarea,
#baurechner fieldset.columnar .type-select select {
	margin-top: 0;
}

#baurechner fieldset.columnar .type-text input:focus,
#baurechner fieldset.columnar .type-text textarea:focus {
	margin-top: -1px; /* -1px from original margin-top */
}


#baurechner fieldset.columnar .pflichtfeld {
	display: block;
}

/*
#baurechner fieldset.columnar.colMid .type-text label,
#baurechner fieldset.columnar.colMid .type-select label,
#baurechner fieldset.columnar.colMid .label {
	width: 310px;
}

#baurechner fieldset.columnar.colMid div.type-check {
	padding-left: 310px;
}
*/

#baurechner fieldset.columnar.colMax .type-text label,
#baurechner fieldset.columnar.colMax .type-select label,
#baurechner fieldset.columnar.colMax .label {
	width: 410px;
}

#baurechner fieldset.columnar.colMax fieldset.field-check div.type-check {
	padding-left: 410px;
}


#baurechner fieldset.columnar fieldset.field-check .type-check {
	padding-left: 0;
}


/* DIVIDED FIELDS */
#baurechner fieldset.divided .type-text label,
#baurechner fieldset.divided .type-select label,
#baurechner fieldset.divided .type-check label,
#baurechner fieldset.divided .label {
	margin-top: 4px !important;
}

#baurechner fieldset.divided .type-text,
#baurechner fieldset.divided .type-check,
#baurechner fieldset.divided fieldset.field-check,
#baurechner fieldset.divided .type-select {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #f4f8fb;
	background: url(../img/form_trennlinie.gif) repeat-x left bottom;
}

#baurechner fieldset.divided fieldset.field-check .type-check {
	/*margin: inherit;
	padding-bottom: inherit;*/
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	background: none;
}

/* no border on last element */
#baurechner fieldset.divided div:last-child,
#baurechner fieldset.divided fieldset.field-check:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	background: none;
}

#baurechner fieldset.divided .type-text input,
#baurechner fieldset.divided .type-text textarea,
#baurechner fieldset.divided .type-select select,
#baurechner fieldset.divided .type-check input {
	margin-top: 3px;
}

#baurechner fieldset.divided .type-text input:focus,
#baurechner fieldset.divided .type-text textarea:focus {
	margin-top: 2px; /* -1px from original margin-top */
}


/*-------------------------------------------------------------------

FÖRDERMITTEL

-------------------------------------------------------------------*/
/*
#rechnerContainer #headFoerdersumme h2 {
	float: left;
}

#rechnerContainer p#foerdersumme {
	margin-top: 28px;
	float: right;
	width: 300px;
	text-align: right;
}

#rechnerContainer p#foerdersumme strong {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #004a79;
	line-height: 20px;
}

#rechnerContainer p#foerdersumme em {
	font-size: 11px;
	color: #797d81;
	line-height: 1;
	font-style: normal;
}
*/

#rechnerContainer #headFoerdersumme p.teaser {
	margin-top: 25px;
}

#rechnerContainer #headFoerdersumme p.footnote {
	font-size: 11px;
	color: #797d81;
	line-height: 1.1;
	font-style: normal;
}
span.footnote {
	font-size: 11px !important;
	font-style: normal;
	line-height: 1.1;
}
#rechnerContainer ul#foerdermittel {
	margin-top: 0;
}

#rechnerContainer ul#foerdermittel li {
	margin: 25px 0;
	list-style-type: none;
}

#rechnerContainer ul#foerdermittel ul li,
#rechnerContainer ul#foerdermittel ol li {
	margin-top: 3px;
	margin-bottom: 0;
}


#rechnerContainer ul#foerdermittel dl dt,
#rechnerContainer ul#foerdermittel dl dd {
	margin-bottom: 3px;
}

/* clear foerderTitel without clear: both or clearfix , because that breaks the layout */
#rechnerContainer #foerdermittel .foerderTitel {
	width: 100%;
	/*float: left;*/
	margin-bottom: 20px;
}

#rechnerContainer #foerdermittel .foerderTitel .type-check {
	position: relative;
}

#rechnerContainer #foerdermittel .foerderTitel .type-check input {
	position: absolute;
	left: 0;
	top: 1px;
	margin-top: 0;
}


#rechnerContainer #foerdermittel .foerderTitel .foerderHinweis {
	display: block;
	margin-top: 1px;
	padding: 0 0 0 20px;
	background: url(../img/pfeil_fordermittel.gif) no-repeat;
	color: #43718d;
	font-size: 12px;
	line-height: 16px;
}

#rechnerContainer #foerdermittel .foerderBetrag strong {
	font-size: 24px;
	font-weight: normal;
	color: #004a79;
	text-shadow: 1px 1px 0 #fff;
	line-height: 20px;
	font-weight: normal;
}

#rechnerContainer #foerdermittel .foerderTitel .foerderArt {
	display: block;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #43718d; 
	text-align: right;
}

#rechnerContainer #foerdermittel h3 {
	margin: 0;
	padding-left: 20px;
}

#rechnerContainer #foerdermittel h4,
#rechnerContainer #foerdermittel h5,
#rechnerContainer #foerdermittel h6 {
	margin-top: 15px;	
}

#rechnerContainer #foerdermittel h4 {
	font-size: 18px;	
}

#rechnerContainer #foerdermittel h5 {
	font-size: 15px;	
}

#rechnerContainer #foerdermittel h6 {
	font-size: 13px;	
}

#rechnerContainer #foerdermittel p,
#rechnerContainer #foerdermittel ul,
#rechnerContainer #foerdermittel ol,
#rechnerContainer #foerdermittel dl {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

#rechnerContainer #foerdermittel table {
	margin-top: 10px;
}

#rechnerContainer #foerdermittel td,
#rechnerContainer #foerdermittel th {
	font-size: 12px;
	line-height: 16px;
}


#rechnerContainer #foerdermittel div.foerderKontakt {
	color: #43718d;
}

#rechnerContainer #foerdermittel .hidden_details  h5+p,
#rechnerContainer #foerdermittel .hidden_details  h5+ul,
#rechnerContainer #foerdermittel .hidden_details  h5+ol,
#rechnerContainer #foerdermittel .hidden_details  h5+dl,
#rechnerContainer #foerdermittel .hidden_details  h6+p,
#rechnerContainer #foerdermittel .hidden_details  h6+ul,
#rechnerContainer #foerdermittel .hidden_details  h6+ol,
#rechnerContainer #foerdermittel .hidden_details  h6+dl,
#rechnerContainer #foerdermittel ul ul,
#rechnerContainer #foerdermittel ol ul,
#rechnerContainer #foerdermittel ul ol {
	margin-top: 0;	
}


/*-------------------------------------------------------------------

BREADCRUMBS

-------------------------------------------------------------------*/
#rechnerContainer #breadcrumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 39px;
	overflow: hidden;
	background-color: #bdd1e7;
}

#rechnerContainer #breadcrumbs.lastStepCompleted {
	background-color: #7ca8d6;
}

#rechnerContainer #breadcrumbs.lastStep {
	background-color: #004a79;
}

#rechnerContainer #breadcrumbs li {
	position: relative;
	display: block;
	float: left;
	height: 39px;
	line-height: 39px;
	list-style: none;
	margin: 0;
	padding: 0 52px 0 61px;
	color: #7da0c6;
	text-shadow: 1px 1px 0 #fff;
	font-size: 14px;
	white-space: nowrap;
}

#rechnerContainer #breadcrumbs li:first-child,
#rechnerContainer #breadcrumbs li.first-child {
	padding-left: 45px;
}

#rechnerContainer #breadcrumbs li.done {
	color: #fff;
	text-shadow: -1px -1px 0 #6696c2;
	background-color: #7ca8d6;
}

#rechnerContainer #breadcrumbs li.current {
	color: #fff;
	text-shadow: none;
	background-color: #004a79;
}

#rechnerContainer #breadcrumbs li .number {
	display: block;
	position: absolute;
	left: 30px;
	top: 0;
	margin: 7px 5px 0 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: url(../img/breadcrumb_number.gif) no-repeat 0 0;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}

#rechnerContainer #breadcrumbs li.first-child .number {
	left: 14px;
}

#rechnerContainer #breadcrumbs li.done .number {
	background-position: 0 -50px;
	color: #5989bb;
	text-shadow: none;
}

#rechnerContainer #breadcrumbs li.current .number {
	background-position: 0 -25px;
	color: #004a79;
}	

#rechnerContainer #breadcrumbs li span.pfeil {
	position: absolute;
	z-index: 10;
	right: -21px;
	top: 0;
	display: block;
	height: 39px;
	width: 21px;
	background: url(../img/breadrcrumb_pfeil.gif) no-repeat right 0;
}

#rechnerContainer #breadcrumbs li.done span.pfeil {
	background-position: right -78px;
}

#rechnerContainer #breadcrumbs li.current span.pfeil {
	background-position: right -39px;
}

#rechnerContainer #breadcrumbs strong {
	font-weight: normal;
}

#rechnerContainer #breadcrumbs li a,
#rechnerContainer #breadcrumbs li a:link,
#rechnerContainer #breadcrumbs li a:visited,
#rechnerContainer #breadcrumbs li a:hover,
#rechnerContainer #breadcrumbs li a:active {
	display: block;
	height: 39px;
	width: 100%;
	border-bottom: none;
	color: inherit;
}


/*-------------------------------------------------------------------

DATENBOX

-------------------------------------------------------------------*/
#rechnerContainer h3 a.toggle,
#rechnerContainer h3 a.toggle:link,
#rechnerContainer h3 a.toggle:visited {
	position: relative;
	background-color: #bdd1e7;
	background-image: url(../img/toggler.gif);
	padding: 0 10px 0 30px;
	background-position: 5px 0;
	font-size: 18px;
	line-height: 35px;
}

#rechnerContainer h3 a.toggle.open,
#rechnerContainer h3 a.toggle.open:link,
#rechnerContainer h3 a.toggle.open:visited {
	background-position: 10px -35px;
}

#rechnerContainer h3 a.toggle .description {
	position: absolute;
	right: 10px;
	top: 0;
	display: block;
	text-align: right;
	text-shadow: none;
	line-height: 35px;
}

#rechnerContainer #daten {
	margin-top: 0;
	padding: 25px;
	background-color: #ebf1f7;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}

#rechnerContainer #daten dl,
#rechnerContainer #daten ul,
#rechnerContainer #daten ol,
#rechnerContainer #daten h4,
#rechnerContainer #daten h5 {
	margin-top: 0;
	font-size: 12px;
	line-height: 15px;
}

#rechnerContainer #daten h4,
#rechnerContainer #daten h5 {
	color: #363f48;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
}

#rechnerContainer #daten h5 {
	margin-top: 10px;
	color: #7ca8d6;
}

#rechnerContainer #daten h4 a {
	text-transform: none;
	text-shadow: none;
	border-bottom: none;
	text-decoration: underline;
	font-size: 11px;
}

#rechnerContainer #daten h4 a:hover,
#rechnerContainer #daten h4 a:active {
	text-decoration: none;	
}

#rechnerContainer #daten dl {
	margin-top: 10px;	
}

#rechnerContainer #daten dl dt {
}

#rechnerContainer #daten dl dd {
	margin-right: 10px;
}

#rechnerContainer #daten dl dt,
#rechnerContainer #daten dl dd {
	margin-bottom: 2px;
}

#rechnerContainer #daten dl.currency dd {
	width: 90px;
	text-align: right;
}

#rechnerContainer #daten dl.long dt {
	float: none;
	width: 325px;
	margin-bottom: -2px;
}

#rechnerContainer #daten dl.long dd {
	width: 325px;
	margin: 0 0 5px 0;
}

#rechnerContainer #daten dl ul li {
	margin: 0 0 0 15px;
}

#rechnerContainer #daten .col {
	float: left;
	width: 335px;
}

#rechnerContainer #daten .divider {
	margin: 0 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f8fb;
	background: url(../img/form_trennlinie.gif) repeat-x left bottom;
}

#rechnerContainer #daten .divider:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	background: none;
}


/*-------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

/*#rechnerContainer table {
	border-collapse: collapse;
	width: 100%;
}

#rechnerContainer table th,
#rechnerContainer table td {
	line-height: 1.2;
	padding: 3px 5px;
	background-color: #b5c9df;
}

#rechnerContainer thead th, #rechnerContainer thead td {
	background-color: #9ab5d2;
	color: #004a79;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 1px solid #cdddef;
	vertical-align: bottom;
}

#rechnerContainer tbody th, #rechnerContainer tbody td {
	border-right: 1px solid #9bbfd4;
}

#rechnerContainer thead th,
#rechnerContainer tbody th {
	background-color: #9ab5d2;
	color: #004a79;
}

#rechnerContainer thead th:first-child, #rechnerContainer thead td:first-child,
#rechnerContainer tbody th:first-child, #rechnerContainer tbody td:first-child,
#rechnerContainer thead th:last-child, #rechnerContainer thead td:last-child,
#rechnerContainer tbody th:last-child, #rechnerContainer tbody td:last-child{
	border-right: none;	
}

#rechnerContainer tr.odd td {
	background-color: #e9f1fa;
}

#rechnerContainer th.currency,
#rechnerContainer td.currency {
	text-align: right;
}*/


/*
#rechnerContainer table {
	margin-top: 15px;
	border-collapse: separate;
	width: 100%;
}

#rechnerContainer table th,
#rechnerContainer table td {
	line-height: 1.2;
	padding: 5px;
}

#rechnerContainer table tr.border-top_none th,
#rechnerContainer table tr.border-top_none td {
	border-top: none !important;	
}

#rechnerContainer thead th, #rechnerContainer thead td {
	font-weight: bold;
	color: #004a79;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #9bbfd4;
	vertical-align: bottom;
}

#rechnerContainer tbody th, #rechnerContainer tbody td {
	border-top: 1px solid #cdddef;
	border-bottom: 1px solid #9bbfd4;
}

#rechnerContainer thead th,
#rechnerContainer tbody th {
	color: #004a79;
}

#rechnerContainer tbody tr:last-child th, #rechnerContainer tbody tr:last-child td {
	border-bottom: none;	
}

#rechnerContainer th.currency,
#rechnerContainer td.currency {
	text-align: right;
}
*/



#rechnerContainer table {
	margin-top: 15px;
	border-collapse: separate;
	width: 100%;
}

#rechnerContainer table th,
#rechnerContainer table td {
	line-height: 1.2;
	padding: 5px;
}

#rechnerContainer table tr.border-top_none th,
#rechnerContainer table tr.border-top_none td {
	border-top: none !important;	
}

#rechnerContainer thead th, #rechnerContainer thead td {
	font-weight: normal;
	color: #004a79;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #9bbfd4;
	vertical-align: bottom;
}

#rechnerContainer tbody th, #rechnerContainer tbody td {
	border-bottom: 1px solid #9bbfd4;
}

#rechnerContainer thead th,
#rechnerContainer tbody th {
	color: #004a79;
}

#rechnerContainer tbody tr:last-child th, #rechnerContainer tbody tr:last-child td,
#rechnerContainer tbody tr th.last-child, #rechnerContainer tbody tr td.last-child {
	border-bottom: none;	
}

#rechnerContainer th.currency,
#rechnerContainer td.currency {
	text-align: right;
}


/*-------------------------------------------------------------------

FANCYBOX

-------------------------------------------------------------------*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/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%;
	height: 40px;
	width: 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('../img/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	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;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

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

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

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

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

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

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

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

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

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

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../img/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../img/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/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('../img/fancybox/fancybox.png');
	background-position: -40px -30px;
}

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

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

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

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

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

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

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

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

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

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

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

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


}


/*-------------------------------------------------------------------

PRINT STYLES

-------------------------------------------------------------------*/
@media print {


/*-------------------------------------------------------------------

HIDDEN ELEMENTS THAT AREN´T PRINTED

-------------------------------------------------------------------*/
div.kopf, 
div.menu_oben, 
div.menu, 
div.pfad, 
div#rechnerContainer #breadcrumbs, 
div#headFoerdersumme p.teaser, 
form#baurechner, 
div.type-check label, 
div.col h4 a, 
div.divider h4 a, 
#rechnerContainer div.hr hr, 
h3 a span.description, 
em.foerderHinweis, 
input[type=checkbox], 
#footer,
#skipnav,
#nav {
	display: none;
}

/*-------------------------------------------------------------------

CONTENT CONTAINER

-------------------------------------------------------------------*/

div.text {
	margin-left:0px !important;
}


div.box {
	display: block !important;
}

/*-------------------------------------------------------------------

GLOBAL BLOCK ELEMENTS

-------------------------------------------------------------------*/

#rechnerContainer {
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

#rechnerContainer div.hr {
	border-bottom: .5pt solid #000;
	margin: .4cm 0;
	padding: 0;
}

#rechnerContainer #foerdermittel li div.hr {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------

GLOBAL CLASSES AND DEFINITIONS

-------------------------------------------------------------------*/

.margin-top_0 {
	margin-top: 0 !important;
}

.clearfix:after,
dl dd:after {
	content: "."; 
    display: block; 
    height: 0;
	line-height: 0;
    clear: both; 
    visibility: hidden;
}

/* clearing for IE6 */
.clearfix,
dl dd {
	height: 1%;
}

/* class to hide html elements from screen, but leave them readable for screenreaders */
#rechnerContainer .invisible,
#rechnerContainer .dont_print,
#rechnerContainer #foerdermittel .foerderTitel .type-check label,
#rechnerContainer a.info span,
#rechnerContainer div.hr hr,
#rechnerContainer table caption {
	display: none;
}

#rechnerContainer .sys_message {
	display: none !important;
}

/* class to print hidden elements */
#rechnerContainer .do_print {
	display: block !important;
}



/*-------------------------------------------------------------------

TYPOGRAPHY

-------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	color:#000;
	font-weight: normal;
}

div#headFoerdersumme {
	page-break-before: always;
	page-break-after: avoid !important;
}

#rechnerContainer h2 {
	font-size: 24pt;
	line-height: 24pt;
	margin-top: 0;
}

#rechnerContainer h3 {
	font-size: 20pt;
	line-height: 20pt;
	margin-top: 1cm;
}

#rechnerContainer h4,
#rechnerContainer h4 a {
	font-size: 16pt;
	line-height: 16pt;
	margin-top: .75cm;
}

#rechnerContainer h5 {
	font-size: 12pt;
	line-height: 12pt;
	margin-top: .75cm;
}

#rechnerContainer h6 {
	font-size: 10pt;
	line-height: 10pt;
	margin-top: .75cm;	
}


/* font-family and font-size */
#rechnerContainer p,
#rechnerContainer ol,
#rechnerContainer ul,
#rechnerContainer dl,
#rechnerContainer th,
#rechnerContainer td,
#rechnerContainer textarea {
	font-size: 8pt;
	line-height: 11pt;
	color:#000;
}

/* margins and line-height */
#rechnerContainer p,
#rechnerContainer ol,
#rechnerContainer ul,
#rechnerContainer dl,
#rechnerContainer form {
	margin-top: .4cm;
}

#rechnerContainer .teaser {
	font-size: 10pt;
	line-height: 14pt;
}

#rechnerContainer strong {
	font-weight: bold;
}

#rechnerContainer em {
	font-style: italic;
}

#rechnerContainer sub {
	font-size: 65%;
	vertical-align: text-bottom;
}

#rechnerContainer super {
	font-size: 65%;
	vertical-align: super;
}

#rechnerContainer acronym,
#rechnerContainer abbr {
	border-bottom: .2pt dotted inherit !important;
}

/* margins */
#rechnerContainer ul,
#rechnerContainer ol {
	margin-top: .3cm;
}

#rechnerContainer dl dd ul {
	margin-top: .1cm !important;
}

#rechnerContainer ul ul, #rechnerContainer ul ol, #rechnerContainer ul dl,
#rechnerContainer ol ol, #rechnerContainer ol ul, #rechnerContainer ol dl,
#rechnerContainer dl ul, #rechnerContainer dl ol {
	font-size: 100%;
}

#rechnerContainer ul li,
#rechnerContainer ol li {
	margin-top: .1cm;
}

#rechnerContainer ul li {
	list-style-type: circle !important;
	margin-left: .5cm;
}

#rechnerContainer ol li {
	list-style-type: decimal;
	margin-left: .6cm;
}

#rechnerContainer ul li, #rechnerContainer ol ul li, #rechnerContainer ul#foerdermittel ul li, #rechnerContainer ul#foerdermittel ol ul li {
	list-style-type: disc;
	margin-left: .4cm;
}

#rechnerContainer dl ul {
	font-size: 100%;
}

#rechnerContainer dl {
	margin-top: .2cm;
}

#rechnerContainer dl dt {
	font-weight: bold;
	margin-top: .2cm;
}

#rechnerContainer dl dt,
#rechnerContainer dl dd {
}

/*-------------------------------------------------------------------

TYPOGRAPHIC CLASSES

-------------------------------------------------------------------*/

.adr_float {
	float: left;
	width: 2cm;
}

.adr_float.long {
	width: 3cm;
}

#foerdermittel li.box {
	page-break-before: always;
	list-style-type:none !important;
	margin-left:0 !important;
}

#foerdermittel li.box:first-child {
	page-break-before: avoid !important;
}


/*-------------------------------------------------------------------

IMAGES

-------------------------------------------------------------------*/

img {
	line-height: 0;
}


/*-------------------------------------------------------------------

LINKS

-------------------------------------------------------------------*/

a,
a:link,
a:visited {
	color:#2284C2;
}

a:hover, 
a:active,
a:focus {
}

#rechnerContainer h3 a,
#rechnerContainer h4 a {
	text-decoration:none;
	color:#000;
}

a img {
	border: none;
}

/* link to external website that is opened in a new window */
a.external {
}

/* show href attribute of external links */
a.external:after {
	content:" [URL: "attr(href)"]";
}


/*-------------------------------------------------------------------

FÖRDERMITTEL

-------------------------------------------------------------------*/
#rechnerContainer #headFoerdersumme p.footnote {
	font-size: 7pt;
	color: #797d81;
	line-height: 1.1;
	font-style: normal;
}

#rechnerContainer span.footnote {
	font-size: 7pt !important;
	font-style: normal;
	line-height: 1.1;
}


/*-------------------------------------------------------------------

DATENBOX

-------------------------------------------------------------------*/

#rechnerContainer #daten h4,
#rechnerContainer #daten h5 {
	margin-top: .4cm;
	font-size: 10pt;
	text-transform: uppercase;
}

#rechnerContainer #daten h5 {
	margin-top: .2cm;
	font-size: 8pt;
}

#rechnerContainer #daten .col {
	float: left !important;
	width: 45%;
	margin-right: 5%;
}

#rechnerContainer #daten .divider {
	margin-bottom: .5cm;
	padding-bottom: .5cm;
	border-bottom: .2pt solid #000;
}

#rechnerContainer #daten .divider:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


/*-------------------------------------------------------------------

TABLES

-------------------------------------------------------------------*/

#rechnerContainer table {
	width: 100%;
	margin-top: .4cm;
	border-collapse: separate;
}

#rechnerContainer table th,
#rechnerContainer table td {
	line-height: 1.2;
}

#rechnerContainer table tr.border-top_none th,
#rechnerContainer table tr.border-top_none td {
	border-top: none !important;	
}

#rechnerContainer thead th, #rechnerContainer thead td {
	padding: .1cm;
	border-bottom: 2px solid #000;	
}

#rechnerContainer tbody th, #rechnerContainer tbody td {
	padding: .1cm;
	border-bottom: 1px solid #000;	
}

#rechnerContainer thead th, #rechnerContainer thead td,
#rechnerContainer tbody th {
	font-weight: bold;
}

#rechnerContainer th.currency,
#rechnerContainer td.currency {
	text-align: right;
}


/*-------------------------------------------------------------------

FANCYBOX

-------------------------------------------------------------------*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/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-tmp,
#fancybox-loading,
#fancybox-overlay,
#fancybox-wrap {
	display: none !important;
}

}

