/* Resets */
html, body, div, span, h1, h2, h3, h4, h5, h6, a, p, em, strong, b, u, i, 
img, form, label, ul, ol, li, iframe, table, tbody, thead, tr, th, td,
object, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd,
q, s, samp, small, sub, sup, var, dl, dt, dd, fieldset, legend, caption,
article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 hack alte Browser */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* weitere Resets */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-moz-focus-inner { /* entfernt unerwünschten Abstand (z.B. Formular Sendebutton) */
	border: 0;
	padding: 0;
}

/* Grundlegende Angaben */

html, body {
	height: 100%;
}
body {
	color: #595959;
	font: 16px/1.5 Calibri, Arial, sans-serif;
	-webkit-text-size-adjust: none;
}
a {
	color: #543E35;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input, textarea, select, button {
	border: 1px solid #CFCFCF;
	border-radius: 0;
	font-family: inherit;
	font-size: inherit;
}
input[type='submit'] {
	-webkit-appearance: none;
}
input::-ms-clear {
	display: none;
}
input[type="text"]:disabled {
    background: inherit;
} 
ol, ul {
	list-style: none;
}
.cmsMargin {
	margin: 25px 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
.wmWrapper {
	position: relative;
}
.wmMargin {
	margin-top: 60px;
	margin-bottom: 60px;
}
.wmPadding {
	padding-left: 20px;
	padding-right: 20px;
}
.wmMaxWidth {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}
.wmClear:after {
	clear: both;
	content: "";
	display: block;
}

/* Webfonts */

@font-face {
	font-family: 'fontello';
	src: url('/img/webfonts/fontello.eot?14547746');
	src: url('/img/webfonts/fontello.eot?14547746#iefix') format('embedded-opentype'),
		url('/img/webfonts/fontello.woff?14547746') format('woff'),
		url('/img/webfonts/fontello.ttf?14547746') format('truetype'),
		url('/img/webfonts/fontello.svg?14547746#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Header */

#HeaderWrapper {
	margin: 0 auto;
	padding: 104px 0 0;
	position: relative;
	width: 100%;
}
#HeaderWrapper > .WidthWrapper {
	background: url("/img/layout/bg-header.gif") repeat-x center top;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
#HeaderWrapper > .WidthWrapper > div {
	height: 104px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 20px;
	position: relative;
}

/* Logo */

#HeaderWrapper > .WidthWrapper > div > a.logo {
	max-width: 230px;
	position: absolute;
	top: 13px;
	z-index: 2;
}
#HeaderWrapper > .WidthWrapper > div > a.logo > img {
	display: block;
	width: 100%;
}

/* Sprachauswahl */

#HeaderWrapper > .WidthWrapper > div > ul.language {
	position: absolute;
	right: 20px;
}
#HeaderWrapper > .WidthWrapper > div > ul.language > li {
	float: left;
	margin: 0 0 0 5px;
}
#HeaderWrapper > .WidthWrapper > div > ul.language > li > a {
	background: #D4C7AC;
	display: block;
	font-size: 13px;
	line-height: 22px;
	padding: 0 8px;
	text-transform: uppercase;
}
#HeaderWrapper > .WidthWrapper > div > ul.language > li > a:hover,
#HeaderWrapper > .WidthWrapper > div > ul.language > li > a.selected {
	background: #543E35;
	color: #FFFFFF;
}

@media all and (max-width: 980px){

	#HeaderWrapper > .WidthWrapper > div > a.logo {
		max-width: 180px;
		top: 23px;
	}

}
@media all and (max-width: 900px){

	#HeaderWrapper > .WidthWrapper {
		position: absolute;
	}

}
@media all and (max-width: 400px){

	/* Logo */

	#HeaderWrapper > .WidthWrapper > div > a.logo {
		max-width: 145px;
		top: 28px;
	}
		
	/* Sprachauswahl */
		
	#HeaderWrapper > .WidthWrapper > div > ul.language > li > a > span {
		display: none;
	}

}

/* Content */

#ContentWrapper {
	background: url("/img/layout/bg_content.gif") no-repeat center top;
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 20px;
	width: 100%;
}
#ContentWrapper:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div {
	font-size: 18px;
	margin: 0 0 50px 0;
	overflow: hidden;
	padding: 30px 0 0;
}

@media all and (max-width: 800px){

	#ContentWrapper > div {
		padding-top: 20px;
	}

}

/* Footer */

#FooterWrapper {
	background: url("/img/layout/bg_footer.gif") no-repeat center top;
	min-height: 215px;
	margin: 0 auto 70px;
	max-width: 1240px;
	overflow: hidden;
	padding: 5px 0;
}
#FooterWrapper > .footercontent {
	margin: 0 auto;
	max-width: 1030px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}
#FooterWrapper > .footercontent:after {
	clear: both;
	content: "";
	display: block;
}
#FooterWrapper > .footercontent > .logos {
	float: left;
	margin: 9px 0 0;
	width: 80px;
}
#FooterWrapper > .footercontent > .logos > a {
	display: block;
	margin: 0 0 18px 0;
	max-width: 80px;
}
#FooterWrapper > .footercontent > .logos > a > img {
	display: block;
	width: 100%;
}
#FooterWrapper > .footercontent > .address {
	color: #543E35;
	float: left;
	margin: 64px 20px 0 4%; /* 64 20 0 79 */
	width: 54.545454545454547%; /* 540 */
}
#FooterWrapper > .footercontent > .address > a {
	font-weight: normal;
}
#FooterWrapper > .footercontent > .interalp {
	float: right;
}
#FooterWrapper > .footercontent > .interalp > a {
	font-weight: normal;
}
#FooterWrapper > .footercontent > .socialmedia {
	clear: both;
	float: right;
	margin-right: -7px;
}
#FooterWrapper > .footercontent > .socialmedia > a {
	display: inline-block;
	margin: 0 7px 0 0;
}

@media all and (max-width: 900px){

	#FooterWrapper > .footercontent {
		padding-top: 58px;
	}
	#FooterWrapper > .footercontent > .logos {
		float: none;
		margin-top: 15px;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .footercontent > .logos > a {
		display: inline-block;
		margin-bottom: 0;
	}
	#FooterWrapper > .footercontent > .logos > a.ti {
		margin-right: 10px;
		position: relative;
		top: -11.5px;
	}
	#FooterWrapper > .footercontent > .address {
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	#FooterWrapper > .footercontent > .interalp {
		float: none;
		text-align: center;
	}
	#FooterWrapper > .footercontent > .socialmedia {
		float: none;
		margin-right: 0;
		margin-top: 10px;
		text-align: center;
	}

}
@media all and (max-width: 720px){

	#FooterWrapper {
		margin-bottom: 100px;
	}

}

/* Header Styles */

#HeaderWrapper > .animation {
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	height: 510px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#HeaderWrapper > .animation > .wrapper {
	left: 0;
	position: relative;
	top: 0;
}
#HeaderWrapper > .animation > .wrapper > img.animate {
	height: 510px;
	left: 50%;
	margin: 0 0 0 -960px;
	overflow: hidden;
	position: absolute;
	width: 1920px;
}
#HeaderWrapper > .animation > .wrapper > .text_1 {
	position: absolute;
	text-shadow: 1px 1px 2px #606060;
}
#HeaderWrapper > .animation > .wrapper > .text_2 {
	position: absolute;
	text-shadow: 1px 1px 2px #606060;
}
#HeaderWrapper > .animation > .wrapper > .text a:hover {
	text-decoration: none;
}
#HeaderWrapper > .animation > .wrapper > .mapText {
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 4px #FFFFFF;
}
#HeaderWrapper > .animation > .wrapper > .mapText .title {
}
#HeaderWrapper > .animation > .wrapper > .mapText .sub {
}

@media all and (max-width: 1440px){

	#HeaderWrapper > .animation {
		height: 380px;
	}
	#HeaderWrapper > .animation > .wrapper > img.animate {
		height: auto;
		margin-left: -720px;
		width: 1440px;
	}

}
@media all and (max-width: 800px){

	#HeaderWrapper > .animation {
		height: 265px;
	}
	#HeaderWrapper > .animation > .wrapper > img.animate {
		margin-left: -500px;
		width: 1000px;
	}

}
@media all and (max-width: 600px){

	#HeaderWrapper > .animation {
		height: 185px;
	}
	#HeaderWrapper > .animation > .wrapper > img.animate {
		margin-left: -350px;
		width: 700px;
	}

}

/* Layout - Quickbucher */

#BookingWrapper {
	background: #D4C7AC;
	bottom: 0;
	position: fixed;
	width: 100%;
}
#BookingWrapper > form {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 20px;
	position: relative;
	text-align: right;
}
#BookingWrapper > form:after {
	clear: both;
	content: "";
	display: block;
}
#BookingWrapper > form > h3 {
	float: left;
	font-weight: bold;
	line-height: 70px;
}
#BookingWrapper > form > .column {
	display: inline-block;
	margin-right: 30px;
}
#BookingWrapper > form > .column > label {
	color: #543E35;
	float: left;
	font-family: Cambria, Times New Roman, serif;
	font-size: 18px;
	line-height: 70px;
	margin-right: 10px;
}
#BookingWrapper > form > .column > input {
	background: #FFFFFF;
	border: 0 none;
	color: #543E35;
	font-size: 18px;
	line-height: 35px;
	margin: 17px 0 0;
	padding: 0 8px;
	width: 130px;
}
#BookingWrapper > form > .column > .calicon {
	background: #543E35;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	margin: 0 0 0 -32px;
	padding: 0 7px 0 9px;
	position: absolute;
	top: 17px;
}
#BookingWrapper > form > .column > .calicon:before {
	content: "\E800";
	font-family: "fontello";
}
#BookingWrapper > form > .button {
	display: inline-block;
	margin-right: 30px;
}
#BookingWrapper > form > .button > input {
	background: #543E35;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Cambria, Times New Roman, serif;
	font-weight: bold;
	line-height: 35px;
	margin: 17px 0 0;
	padding: 0 20px;
	text-transform: uppercase;
}
#BookingWrapper > form > .button > input:hover {
	background: #403026;
}
#BookingWrapper > form > a {
	background: #446A5B;
	color: #FFFFFF;
	float: right;
	font-family: Cambria, Times New Roman, serif;
	font-weight: bold;
	line-height: 35px;
	margin: 18px 0 0;
	padding: 0 20px;
	text-transform: uppercase;
}
#BookingWrapper > form > a:hover {
	background: #305848;
}

@media all and (max-width: 780px){
	
	#BookingWrapper > form {
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
	}
	#BookingWrapper > form > h3 {
		display: none;
	}
	#BookingWrapper > form > .column {
		position: relative;
	}
	#BookingWrapper > form > .column > label {
		display: inline-block;
		float: none;
		line-height: 35px;
	}
	#BookingWrapper > form > .column > input {
		margin-top: 0;
	}
	#BookingWrapper > form > .column > .calicon {
		top: 1px;
	}
	#BookingWrapper > form > .button > input {
		margin-top: 0;
	}
	#BookingWrapper > form > a {
		display: inline-block;
		float: none;
		margin-top: 0;
	}

}
@media all and (max-width: 570px){

	#BookingWrapper > form > a {
		margin-top: 10px;
	}

}
@media all and (max-width: 500px){
	
	#BookingWrapper > form > .column {
		display: block;
		margin-right: 0;
	}
	#BookingWrapper > form > .button {
		margin-right: 5%;
		width: 47.5%;
	}
	#BookingWrapper > form > .button > input {
		width: 100%;
	}
	#BookingWrapper > form > a {
		width: 47.5%;
	}

}

/* Menü - Hauptmenü Desktop */

.mobileTrigger {
	display: none;
}
nav.desktop {
	bottom: 0;
	left: 20px;
	padding: 0 0 0 250px;
	position: absolute;
	right: 20px;
	z-index: 1;
}
nav.desktop > ul:after {
	clear: both;
	content: "";
	display: block;
}
nav.desktop > ul {
	text-align: right;
}
nav.desktop > ul > li {
	display: inline-block;
	position: relative;
}
nav.desktop > ul > li > a {
	color: #543E35;
	display: block;
	font-family: Cambria, Times New Roman, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}
nav.desktop > ul > li:hover > a,
nav.desktop > ul > li > a.selected {
	background: #543E35;
	color: #FFFFFF;
}
nav.desktop > ul > li:hover > ul {
	display: block;
}
nav.desktop > ul > li > ul {
	background: #543E35;
	display: none;
	left: 0;
	list-style: outside none none;
	min-width: 100%;
	padding: 11px 0;
	position: absolute;
	text-align: left;
	top: 60px;
}
nav.desktop > ul > li.last > ul {
	left: auto;
	right: 0;
}
nav.desktop > ul > li > ul > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 17px;
	font-weight: normal;
	padding: 5px 30px;
	white-space: nowrap;
}
nav.desktop > ul > li > ul > li > a:hover,
nav.desktop > ul > li > ul > li > a.selected {
	background: url("/img/cms/sym_menu.png") no-repeat 17px 14px #D4C7AC;
	color: #534339;
	text-decoration: none;
}

@media all and (max-width: 1080px){

	nav.desktop > ul > li > a {
		font-size: 20px;
		line-height: 50px;
		padding-left: 10px;
		padding-right: 10px;
	}
	nav.desktop > ul > li > ul {
		top: 50px;
	}

}
@media all and (max-width: 980px){

	nav.desktop {
		padding-left: 200px;
	}
	nav.desktop > ul > li > a {
		padding-left: 8px;
		padding-right: 8px;
	}

}

/* Menü - Hauptmenü Mobile */

.mobileTrigger.show:before {
	content: "\E819";
	display: block;
	float: left;
	font-family: "fontello";
	font-size: 34px;
	margin: 0 10px 0 0;
}
.mobileTrigger.show {
	bottom: 0;
	color: #543E35;
	cursor: pointer;
	display: block;
	font-family: Cambria, Times New Roman, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 65px;
	padding: 0 20px 0 30px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
}
nav.mobile {
	position: absolute;
	right: 0;
	top: 105px;
	width: 100%;
	z-index: 99999;
}
nav.mobile > ul {
	background: #F2EEE6;
	height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
nav.mobile > ul.open {
	height: auto;
	opacity: 1;
	overflow: visible;
	padding: 20px 0;
}
nav.mobile > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul.open {
	display: block;
}
nav.mobile > ul > li > ul > li > ul {
	display: none;
}
nav.mobile > ul > li > ul > li > ul.open {
	display: block;
}

/* 1. Ebene */

nav.mobile > ul > li {
	margin: 0 0 1px;
}
nav.mobile > ul > li > a {
	display: block;
	font-family: Cambria, Times New Roman, serif;
	font-size: 20px;
	padding: 6px 20px;
	text-transform: uppercase;
}
nav.mobile > ul > li > a:hover,
nav.mobile > ul > li > a.selected {
	background: #543E35;
	color: #FFFFFF;
}

/* 2. Ebene */

nav.mobile > ul > li > ul {
	margin-top: 1px;
}
nav.mobile > ul > li > ul > li {
	margin: 0 0 1px;
}
nav.mobile > ul > li > ul > li > a {
	display: block;
	font-family: Cambria, Times New Roman, serif;
	font-size: 16px;
	padding: 6px 30px;
}
nav.mobile > ul > li > ul > li > a:hover,
nav.mobile > ul > li > ul > li > a.selected {
	background: #D4C7AC;
}

@media all and (max-width: 400px){

	.mobileTrigger.show {
		font-size: 20px;
		line-height: 75px;
	}

}

/* Menü - Submenü */

ul.submenu {
	list-style: none;
}
ul.submenu > li > a {
	display: inline-block;
	padding: 0 5px 10px 10px;
}
ul.submenu > li > a:hover, 
ul.submenu > li > a.selected {
	color: red;
}

/* Menü - Metamenü */

ul.metamenu {
	float: right;
	margin: 64px 0 0;
}
ul.metamenu > li {
	display: inline-block;
	position: relative;
}
ul.metamenu > li:after {
	color: #543E35;
	content: ".";
	position: absolute;
	right: 0;
	top: -6px;
}
ul.metamenu > li > a {
	display: block;
	padding: 0 6px 0 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
ul.metamenu > li:last-child > a {
	padding-right: 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
}

@media all and (max-width: 900px){

	ul.metamenu {
		float: none;
		margin-top: 10px;
		text-align: center;
	}

}

/* Element - Anfrage */

.cmsRequest { 
	height: 95px;
}
.cmsRequest > a > img {
	display: block;
	float: right;
}

/* Element - Überschriften */

h1 {
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 40px;
	text-transform: uppercase;
}
h2 {
	color: #446A5B;
	font-size: 30px;
	font-weight: normal;
}
h3 {
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

/* Folgeüberschriften */

h1.cms + h2.cms {
	margin-top: -21px;
}
h2.cms + h3.cms {
	margin-top: -21px;
}

@media all and (max-width: 800px){

	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}

}

/* Element - Textinhalt */

p.text {
	margin: 20px 0;
}

/* Elemente - Aufzählung */

.cmsList > h2 {
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.cmsList > ul > li:before {
	color: #446A5B;
	content: '\E818';
	font-family: 'fontello';
	left: 0;
	position: absolute;
}
.cmsList > ul > li {
	margin: 5px 0;
	padding: 0 0 0 22px;
	position: relative;
}

/* 2-spaltig */

.cmsList2Columns > ul > li {
	float: left;
	width: 50%;
}
.cmsList2Columns > ul > li:nth-child(2n+1) {
	padding-right: 20px;
}
.cmsList2Columns > ul > li:nth-child(2n) + li {
	clear: left;
}
.cmsList2Columns:after {
	clear: both;
	content: "";
	display: block;
}

@media all and (max-width: 800px){

	.cmsList > h2 {
		font-size: 20px;
	}

}
@media all and (max-width: 750px){

	.cmsList2Columns > ul > li {
		clear: none !important;
		padding-right: 0 !important;
		width: 100%;
	}

}

/* Elemente - Bild-Text */

.cmsImage:after {
	clear: both;
	content: "";
	display: block;
}
.cmsImage > .left {
	float: left;
	margin: 0 20px 10px 0;
	max-width: 50%;
}
.cmsImage > .right {
	float: right;
	margin: 0 0 10px 20px;
	max-width: 50%;
}
.cmsImage img {
	display: block;
	width: 100%;
}
.cmsImage figcaption {
	font-size: smaller;
	font-style: italic;
	line-height: 1.5;
	margin: 8px 0 0 0;
}

@media all and (max-width: 750px){

	.cmsImage > .left,
	.cmsImage > .right {
		float: none;
		margin: 0 0 10px 0;
		max-width: none;
	}
	
}

/* Elemente - Bildergalerie */

.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery + * {
	margin-top: -10px;
}
.cmsGallery > li {
	float: left;
	margin: 0 4.272727272727273% 3.636363636363636% 0; /* 0 47 40 0 */
	position: relative;
	width: 30.454545454545453%; /* 335 */
}
.cmsGallery > li:nth-child(3n) {
	margin-right: 0;
}
.cmsGallery > li:nth-child(3n) + li {
	clear: left;
}
.cmsGallery > li > figure {
	overflow: hidden;
	position: relative;
}
.cmsGallery > li > figure > a {
	display: block;
}
.cmsGallery > li > figure > a:after { /* Overlay */
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 80px 0 #111111 inset;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li:hover > figure > a:after { /* Overlay einblenden */
	opacity: 1;
	-webkit-transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-ms-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.cmsGallery > li > figure > a > img {
	display: block;
	width: 100%;
}
.cmsGallery > li > figure > figcaption {
	color: #ffffff;
	cursor: pointer;
	font-size: smaller;
	left: 50%;
	line-height: 1.5;
	margin: 18px auto auto auto;
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 4px #000000;
	top: 50%;
	width: 100%;
	z-index: 10;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cmsGallery > li:hover > figure > figcaption {
	opacity: 1;
	-webkit-transition: opacity 700ms ease-in-out;
	-moz-transition: opacity 700ms ease-in-out;
	-ms-transition: opacity 700ms ease-in-out;
	-o-transition: opacity 700ms ease-in-out;
	transition: opacity 700ms ease-in-out;
}
.cmsGallery > li > figure > figcaption:after {
	content: "\E809";
	font-family: "fontello";
    font-size: 36px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
}
.cmsGallery > li:hover > figure > a > img {
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease 100ms;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}
.fancybox-wrap .fancydownload:before {
	content: '\e801';
	font-family: 'fontello';
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
.fancybox-wrap .fancydownload {
	background: none repeat scroll 0 0 #000000;
	border-radius: 4px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	padding: 5px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

@media all and (max-width: 800px){

	.cmsGallery > li {
		margin: 0 4% 4% 0;
		width: 48%;
	}
	.cmsGallery > li:nth-child(3n) {
		margin-right: 4%;
	}
	.cmsGallery > li:nth-child(3n) + li {
		clear: none;
	}
	.cmsGallery > li:nth-child(2n) {
		margin-right: 0;
	}
	.cmsGallery > li:nth-child(2n) + li {
		clear: left;
	}

}

@media all and (max-width: 500px){

	.cmsGallery + * {
		margin-top: auto;
	}
	.cmsGallery > li {
		clear: both !important;
		float: none !important;
		margin: 0 0 20px 0 !important;
		width: 100% !important;
	}
	
}

/* Element - Teaser */

.cmsTeaser {
	background: #D4C7AC;
	margin: 20px 0;
	min-height: 200px;
	padding: 10px;
	position: relative;
}
.cmsTeaser:after {
	clear: both;
	content: "";
	display: block;
}
h2.cmsTeaserHeadline {
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.cmsTeaser > .image {
	float: left;
	margin: 0 20px 0 0;
	width: 25%; /* 270 */
}
.cmsTeaser > .image > a > img {
	display: block;
	width: 100%;
}
.cmsTeaser > .title {
	padding: 10px 0 0 0;
}
.cmsTeaser > .title > a {
	font-family: Cambria, Times New Roman, serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
.cmsTeaser > .title > a:hover {
	color: #446A5B;
	text-decoration: none;
}
.cmsTeaser > .date {
	font-weight: normal;
	margin: -5px 0 0 0;
	text-transform: uppercase;
}
.cmsTeaser > .text {
	line-height: 1.3;
	margin: 5px 0 0 0;
	padding: 0 0 50px;
}
.cmsTeaser.hasPrice > .text {
	padding-bottom: 0;
}
.cmsTeaser > .price {
	color: #45291E;
	padding: 20px 0 0 0;
}
.cmsTeaser.hasPrice > .price {
	padding-bottom: 50px;
}
.cmsTeaser > .more {
	background: url("/img/cms/bg_button_teaser.png") no-repeat right 1px;
	bottom: 10px;
	text-align: right;
	margin: 0;
	padding: 0 0 5px 0;
	position: absolute;
	right: -5px;
}
.cmsTeaser > .more a {
	font-weight: normal;
	padding: 0 33px 0 15px;
	text-transform: uppercase;
}

/* Teaser (Titel+Text) */

.cmsTeaserNoImage {
	min-height: 0;
	padding: 15px;
}
.cmsTeaserNoImage > .title {
	padding-top: 0;
}

/* Teaser (Titel) */

.cmsTeaserNoText {
	background: none;
	margin: 0;
	min-height: 100%;
	padding: 0 5px 8px 0;
}
.cmsTeaserNoText > .title > a {
	background: url("/img/cms/sym_point_singleteaser.png") no-repeat left center;
	padding: 0 0 0 20px;
	font-size: 18px !important;
	text-transform: uppercase;
}

@media all and (max-width: 800px){

	h2.cmsTeaserHeadline {
		font-size: 20px;
	}

}
@media all and (max-width: 600px){

	.cmsTeaser > .image {
		float: none;
		margin-right: 0;
		width: 100%;
	}

}

/* Elemente - Tabelle */

.cmsTable {
	margin: 20px 0;
}
.cmsTable > h2 {
	border-bottom: 1px solid #E3DACB;
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 1px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #F2EEE6;
	border-bottom: 1px solid #FFFFFF;
}
.cmsTable > table > tbody > tr.val2 {
	background: #D4C7AC;
	border-bottom: 1px solid #FFFFFF;
}
.cmsTable > table > tbody > tr > td {
	line-height: 40px;
	padding: 0 10px;
}
.cmsTable > p {
	border-top: 1px solid #E3DACB;
	font-size: 16px;
	padding: 8px 0 0 0;
}

/* Element - Verlinkungen (Verweise, Links, E-Mail) */

/* Links (intern & extern) */

.cmsLink {
	margin: 20px 0;
}
.cmsLink > a {
	background: url("/img/cms/sym_point_singleteaser.png") no-repeat left 10px;
	display: inline-block;
	padding: 2px 0 2px 20px;
}
.cmsLink > a:hover {
	color: #446A5B;
}

/* Verweisliste */

.cmsRefs {
	margin: 20px 0;
}
.cmsRefs > h2 {
	border-bottom: 1px solid #E3DACB;
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 1px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.cmsRefs > div {
	background: #F2EEE6;
	border-bottom: 1px solid #FFFFFF;
}
.cmsRefs > div > a {
	background: url("/img/cms/sym_ref.png") no-repeat 8px 11px;
	display: inline-block;
	padding: 2px 0 0 25px;
}
.cmsRefs > div > a:hover {
	color: #446A5B;
}

/* Verweisliste rechte Spalte */

.cmsRefsRight {
	margin: 35px 0 0 57px;
}
.cmsRefsRight > h2 {
	color: #41251A;
	font-size: 26px;
	margin: 0;
	padding: 0 0 5px 0;
}
.cmsRefsRight > div {
	background: url("/img/layout/bg_button.png") no-repeat right top;
	margin: 0 -2px 0 0;
}
.cmsRefsRight > div > a {
	display: inline-block;
	font-weight: normal;
	margin: 0 0 3px 0;
	padding: 1px 0 2px 29px;
	text-transform: uppercase;
}
.cmsRefsRight > div > a:hover {
	color: #446A5B;
}

/* E-Mail */

.cmsMail {
	margin: 20px 0;
}
.cmsMail > a {
	background: url("/img/cms/sym_mail.png") no-repeat left center;
	display: inline-block;
	line-height: 1.2;
	padding: 7px 0 9px 115px;
}
.cmsMail > a:hover {
	color: #446A5B;
}

/* Element - Dropdown */

.cmsDrop > h3:before {
	content: '\E807';
	font-family: 'fontello';
	font-weight: normal;
	left: 15px;
	position: absolute;
}
.cmsDrop > h3 {
	background: #F2EEE6;
	cursor: pointer;
	display: block;
	padding: 10px 15px 10px 50px;
	position: relative;
}
.cmsDrop > h3:hover {
	background: #D4C7AC;
}
.cmsDrop > h3.contentHide:before {
	content: '\E805';
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	margin: 20px 0;
	overflow: hidden;
}

/* Element - Youtube */

.cmsYoutube {
	margin: 20px 0;
}
.cmsYoutube > h2 {
	color: #543E35;
	font-family: Cambria, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.cmsYoutube .video {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
}
.cmsYoutube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cmsYoutube .text {
	line-height: 1.3;
	margin: 10px 0 0 0;
}

/* Element - Iframe */

iframe.cmsIframe {
	margin: 20px 0;
}

/* Element - Datei */

.cmsFile,
.cmsXLS,
.cmsPDF,
.cmsDOC {
	margin: 20px 0;
}
.cmsFile a,
.cmsXLS a,
.cmsPDF a,
.cmsDOC a {
	background: url("/img/cms/sym_file.png") no-repeat left center;
	display: inline-block;
	line-height: 1.2;
	padding: 7px 0 9px 115px;
}
.cmsFile a:hover,
.cmsXLS a:hover,
.cmsPDF a:hover,
.cmsDOC a:hover {
	color: #446A5B;
}

/* Element- Formular */

.cmsForm {
	background: #F2EEE6;
	margin: 20px 0;
	padding: 10px 20px 20px 20px;
}
.cmsForm > h2 {
	color: #45291E;
	font-size: 18px;
	margin: 10px 0;
	padding: 10px 0;
}
.cmsForm > .row {
	margin: 10px 0;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row > label {
	display: block;
	float: left;
	padding: 3px 0 2px 0;
	width: 30.303030303030305%; /* 200 */
}
.cmsForm > .row > .field {
	border: 1px solid #E3DACB;
	float: left;
	outline: none;
	padding: 4px 8px;
	width: 69.696969696969703%; /* 460 */
}
.cmsForm > .row > .field:focus {
	border: 1px solid #93C8FF;
	box-shadow: 0 0 4px #1983F0;
	-webkit-box-shadow: 0 0 4px #1983F0;
	-moz-box-shadow: 0 0 4px #1983F0;
}
.cmsForm > .row > select.field {
	padding: 3px;
}
.cmsForm > .row > textarea.field {
	line-height: 1.2;
	min-height: 100px;
}
.cmsForm > .row > .checkbox {
	border: 0;
	margin: 5px 2px 1px 0;
	padding: 0;
	vertical-align: text-bottom;
	width: auto;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker {
	background: url("/img/cms/sym_calendar.png") no-repeat 92px center #FFFFFF;
	cursor: pointer;
	width: 120px;
}
.ui-datepicker-trigger  {
	cursor: pointer;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.cmsForm > .button {
	text-align: right;
}
.cmsForm > .button > input {
	background: url("/img/cms/bg_button_teaser.png") no-repeat right 1px;
	border: 0;
	color: #45291E;
	cursor: pointer;
	font-weight: normal;
	margin: 0 -4px 0 0;
	padding: 3px 32px 3px 13px;
	text-transform: uppercase;
}
.cmsForm > .msg {
	line-height: 1.3;
	margin: 0 0 10px 0;
	padding: 4px 10px; 
}
.cmsForm .error {
	border: 1px solid #FFA3A3;
	box-shadow: 0 0 3px #FF0000;
	-webkit-box-shadow: 0 0 3px #FF0000;
	-moz-box-shadow: 0 0 3px #FF0000;
}

@media all and (max-width: 600px){

	.cmsForm > .row > label {
		float: none;
		width: 100%;
	}
	.cmsForm > .row > .field {
		float: none;
		width: 100%;
	}
	.cmsForm > .row > .datepicker {
		background-position: 98% center;
	}

}

/* SkigebieteManager 2.0 - Liftstatus */

.sgmLiftstate {
	position: relative;
}
.sgmLiftstate.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 7px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmLiftstate > table {
	width: 100%;
}
.sgmLiftstate > table th {
	border-bottom: 1px solid #E3DACB;
	font-weight: bold;
	padding: 3px 1%;
	text-transform: uppercase;
}
.sgmLiftstate > table tr td {
	line-height: 1.4;
	padding: 8px 1% 5px;
	text-align: center;
}
.sgmLiftstate > table tr:nth-child(2n) td {
	background: #F2EEE6;
}
.sgmLiftstate > table .state,
.sgmLiftstate > table .type,
.sgmLiftstate > table .length,
.sgmLiftstate > table .height {
	width: 10%;
}
.sgmLiftstate > table .name {
	font-weight: bold;
	text-align: left;
	width: 28%;
}
.sgmLiftstate > table .time {
	width: 20%;
}
.sgmLiftstate > table tr td.state:after {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	content: "\E818";
	display: inline-block;
	font-family: 'fontello';
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 25px;
}
.sgmLiftstate > table tr td.state1:after {
	background: #7BB426;
	border: 3px solid #628D21;
	content: "\E818";
}
.sgmLiftstate > table tr td.state2:after,
.sgmLiftstate > table tr td.state0:after {
	background: #D41921;
	border: 3px solid #AF060D;
	content: "\E80A";
	font-size: 18px;
}
.sgmLiftstate > table tr td.type:after {
	background: url("/img/sgm/liftstate/liftstate.png") scroll no-repeat center 3px;
	background-size: 24px auto;
	content: "";
	display: inline-block;
	height: 30px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 30px;
}
.sgmLiftstate > table tr td.type.tfunicular:after {
	background-position: center -483px;
}
.sgmLiftstate > table tr td.type.tcablecar:after {
	background-position: center -159px;
}
.sgmLiftstate > table tr td.type.tdetachable-ropeway:after {
	background-position: center -159px;
}
.sgmLiftstate > table tr td.type.tropeway:after {
	background-position: center -483px;
}
.sgmLiftstate > table tr td.type.tchairlift1:after {
	background-position: center 3px;
}
.sgmLiftstate > table tr td.type.tchairlift2:after {
	background-position: center -49px;
}
.sgmLiftstate > table tr td.type.tchairlift3:after {
	background-position: center -105px;
}
.sgmLiftstate > table tr td.type.tchairlift4:after {
	background-position: center -267px;
}
.sgmLiftstate > table tr td.type.tchairlift6:after {
	background-position: center -321px;
}
.sgmLiftstate > table tr td.type.tdraglift:after {
	background-position: center -536px;
}
.sgmLiftstate > table tr td.type.tbabylift:after {
	background-position: center -536px;
}
.sgmLiftstate > table tr td.type.tchairlift8:after {
	background-position: center -376px;
}
.sgmLiftstate > table tr td.type.t10-seat-detachable-ropeway:after {
	background-position: center -481px;
}
.sgmLiftstate > table tr td.type.tconveyor2:after {
	background-position: center -429px;
}
.sgmLiftstate > table tr td.type.tbabylift2:after {
	background-position: center -429px;
}
.sgmLiftstate > table tr td.type.t3s-gondola:after {
	background-position: center -211px;
}
.sgmLiftstate > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmLiftstate.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmLiftstate > p.info {
	margin: 5px 0 0 0;
}
.sgmLiftstate.skiwelt > p.info {
	padding-right: 120px;
}

@media all and (max-width: 600px){

	.sgmLiftstate > table .length, 
	.sgmLiftstate > table .height {
		display: none;
	}

}
@media all and (max-width: 450px){

	.sgmLiftstate > table .time {
		display: none;
	}

}

/* SkigebieteManager 2.0 - Pistenstatus */

.sgmPistestate {
	position: relative;
}
.sgmPistestate.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 7px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmPistestate > table {
	width: 100%;
}
.sgmPistestate > table th {
	border-bottom: 1px solid #E3DACB;
	font-weight: bold;
	padding: 3px 1%;
	text-transform: uppercase;
}
.sgmPistestate > table tr td {
	line-height: 1.4;
	padding: 8px 1% 5px;
	text-align: center;
}
.sgmPistestate > table tr:nth-child(2n) td {
	background: #F2EEE6;
}
.sgmPistestate > table .state,
.sgmPistestate > table .type,
.sgmPistestate > table .length,
.sgmPistestate > table .height {
	width: 10%;
}
.sgmPistestate > table .name {
	font-weight: bold;
	text-align: left;
	width: 50%;
}
.sgmPistestate > table tr td.state:after {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	content: "\E818";
	display: inline-block;
	font-family: 'fontello';
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	line-height: 20px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 25px;
}
.sgmPistestate > table tr td.state1:after {
	background: #7BB426;
	border: 3px solid #628D21;
	content: "\E818";
}
.sgmPistestate > table tr td.state2:after,
.sgmPistestate > table tr td.state0:after,
.sgmPistestate > table tr td.state3:after {
	background: #D41921;
	border: 3px solid #AF060D;
	content: "\E80A";
	font-size: 18px;
}
.sgmPistestate > table tr td.type:after {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	content: "";
	display: inline-block;
	height: 18px;
	position: relative;
	top: -2px;
	vertical-align: middle;
	width: 18px;
}
.sgmPistestate > table tr td.type.teasy-piste:after { /* leicht */
	background: #148FDB;
}
.sgmPistestate > table tr td.type.tmedium-piste:after { /* mittel */
	background: #E54225;
}
.sgmPistestate > table tr td.type.tdifficult-piste:after, /* schwer */
.sgmPistestate > table tr td.type.tdifficult-piste2:after,
.sgmPistestate > table tr td.type.tvery-difficult-piste:after {
	background: #565759;
}
.sgmPistestate > table tr td.type.tskiroute:after { /* Skiroute */
	background: #FFBD38;
}
.sgmPistestate > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmPistestate.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmPistestate > p.info {
	margin: 5px 0 0 0;
}
.sgmPistestate.skiwelt > p.info {
	padding-right: 120px;
}

@media all and (max-width: 600px){

	.sgmPistestate > table .length, 
	.sgmPistestate > table .height {
		display: none;
	}

}

/* SkigebieteManager 2.0 - Schneebericht */

.sgmSnowreport {
	position: relative;
}
.sgmSnowreport.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 7px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmSnowreport > table {
	width: 100%;
}
.sgmSnowreport > table tr > td {
	padding: 7px 5px;
}
.sgmSnowreport > table tr > td.state > span {
	color: #FFFFFF;
	padding: 3px 8px;
	font-weight: bold;
}
.sgmSnowreport > table tr > td.state > span.var1 {
	background: #2ECC71;
}
.sgmSnowreport > table tr > td.state > span.var2 {
	background: #F1C40F;
	color: #000000;
}
.sgmSnowreport > table tr > td.state > span.var3 {
	background: #D35400;
}
.sgmSnowreport > table tr > td.state > span.var4 {
	background: #C0392B;
}
.sgmSnowreport > table tr > td.state > span.var5 {
	background: #91271C;
}
.sgmSnowreport > table tr:nth-child(2n) > td {
	background: #F2EEE6;
}
.sgmSnowreport > table > tr > td:last-child {
	font-weight: bold;
}
.sgmSnowreport > table tr > td.label {
	font-weight: bold;
}
.sgmSnowreport > p.copyrights {
	margin: 1px 0 0;
	padding: 8px 0;
}
.sgmSnowreport.skiwelt > p.copyrights {
	padding-right: 120px;
}
.sgmSnowreport > p.info {
	margin: 5px 0 0;
}
.sgmSnowreport.skiwelt > p.info {
	padding-right: 120px;
}

@media all and (max-width: 550px){

	.sgmSnowreport > table tr > td {
		display: inline-block;
		width: 100%;
	}
	.sgmSnowreport > table tr > td:first-of-type,
	.sgmSnowreport > table tr:nth-child(2n) > td:first-of-type {
		background: #F8F8F8;
		font-weight: bold;
	}
	.sgmSnowreport > table tr:nth-child(2n) > td {
		background: none;
	}

}

/* SkigebieteManager 2.0 - Webcams */

.sgmWebcams {
	position: relative;
}
.sgmWebcams.skiwelt:after {
	background: url("/img/sgm/skiwelt-wilderkaiser-brixental.png") scroll no-repeat left top;
	background-size: 100px auto;
	bottom: 9px;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	width: 100px;
}
.sgmWebcams > ul:after {
	content: "";
	clear: both;
	display: block;
}
.sgmWebcams > ul > li {
	float: left;
	margin: 0 5% 20px 0;
	position: relative;
	width: 30%;
}
.sgmWebcams > ul > li:nth-child(3n) {
	margin-right: 0;
}
.sgmWebcams > ul > li:nth-child(3n) + li {
	clear: left;
}
.sgmWebcams > ul > li > p.town {
	font-weight: bold;
	margin: 0 0 5px;
}
.sgmWebcams > ul > li > a.image {
	display: block;
	max-height: 185px;
	overflow: hidden;
}
.sgmWebcams > ul > li > a.image > img {
	display: block;
	width: 100%;
}
.sgmWebcams > ul > li > a.subtitle {
	display: inline-block;
    margin: 5px 0 0;
}

@media all and (max-width: 700px){

	.sgmWebcams > ul > li {
		width: 47.5%;
	}
	.sgmWebcams > ul > li:nth-child(3n) {
		margin-right: 5%;
	}
	.sgmWebcams > ul > li:nth-child(3n) + li {
		clear: none;
	}
	.sgmWebcams > ul > li:nth-child(2n) {
		margin-right: 0;
	}
	.sgmWebcams > ul > li:nth-child(2n) + li {
		clear: left;
	}

}
@media all and (max-width: 500px){
	
	.sgmWebcams > ul > li {
		margin-right: 0;
		width: 100%;
	}
	.sgmWebcams > ul > li > a.image {
		max-height: 100%;
	}
	
}

/*! jQuery UI - v1.10.2 - 2013-03-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=&fwDefault=&fsDefault=&cornerRadius=4px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=%23aaaaaa&fcHeader=%23222222&iconColorHeader=%23222222&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23aaaaaa&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=%23d3d3d3&fcDefault=%23555555&iconColorDefault=%23888888&bgColorHover=%23dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=%23999999&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23aaaaaa&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%232e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: inherit;
	font-size: ;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: inherit;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url("/img/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("/img/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("/img/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("/img/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: ;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url("/img/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url("/img/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("/img/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/* jQuery UI Kalender Styles Micado */

/* Datepicker */

/* benutzerdefinierte Styles */

.ui-datepicker-header {
	background: #45291D !important;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
}
.ui-datepicker td {
	border: 1px solid #CFCFCF !important;
	padding: 0 !important;
}
.ui-state-default {
	background: none !important;
	border: 0 !important;
	color: inherit !important;
	text-align: center !important;
	font-weight: normal !important;
	padding: 0.3em !important;
}
.ui-state-active, .ui-state-hover {
	background: #CFCFCF !important;
	color: #FFFFFF !important;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 1em !important;
}
/* benutzerdefinierte Styles Ende */

/* generelle Vererbungen */

.ui-datepicker {
	padding: 10px !important;
}
.ui-corner-all {
	border-radius: 0 !important;
}
.ui-icon {
	background: none !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
}
.ui-datepicker-title {
	margin: 0 4.5em !important;
	font-size: 0.9em !important;
	color: #fff;
}
.ui-datepicker th {
	padding: 0.5em 0 !important
}
.ui-datepicker-calendar span {
	font-size: 0.9em !important;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: auto !important;
	height: auto !important;
	margin: 9px 0 0 0 !important;
	top: 0 !important;
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	cursor: pointer !important;
	color: #fff !important;
}
.ui-datepicker-prev {
	left: 5px !important;
}
.ui-datepicker-next {
	right: 5px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	left: auto !important;
	margin: 0 !important;
	top: auto !important;
	position: static !important;
	font-size: 0.8em !important;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFFFFF;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        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 {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url('/img/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/img/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
	z-index: 8040;
}

.fancybox-close:hover {
	background: #000000;
}

.fancybox-close:before {
	color: #FFFFFF;
	content: '\E82A';
	font-family: 'fontello';
	font-size: 35px;
	font-weight: normal;
	line-height: 50px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-nav {
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: fixed;
	text-decoration: none;
	top: 0;
	width: 30%;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	cursor: pointer;
	height: 100px;
	margin-top: -50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: opacity 200ms ease-in-out 0s;
	width: 55px;
	z-index: 8040;
}

.fancybox-nav:hover span {
	background: #000000;
}

.fancybox-prev span {
	left: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-prev span:before {
	color: #FFFFFF;
	content: '\E806';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 10px 0 0;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-next span {
	right: 0;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.fancybox-next span:before {
	color: #FFFFFF;
	content: '\E808';
	font-family: 'fontello';
	font-size: 40px;
	font-weight: normal;
	line-height: 100px;
	margin: 0 0 0 10px;
	opacity: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	margin-right: 0 !important;
	overflow-x: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow-x: auto;
}

/* Title helper */

.fancybox-title {
	background: #000000;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	padding-right: 145px !important;
	position: absolute;
	text-overflow: ellipsis;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	display: none !important;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('/img/fancybox/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}