/* 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 {
	margin: 0;
	padding: 0;
	border: 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;
}

/*@import url("//hello.myfonts.net/count/2ad0ff");*/
  
@font-face {
	font-family: "BodoniTweITCPro-Book";
	src: url("/webfonts/bodoni-book.eot");
	src: url("/webfonts/bodoni-book.eot?#iefix") format("embedded-opentype"),
		 url("/webfonts/bodoni-book.woff") format("woff"),
		 url("/webfonts/bodoni-book.ttf") format("truetype");
}
@font-face {
	font-family: "BodoniTweITCPro-BookItalic";
	src: url("/webfonts/bodoni-bookitalic.eot");
	src: url("/webfonts/bodoni-bookitalic.eot?#iefix") format("embedded-opentype"),
		 url("/webfonts/bodoni-bookitalic.woff") format("woff"),
		 url("/webfonts/bodoni-bookitalic.ttf") format("truetype");
}
@font-face {
	font-family: "BodoniTweITCPro-Bold";
	src: url("/webfonts/bodoni-bold.eot");
	src: url("/webfonts/bodoni-bold.eot?#iefix") format("embedded-opentype"),
		 url("/webfonts/bodoni-bold.woff") format("woff"),
		 url("/webfonts/bodoni-bold.ttf") format("truetype");
}
@font-face {
	font-family: "BodoniTweITCPro-BoldItalic";
	src: url("/webfonts/bodoni-bolditalic.eot");
	src: url("/webfonts/bodoni-bolditalic.eot?#iefix") format("embedded-opentype"),
		 url("/webfonts/bodoni-bolditalic.woff") format("woff"),
		 url("/webfonts/bodoni-bolditalic.ttf") format("truetype");
}

/* Grundlegende Angaben */

body {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #231F20;
	-webkit-text-size-adjust: none;
}
a {
	color: #231F20;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #231F20;
	text-decoration: underline;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #CFCFCF;
	border-radius: 0;
}
ol, ul {
	list-style: none;
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
.clear {
	clear: both;
}

/* Layout - Header */

#HeaderWrapper {
	-moz-box-shadow: 0 3px 20px #000000;
	-webkit-box-shadow: 0 3px 20px #000000;
	box-shadow: 0 3px 20px #000000;
	position: relative; /* Relative Ausrichtung für Header & Menüs */
	margin: 0 auto;
	max-width: 990px;
	position: relative;
	z-index: 2;
}
#HeaderWrapper:before {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
#HeaderWrapper:after {
	background: #FFFFFF;
	bottom: -30px;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 100%;
}
#HeaderWrapper > div {
	height: 158px;
	margin: 0 auto;
	padding: 19px 20px 0;
	position: relative;
}
#HeaderWrapper > div:after {
	clear: both;
	display: block;
	content: "";
}

/* Slogan */

#HeaderWrapper > div > div.slogan {
	border-bottom: 14px solid #ACD6F3;
	color: #003865;
	font-size: 12px;
	text-transform: uppercase;
}
#HeaderWrapper > div > div.slogan > span {
	color: #BF2F1B;
	font-weight: bold;
}

/* Logo */

#HeaderWrapper > div > a.logo {
	float: left;
	margin: 20px 0 12px;
}
#HeaderWrapper > div > a.logo > img {
	display: block;
}

/* Logout */

#HeaderWrapper > div > a.logout {
	background: #7F8082;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 12px 5px;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 70px;
}
#HeaderWrapper > div > a.logout:hover {
	background: #003865;
	text-decoration: none;
}

/* Layout - Content */

#ContentWrapper {
	-moz-box-shadow: 0 3px 20px #000000;
	-webkit-box-shadow: 0 3px 20px #000000;
	box-shadow: 0 3px 20px #000000;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	max-width: 990px;
	z-index: 1;
}
#ContentWrapper:before {
	background: #FFFFFF;
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
#ContentWrapper:after {
	background: #FFFFFF;
	bottom: -30px;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	width: 100%;
}
#ContentWrapper > div:after {
	clear: both;
	content: "";
	display: block;
}
#ContentWrapper > div > aside.left {
	float: left;
	width: 20%; /* 190 */
	margin: 0 2.1052631578947367% 0 0; /* 0 20 0 0 */
}
#ContentWrapper > div > section.center {
	float: left;
	padding: 0 20px;
	width: 55.78947368421052%; /* 530 */
}
#ContentWrapper > div > aside.right {
	float: left;
	margin: 0 0 0 2.1052631578947367%; /* 0 0 0 20 */
	width: 20%; /* 190 */
}

/* Buttons */

#ContentWrapper > div > section.center > div.buttons {
	margin: 20px 0 0;
}
#ContentWrapper > div > section.center > div.buttons > a {
	display: table;
	color: #231F20;
	font-weight: normal;
	padding: 0 0 0 15px;
}
#ContentWrapper > div > section.center > div.buttons > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}
#ContentWrapper > div > section.center > div.buttons > a.back {
	background: url("/img/layout/sym_back.png") scroll no-repeat left center;
}
#ContentWrapper > div > section.center > div.buttons > a.top {
	background: url("/img/layout/sym_top.png") scroll no-repeat left center;
}

/* Social Media */

#ContentWrapper > div > aside.left > div.socialmedia {
	margin: 20px 0;
}
#ContentWrapper > div > aside.left > div.socialmedia > p {
	padding: 0 0 3px;
}
#ContentWrapper > div > aside.left > div.socialmedia > div {
	padding: 3px 0 4px;
	width: 115px;
	border-top: 1px dotted #7E7D81;
	border-bottom: 1px dotted #7E7D81;
}
#ContentWrapper > div > aside.left > div.socialmedia > div:after {
	content: "";
	clear: both;
	display: block;
}
#ContentWrapper > div > aside.left > div.socialmedia > div > a {
	float: left;
	width: 20px;
	height: 19px;
	margin: 0 1px 0 0;
}
#ContentWrapper > div > aside.left > div.socialmedia > div > a.fb {
	background: url("/img/layout/ico_facebook.png") scroll no-repeat center center;
}
#ContentWrapper > div > aside.left > div.socialmedia > div > a.tw {
	background: url("/img/layout/ico_twitter.png") scroll no-repeat center center;
}
#ContentWrapper > div > aside.left > div.socialmedia > div > a.ta {
	background: url("/img/layout/ico_tripadvisor.png") scroll no-repeat center center;
}
#ContentWrapper > div > aside.left > div.socialmedia > div > a.tv {
	background: url("/img/layout/ico_trivago.png") scroll no-repeat center center;
}
#ContentWrapper > div > aside.left > div.socialmedia > div > a.st {
	background: url("/img/layout/ico_star.png") scroll no-repeat center center;
}

/* Layout - Footer */

#FooterWrapper {
	-moz-box-shadow: 0 3px 20px #000000;
	-webkit-box-shadow: 0 3px 20px #000000;
	box-shadow: 0 3px 20px #000000;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	max-width: 990px;
	z-index: 0;
}
#FooterWrapper:after {
	clear: both;
	content: "";
	display: block;
}

/* Copyright */

#FooterWrapper > div > p {
	color: #7F8082;
	font-size: 11px;
	padding: 6px 0 9px;
	margin: 20px 0 0;
	border-top: 1px solid #7F8082;
}
#FooterWrapper > div > p span {
	color: #BF2F1B;
	font-weight: bold;
}
#FooterWrapper > div > p a {
	color: #7F8082;
	font-weight: bold;
}

/* Layoutvariante - Standard (Orange) */

/* Layout - Content - Menü */

/* Submenü */

body.orange ul.submenu > li > a:hover, 
body.orange ul.submenu > li > a.selected {
	color: #F57B22;
	text-decoration: none;
}

/* Quick-Links */

body.orange div.quicklinks > ul > li > a:hover, 
body.orange div.quicklinks > ul > li > a.selected {
	color: #F57B22;
	text-decoration: none;
}

/* Pagemenü */

body.orange ul.pagenav > li > a:hover, 
body.orange ul.pagenav > li > a.selected {
	color: #F57B22;
}

/* Elemente aus Webmanager */

/* Überschriften */

body.orange h1 {
	color: #F57B22;
}

/* Drop Element */

body.orange .cmsDrop > h3:hover {
	color: #F57B22;
}

/* Formular */

body.orange .cmsForm > h2 {
	color: #F57B22;
}
body.orange .cmsForm > .button > input:hover {
	background: #F57B22;
}

/* CMS - Kontextelemente */

/* Teaser */

body.orange .cmsContextTeaser > figure > a.title {
	color: #F57B22;
}

/* Teaser (kleines Bild) */

body.orange .cmsContextTsrSmall > figure > figcaption > a.title {
	color: #F57B22;
}

/* Verweisliste */

body.orange h2.cmsContextRefs {
	color: #F57B22;
}

/* Plugin - Suche */

/* Suchenbox */

body.orange #ContentWrapper > div > aside.right > form > h2 {
	color: #F57B22;
}

/* Datepicker */

/* benutzerdefinierte Styles */

body.orange .ui-datepicker-header {
	background: #F57B22 !important;
}

/* Layoutvariante - Standard (Grün) */

/* Layout - Content - Menü */

/* Submenü */

body.green ul.submenu > li > a:hover, 
body.green ul.submenu > li > a.selected {
	color: #8CC63F;
	text-decoration: none;
}

/* Quick-Links */

body.orange div.quicklinks > ul > li > a:hover, 
body.orange div.quicklinks > ul > li > a.selected {
	color: #8CC63F;
	text-decoration: none;
}

/* Pagemenü */

body.green ul.pagenav > li > a:hover, 
body.green ul.pagenav > li > a.selected {
	color: #8CC63F;
}

/* Elemente aus Webmanager */

/* Überschriften */

body.green h1 {
	color: #8CC63F;
}

/* Drop Element */

body.green .cmsDrop > h3:hover {
	color: #8CC63F;
}

/* Formular */

body.green .cmsForm > h2 {
	color: #8CC63F;
}
body.green .cmsForm > .button > input:hover {
	background: #8CC63F;
}

/* CMS - Kontextelemente */

/* Teaser */

body.green .cmsContextTeaser > figure > a.title {
	color: #8CC63F;
}

/* Teaser (kleines Bild) */

body.green .cmsContextTsrSmall > figure > figcaption > a.title {
	color: #8CC63F;
}

/* Verweisliste */

body.green h2.cmsContextRefs {
	color: #8CC63F;
}

/* Plugin - Suche */

/* Suchenbox */

body.green #ContentWrapper > div > aside.right > form > h2 {
	color: #8CC63F;
}

/* Datepicker */

/* benutzerdefinierte Styles */

body.green .ui-datepicker-header {
	background: #8CC63F !important;
}

/* Layoutvariante - Standard (Rot) */

/* Layout - Content - Menü */

/* Submenü */

body.red ul.submenu > li > a:hover, 
body.red ul.submenu > li > a.selected {
	color: #8A1F02;
	text-decoration: none;
}

/* Quick-Links */

body.orange div.quicklinks > ul > li > a:hover, 
body.orange div.quicklinks > ul > li > a.selected {
	color: #8A1F02;
	text-decoration: none;
}

/* Pagemenü */

body.red ul.pagenav > li > a:hover, 
body.red ul.pagenav > li > a.selected {
	color: #8A1F02;
}

/* Elemente aus Webmanager */

/* Überschriften */

body.red h1 {
	color: #8A1F02;
}

/* Drop Element */

body.red .cmsDrop > h3:hover {
	color: #8A1F02;
}

/* Formular */

body.red .cmsForm > h2 {
	color: #8A1F02;
}
body.red .cmsForm > .button > input:hover {
	background: #8A1F02;
}

/* CMS - Kontextelemente */

/* Teaser */

body.red .cmsContextTeaser > figure > a.title {
	color: #8A1F02;
}

/* Teaser (kleines Bild) */

body.red .cmsContextTsrSmall > figure > figcaption > a.title {
	color: #8A1F02;
}

/* Verweisliste */

body.red h2.cmsContextRefs {
	color: #8A1F02;
}

/* Plugin - Suche */

/* Suchenbox */

body.red #ContentWrapper > div > aside.right > form > h2 {
	color: #8A1F02;
}

/* Datepicker */

/* benutzerdefinierte Styles */

body.red .ui-datepicker-header {
	background: #8A1F02 !important;
}

/* Layoutvariante - Standard (Braun) */

/* Layout - Content - Menü */

/* Submenü */

body.brown ul.submenu > li > a:hover, 
body.brown ul.submenu > li > a.selected {
	color: #A78462;
	text-decoration: none;
}

/* Quick-Links */

body.orange div.quicklinks > ul > li > a:hover, 
body.orange div.quicklinks > ul > li > a.selected {
	color: #A78462;
	text-decoration: none;
}

/* Pagemenü */

body.brown ul.pagenav > li > a:hover, 
body.brown ul.pagenav > li > a.selected {
	color: #A78462;
}

/* Elemente aus Webmanager */

/* Überschriften */

body.brown h1 {
	color: #A78462;
}

/* Drop Element */

body.brown .cmsDrop > h3:hover {
	color: #A78462;
}

/* Formular */

body.brown .cmsForm > h2 {
	color: #A78462;
}
body.brown .cmsForm > .button > input:hover {
	background: #A78462;
}

/* CMS - Kontextelemente */

/* Teaser */

body.brown .cmsContextTeaser > figure > a.title {
	color: #A78462;
}

/* Teaser (kleines Bild) */

body.brown .cmsContextTsrSmall > figure > figcaption > a.title {
	color: #A78462;
}

/* Verweisliste */

body.brown h2.cmsContextRefs {
	color: #A78462;
}

/* Plugin - Suche */

/* Suchenbox */

body.brown #ContentWrapper > div > aside.right > form > h2 {
	color: #A78462;
}

/* Datepicker */

/* benutzerdefinierte Styles */

body.brown .ui-datepicker-header {
	background: #A78462 !important;
}

/* Layout - Header - Menü */

/* Hauptmenü (in NAV Container) */

#HeaderWrapper > div > nav {
	position: absolute;
	bottom: 0;
	left: 20px;
	max-width: 950px;
	width: 100%;
	z-index: 3;
}
#HeaderWrapper > div > nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: -15px;
	width: 100%;
	height: 3px;
	background: #B7B8BB;
}
#HeaderWrapper > div > nav > ul {
	display: table;
	width: 100%;
	list-style: none;
}
#HeaderWrapper > div > nav > ul > li {
	display: table-cell;
	border-right: 2px solid #FFFFFF;
	min-width: 160px;
}
#HeaderWrapper > div > nav > ul > li:last-child {
	border-right: 0;
}	
#HeaderWrapper > div > nav > ul > li > div {
	position: relative;
}
#HeaderWrapper > div > nav > ul > li > div > a {
	display: block;
	padding: 1px 9px 3px;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	background: #7F8082;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
#HeaderWrapper > div > nav > ul > li.orange:hover > div > a,
#HeaderWrapper > div > nav > ul > li.orange > div > a.selected {
	background: #F57B22;
}
#HeaderWrapper > div > nav > ul > li.green:hover > div > a,
#HeaderWrapper > div > nav > ul > li.green > div > a.selected {
	background: #8CC63F;
}
#HeaderWrapper > div > nav > ul > li.red:hover > div > a,
#HeaderWrapper > div > nav > ul > li.red > div > a.selected {
	background: #8A1F02;
}
#HeaderWrapper > div > nav > ul > li.brown:hover > div > a,
#HeaderWrapper > div > nav > ul > li.brown > div > a.selected {
	background: #A78462;
}
#HeaderWrapper > div > nav > ul > li:hover > div > a, 
#HeaderWrapper > div > nav > ul > li > div > a.selected {
	background: #003865;
}
#HeaderWrapper > div > nav > ul > li:hover > div > ul {
	display: block;
}
#HeaderWrapper > div > nav > ul > li > div > ul {
	position: absolute;
	top: 25px;
	width: 100%;
	padding: 5px 0;
	display: none;
	list-style: none;
	background: #FFFFFF;
}
#HeaderWrapper > div > nav > ul > li > div > ul > li {
	padding: 0 9px;
}
#HeaderWrapper > div > nav > ul > li > div > ul > li.text {
	color: #7F8082;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px;
}
#HeaderWrapper > div > nav > ul > li > div > ul > li > a {
	display: block;
	font-size: 11px;
	color: #7F8082;
	padding: 3px 0 3px 11px;
	text-decoration: none;
	border-bottom: 1px dotted #7E7D81;
	position: relative;
}
#HeaderWrapper > div > nav > ul > li > div > ul > li > a:before {
	position: absolute;
	left: 0;
	top: 3px;
	content: ">";
}
#HeaderWrapper > div > nav > ul > li > div > ul > li > a:hover, 
#HeaderWrapper > div > nav > ul > li > div > ul > li > a.selected {
	color: #BF2F1B;
}

/* Metamenü */

ul.metamenu {
	list-style: none;
	position: absolute;
	right: 30px;
	top: 20px;
}
ul.metamenu > li {
	float: left;
	position: relative;
}
ul.metamenu > li > a {
	display: block;
	color: #7F8082;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	border-right: 1px solid #7F8082;
}
ul.metamenu > li > a.var {
	color: #231F20;
}
ul.metamenu > li:last-child > a {
	border-right: 0;
}
ul.metamenu > li > a:hover,
ul.metamenu > li > a.selected {
	color: #8CC63F;
	text-decoration: none;
}
ul.metamenu > li > ul {
	background: #ACD6F3;
	display: none;
	position: absolute;
	left: 0;
	top: 17px;
	padding: 5px;
	min-width: 130px;
	z-index: 4;
}
ul.metamenu > li:hover > ul {
	display: block;
}
ul.metamenu > li > ul > li {
	border-bottom: 1px dotted #7F8082;
}
ul.metamenu > li > ul > li > a {
	display: block;
	color: #231F20;
	padding: 2px 0 1px;
	font-size: 11px;
	font-weight: normal;
}
ul.metamenu > li > ul > li > a:hover,
ul.metamenu > li > ul > li > a.selected {
	color: #003865;
	text-decoration: none;
}
ul.metamenu > li > ul > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}

/* Layout - Content - Menü */

/* Submenü */

ul.submenu {
	list-style: none;
	margin: 0 0 30px;
}
ul.submenu > li > a {
	display: block;
	color: #C12700;
	padding: 0 0 5px;
	font-size: 14px;
	text-transform: uppercase;
}
ul.submenu > li > a:hover, 
ul.submenu > li > a.selected {
	color: #003865;
	text-decoration: none;
}
ul.submenu > li > ul > li > a {
	display: block;
	color: #7F8082;
	font-size: 11px;
	padding: 4px 0 3px;
	text-decoration: none;
	border-bottom: 1px dotted #7F8082;
	position: relative;
}
ul.submenu > li > ul > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}
ul.submenu > li > ul > li > a:hover,
ul.submenu > li > ul > li > a.selected {
	color: #BF2F1B;
}
ul.submenu > li > ul > li > a.selected + ul {
	display: block;
}
ul.submenu > li > ul > li > ul {
	display: none;
	padding: 3px 0;
	border-bottom: 1px dotted #7E7D81;
}
ul.submenu > li > ul > li > ul > li > a:hover,
ul.submenu > li > ul > li > ul > li > a.selected {
	color: #BF2F1B;
}
ul.submenu > li > ul > li > ul > li > a {
	display: inline-block;
	color: #7F8082;
	font-size: 11px;
	padding: 3px 0 2px 11px;
	text-decoration: none;
	position: relative;
}
ul.submenu > li > ul > li > ul > li > a:hover,
ul.submenu > li > ul > li > ul > li > a.selected {
	color: #BF2F1B;
}

/* Quick-Links */

div.quicklinks {
	margin: 15px 0;
}
div.quicklinks > h2 {
	color: #C12700;
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
div.quicklinks > ul {
	list-style: none;
	margin: 0 0 30px;
}
div.quicklinks > ul > li > a {
	display: block;
	color: #7F8082;
	font-size: 11px;
	padding: 4px 0 3px;
	text-decoration: none;
	border-bottom: 1px dotted #7F8082;
	position: relative;
}
div.quicklinks > ul > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}
div.quicklinks > ul > li > a:hover,
div.quicklinks > ul > li > a.selected {
	color: #BF2F1B;
}

/* Pagemenü */

ul.pagenav {
	margin: 20px 0 0;
}
ul.pagenav:after {
	clear: both;
	display: block;
	content: "";
}
ul.pagenav > span {
	float: left;
	margin: 0 10px 0 0;
}
ul.pagenav > li {
	display: inline-block;
	border-right: 1px dotted #7E7D81
}
ul.pagenav > li > a {
	padding: 0 10px 0 6px;
}
ul.pagenav > li > a:hover, ul.pagenav > li > a.selected {
	text-decoration: none;
	color: #003865;
}

/* Elemente aus Webmanager */

/* Überschriften */

h1 {
	color: #003865;
	font-size: 32px;
	font-family: "BodoniTweITCPro-Book";
	font-weight: normal;
	margin: 15px 0;
	line-height: 1;
}
h2 {
	color: #B7B8BB;
	font-size: 28px;
	font-family: "BodoniTweITCPro-Book";
	font-weight: normal;
	margin: 15px 0;
}
h3 {
	color: #BF2F1B;
	font-size: 20px;
	font-family: "BodoniTweITCPro-Book";
	font-weight: normal;
	margin: 15px 0;
}

/* Folgeüberschriften */

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

/* Textinhalt */

p.text {
	margin: 15px 0;
}
p.grey {
	color: #7F8082;
	font-weight: bold;
}

/* Aufzählung */

h2.cmsList {
	margin-bottom: 8px;
	font-size: 20px;
}
ul.cmsList {
	margin: 0 0 20px;
}
ul.cmsList > li {
	list-style: disc outside none;
	margin: 0 0 0 14px;
	padding: 2px 0;
}

/* Titelbild + Bild-Text Kombi */

.cmsImage {
	margin: 25px 0;
}
.cmsImage:after {
	display: block;
	content: "";
	clear: both;
}
.cmsImage > .left { /* Bild-Text Kombi - Bild links */
	margin: 0 15px 5px 0;
	float: left;
}
.cmsImage > .right { /* Bild-Text Kombi - Bild right */
	margin: 0 0 5px 15px;
	float: right;
}
.cmsImage img {
	display: block;
	max-width: 100%;
}
.cmsImage figcaption { /* Bildunterschrift */
	color: #7F8082;
	font-size: 11px;
	padding: 5px 0 0 0;
}

/* Bildergalerie */

.cmsGallery {
	margin: 20px 0;
}
.cmsGallery:after {
	clear: both;
	content: "";
	display: block;
}
.cmsGallery > li {
	margin: 0 8.6px 15px 0;
	float: left;
	position: relative;
}
.cmsGallery > li.last {
	margin-right: 0;
}
.cmsGallery > li.last + li {
	clear: left;
}
.cmsGallery > li > figure > div {
	position: relative;
}
.cmsGallery > li > figure > div > a:after {
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	content: "";
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.cmsGallery > li > figure > div:hover > a:after,
.cmsGallery > li > figure > div:hover > div {
	display: block;
}
.cmsGallery > li > figure > div > a > img {
	display: block; /* Aufhebung unerwünschter Abstand */
	width: 100%;
}
.cmsGallery > li > figure > div > div {
	display: none;
	height: 32px;
	margin: -16px 0 0 -34.5px;
	position: absolute;
	width: 69px;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 2;
}
.cmsGallery > li > figure > div > div > a {
	display: inline-block;
}
.cmsGallery > li > figure > div > div > a.zoom {
	background: url("/img/cms/sym_zoom.png") no-repeat center center;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.cmsGallery > li > figure > div > div > a.download {
	background: url("/img/cms/sym_download.png") no-repeat center center;
	margin: 0 0 0 5px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.cmsGallery > li > figure > figcaption {
	color: #7F8082;
	font-size: 11px;
	padding: 5px 0 0;
}
.cmsGallery > li > div {
	position: absolute;
	right: 0;
	top: 122px;
}

/* Bildergalerie (2-spaltig) */

.cmsGalleryTwoColumns > li {
	margin-right: 17px;
}
.cmsGalleryTwoColumns > li > figure > div > div {
	display: none;
	height: 50px;
	margin: -25px 0 0 -52.5px;
	position: absolute;
	width: 105px;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 2;
}
.cmsGalleryTwoColumns > li > figure > div > div > a.zoom {
	background: url("/img/cms/sym_zoom.png") no-repeat center center;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.cmsGalleryTwoColumns > li > figure > div > div > a.download {
	background: url("/img/cms/sym_download.png") no-repeat center center;
	margin: 0 0 0 5px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

/* Teaser */

.cmsTeaser {
	margin: 15px 0;
	position: relative; /* für absolut ausgerichtete Kind-Elemente */
	min-height: 67px; /* px wg. Bild */
	border-bottom: 1px solid #7F8082;
}
h2.cmsTeaserHeadline {
	font-size: 20px;
	margin-bottom: -8px;
}
.cmsTeaser > figure > a {
	float: left;
	margin: 0 20px 10px 0;
}
.cmsTeaser > figure > a > img {
	display: block; /* Aufhebung unerwünschter Abstand */
	max-width: 100%;
}
.cmsTeaser > figure > figcaption > a,
.cmsTeaser > a { /* Teasertitel */
	font-size: 13px; 
	color: #7F8082;
}
.cmsTeaser > figure > figcaption > p,
.cmsTeaser > p { /* Teasertext */
	line-height: 1.3;
	margin: 0 0 10px;
}
.cmsTeaser > figure > figcaption > a:hover,
.cmsTeaser > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}
.cmsTeaser > figure > figcaption > p > a,
.cmsTeaser > p > a { /* Detail-Button */ 
	display:none; 
	background-color: #7e7d81;
    color: #ffffff !important; 
    font-weight: bold;
    margin-bottom: 3px !important;
    margin-top: 5px;
    padding: 3px 8px !important;	
}

.cmsTeaser > figure > figcaption > p > a:hover,
.cmsTeaser > p > a:hover {
	background: #BF2F1B; 
	text-decoration: none;
}
.cmsTeaserNoImage {
	min-height: 0;
}
.cmsTeaserTitle > a {
	background: url("/img/cms/sym_point.png") scroll no-repeat left center;
	color: #B7B8BB;
	display: inline-block;
	font-family: "BodoniTweITCPro-Book";
	font-size: 18px;
	font-weight: normal;
	padding: 2px 0 2px 30px;
}
.cmsTeaserTitle > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}

/* Tabelle */

.cmsTable {
	margin: 25px 0;
}
.cmsTable > h2 {
	color: #BF2F1B;
	font-size: 20px;
	margin: 0 0 5px;
}
.cmsTable > table {
	width: 100%;
}
.cmsTable > table > tbody > tr {
	background: #FFFFFF;
}
.cmsTable > table > tbody > tr.val2 {
	background: #EEEEEE;
	border-top: 1px solid #7F8082;
	border-bottom: 1px solid #7F8082;
}
.cmsTable > table > tbody > tr > td {
	padding: 5px 3px;
}
.cmsTable > figcaption {
	color: #7F8082;
	font-size: 11px;
	padding: 2px 0 0;
}

/* Links (intern & extern) */

.cmsLink {
	margin: 10px 0;
}
.cmsLink a {
	background: url("/img/cms/sym_link.png") scroll no-repeat left center;
	color: #B7B8BB;
	display: inline-block;
	font-family: "BodoniTweITCPro-Book";
	font-size: 18px;
	font-weight: normal;
	padding: 2px 0 2px 30px;
}
.cmsLink a:hover {
	color: #BF2F1B;
	text-decoration: none;
}

/* Verweisliste */

h2.cmsRefs {
	color: #BF2F1B;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}
ul.cmsRefs > li > a {
	font-weight: normal;
	position: relative;
	margin: 0 0 3px 0;
	display: inline-block;
}
ul.cmsRefs > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}
ul.cmsRefs > li > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}

/* E-Mail */

.cmsMail {
	margin: 10px 0;
}
.cmsMail a {
	background: url("/img/cms/sym_mail.png") scroll no-repeat left center;
	color: #B7B8BB;
	display: inline-block;
	font-family: "BodoniTweITCPro-Book";
	font-size: 18px;
	font-weight: normal;
	padding: 2px 0 2px 30px;
}
.cmsMail a:hover {
	color: #BF2F1B;
	text-decoration: none;
}

/* Drop Element */

.cmsDrop {
	margin: 25px 0;
}
.cmsDrop > h3 {
	margin: 0;
	background: url("/img/cms/sym_dropup.png") no-repeat scroll left center;
	cursor: pointer;
	padding: 2px 0 2px 30px;
	display: inline-block;
}
.cmsDrop > h3:hover {
	color: #003865;
}
.cmsDrop > h3.contentHide {
	background-image: url("/img/cms/sym_dropdown.png");
}
.cmsDrop > h3.contentHide + div {
	display: none;
}
.cmsDrop > h3 + div {
	overflow: hidden;
}

/* Youtube */

.cmsYoutube {
	margin: 25px 0;
}
.cmsYoutube > h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.cmsYoutube > .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.cmsYoutube > .video > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cmsYoutube > p {
	color: #7F8082;
	font-size: 11px;
	padding: 10px 0 0;
	line-height: 1.3;
}

/* iFrame */

iframe.cmsIframe {
	margin: 15px 0;
}

/* Datei (Excel, PDF, Word, ZIP) */

.cmsFile, .cmsXLS, .cmsPDF, .cmsDOC {
	margin: 15px 0;
}
.cmsFile a, .cmsXLS a, .cmsPDF a, .cmsDOC a {
	color: #B7B8BB;
	display: inline-block;
	font-family: "BodoniTweITCPro-Book";
	font-size: 18px;
	font-weight: normal;
	padding: 3px 0 4px 40px;
}
.cmsFile a:hover, .cmsXLS a:hover, .cmsPDF a:hover, .cmsDOC a:hover {
	text-decoration: none;
}
.cmsFile a {
	background: url("/img/cms/sym_file.png") scroll no-repeat left center;
}
.cmsFile a:hover {
	color: #CF910C;
}
.cmsXLS a {
	background: url("/img/cms/sym_excel.png") scroll no-repeat left center;
}
.cmsXLS a:hover {
	color: #1BA006;
}
.cmsPDF a {
	background: url("/img/cms/sym_pdf.png") scroll no-repeat left center;
}
.cmsPDF a:hover {
	color: #BF2F1B;
}
.cmsDOC a {
	background: url("/img/cms/sym_word.png") scroll no-repeat left center;
}
.cmsDOC a:hover {
	color: #0381D9;
}

/* Formular */

.cmsForm {
	margin: 25px 0;
	background: #EEEEEE;
	padding: 15px;
}
.cmsForm > h2 {
	color: #003865;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}
.cmsForm > h3 {
	color: #BF2F1B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.cmsForm > .row {
	margin: 10px 0;
}
.cmsForm > .row:after {
	clear: both;
	content: "";
	display: block;
}
.cmsForm > .row > label {
	width: 33%;
	display: block;
	float: left;
	padding: 7px 0 0 0;
	margin: 0 5% 0 0;
	min-height: 24px;
}
.cmsForm > .row > .field { /* Textfeld */
	width: 62%;
	border: 1px solid #CFCFCF;
	padding: 6px 3px;
	outline: none;
}
.cmsForm > .row > .field:focus {
	border: 1px solid #0381D9;
	box-shadow: 0 0 4px #0381D9;
}
.cmsForm > .row > select.field { /* Auswahlbox */
	width: 62%;
	padding: 6px 3px 6px 0;
}
.cmsForm > .row > textarea.field { /* TextArea */
	line-height: 1.2;
	min-height: 100px;
}
.cmsForm > .row.checkbox > label { /* Checkbox */
	padding: 0;
}
.cmsForm > .row > .checkbox { 
	width: auto;
	margin: 5px 2px 1px 0;
	vertical-align: text-bottom;
	padding: 0;
	border: 0;
}
.cmsForm > .infotext {
	line-height: 1.3;
}
.cmsForm > .row > .datepicker { /* Datumsfeld */
	width: 76px;
	cursor: pointer;
	background: #FFFFFF;
}
.ui-datepicker-trigger  { /* Kalender Icon - gilt für alle Datepicker auch außerhalb vom cmsForm */
	vertical-align: middle;
	margin: -1px 0 0 5px;
	cursor: pointer;
}
.cmsForm > .button {
	text-align: right;
	margin: 10px 0 0;
}
.cmsForm > .button > input { /* Sende-Button */
	background: #7F8082;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px 7px;
	text-decoration: none;
	text-transform: uppercase;
}
.cmsForm > .button > input:hover {
	background: #003865;
}
.cmsForm > .spmck {
	display: none;
}
.cmsForm > .msg { /* Formular Meldung */
	padding: 4px 10px;
	margin: 0 0 10px 0;
	line-height: 1.3;
}
.cmsForm .error { /* Error Meldung (alle Felder) */
	color: #BF2F1B !important;
	border: 1px solid #BF2F1B !important;
	box-shadow: 0 0 3px #BF2F1B !important;
}
.cmsForm .success { /* Success Meldung */
	color: #1BA006 !important;
	border: 1px solid #1BA006 !important;
	box-shadow: 0 0 3px #1BA006 !important;
}

/* CMS - Kontextelemente */

/* Teaser */

.cmsContextTeaser {
	margin: 0 0 30px;
}
.cmsContextTeaser > figure > a.title {
	color: #003865;
	display: block;
	font-size: 14px;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.cmsContextTeaser > figure > figcaption > p {
	color: #7F8082;
	font-size: 11px;
	line-height: 1.3;
}

/* Teaser (kleines Bild) */

.cmsContextTsrSmall > figure > a {
	float: left;
	margin: 0 10px 5px 0;
}
.cmsContextTsrSmall > figure > a > img {
	width: 60px;
	height: 50px;
}
.cmsContextTsrSmall > figure > figcaption > a.title {
	color: #003865;
	display: block;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.cmsContextTsrSmall > figure > figcaption > p {
	color: #231F20;
	font-size: 12px;
}
.cmsContextTsrSmall > figure > figcaption > p > a {
	margin: 0 0 0 5px;
}

/* Textbereich */

p.cmsContextText {
	color: #7F8082;
	font-size: 12px;
	line-height: 1.3;
	margin: 30px 0;
}

/* Verweisliste */

h2.cmsContextRefs {
	color: #003865;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
ul.cmsContextRefs > li {
	border-bottom: 1px dotted #7F8082;
}
ul.cmsContextRefs > li > a {
	color: #7F8082;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0;
	display: inline-block;
}
ul.cmsContextRefs > li > a:before {
	content: ">";
	margin: 0 5px 0 0;
}
ul.cmsContextRefs > li > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}

/* Links (intern & extern) */

.cmsContextLink {
	margin: 15px 0;
	border-bottom: 1px dotted #7F8082;
}
.cmsContextLink > a {
	color: #7F8082;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0;
	display: inline-block;
}
.cmsContextLink > a:before {
	content: ">";
	margin: 0 5px 0 0;
}
.cmsContextLink > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}

/*! 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: #003865 !important;
	margin: -11px -11px 0 -11px !important;
	padding: 0.4em !important;
	color: #FFFFFF !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: #BF2F1B !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;
}
.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: #FFFFFF !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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	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 {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/img/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.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 {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/img/fancybox/fancybox_overlay.png');
}

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

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	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-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	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;
}

/* Plugin - Suche */

/* Suchenbox */

#ContentWrapper > div > aside.right > form {
	margin: 0 0 30px;
	position: relative;
}
#ContentWrapper > div > aside.right > form > h2 {
	color: #003865;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#ContentWrapper > div > aside.right > form > input.field {
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	color: #7F8082;
	outline: 1px solid #DFDFDF;
	border: 1px solid #FFFFFF;
	width: 100%;
	padding: 6px 28px 5px 5px;
	-webkit-appearance: none;
}
#ContentWrapper > div > aside.right > form > input.button {
	background: url("/img/layout/ico_search.png") scroll no-repeat center center;
	border: 0;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 18px;
}

/* Suchergebnisse */

.cmsSearchDetail > div {
	margin: 30px 0;
}
.cmsSearchDetail > article.cmsTeaser {
	border-bottom: 1px dotted #7E7D81;
}
.cmsSearchDetail form {
	position: relative;
	width: 200px;
}
.cmsSearchDetail form > input.field {
	background: -moz-linear-gradient(top, rgba(231,231,231,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(231,231,231,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	color: #7F8082;
	outline: 1px solid #DFDFDF;
	border: 1px solid #FFFFFF;
	width: 100%;
	padding: 6px 28px 5px 5px;
	-webkit-appearance: none;
}
.cmsSearchDetail form > input.button {
	background: url("/img/layout/ico_search.png") scroll no-repeat center center;
	border: 0;
	cursor: pointer;
	height: 18px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 18px;
}

/* Extension - Login */

/* Formular */

.loginForm {
	margin: 25px 0;
	background: #EEEEEE;
	padding: 15px;
}
.loginForm > form {
	background: url("/img/layout/ico_lock.png") scroll no-repeat 20px center;
	padding: 10px 0 10px 165px;
}
.loginForm > form > .row {
	margin: 5px 0;
}
.loginForm > form > .row:after {
	clear: both;
	content: "";
	display: block;
}
.loginForm > form > .row > label {
	display: block;
	float: left;
	font-weight: bold;
	padding: 8px 10px 0 0;
	width: 40%;
}
.loginForm > form > .row > .field {
	border: 1px solid #CFCFCF;
	outline: medium none;
	padding: 7px 5px 8px 5px;
	width: 60%;
}
.loginForm > form > .row > .checkbox {
	border: 0;
	margin: 1px 5px 4px 40%;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.loginForm > form > .button {
	margin: 15px 0 0;
	position: relative;
	text-align: right;
}
.loginForm > form > .button > input {
	background: #7F8082;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px 7px;
	text-transform: uppercase;
	width: 60%;
}
.loginForm > form > .button > input:hover {
	background: #003865;
}

/* Nachricht */

.loginMsg {
	color: #003865;
	float: none;
	left: 430px;
	margin: 0;
	position: absolute;
	top: 77px;
}
.loginMsg > span {
	color: #BF2F1B;
	font-weight: bold;
}
.loginMsg > select {
	border: 1px solid #E1E5E8;
	margin: -2px 0 0;
	min-width: 130px;
	padding: 3px;
}

/* VermieterManager - Packages */

/* Liste */

.packageList:after {
	clear: both;
	content: "";
	display: block;
}
.packageList > .filter {
	background: #EEEEEE;
	margin: 0 0 20px;
	padding: 10px 15px;
}
.packageList > .filter:after {
	clear: both;
	content: "";
	display: block;
}
.packageList > .filter > select {
	border: 1px solid #E1E5E8;
	float: left;	
	padding: 8px 5px 7px 2px;     
}
.packageList > .filter > a {
	background: #7F8082;
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 12px;
	text-transform: uppercase;
}
.packageList > .filter > a:hover {
	background: #003865;
	text-decoration: none;
}
.packageList > .filter > a:before {
	content: "+";
	margin: 0 5px 0 0;
}
.packageList > table {
	width: 100%;
}
.packageList > table th {
	background: #EEEEEE;
	color: #7F8082;
	font-size: 14px;
	font-weight: bold;
	padding: 7px;
	text-transform: uppercase;
}
.packageList > table tr td {
	background: #F5F7FA;
	padding: 7px;
	text-align: center;
}
.packageList > table tr:nth-child(2n) td {
	background: #FFFFFF;
	border-bottom: 1px solid #E1E5E8;
}
.packageList > table > tbody > tr.entry {
	display: none;
}
.packageList > table > tbody > tr.disabled {
	opacity: 0.5;
}
.packageList > table > tbody > tr > th.title,
.packageList > table > tbody > tr > td.title {
	text-align: left;
}
.packageList > table > tbody > tr > td.title > a {
	font-weight: normal;
	padding: 0 0 0 20px;
	position: relative;
}
.packageList > table > tbody > tr > td.title > a:after {
	background: #72b500; /* Old browsers */
	background: -moz-linear-gradient(top, #72b500 0%, #7dbc00 20%, #89c700 80%, #8eca00 90%, #95d200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b500), color-stop(20%,#7dbc00), color-stop(80%,#89c700), color-stop(90%,#8eca00), color-stop(100%,#95d200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* W3C */
	border: 1px solid #458800;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 12px;
}
.packageList > table > tbody > tr.disabled > td.title > a:after {
	background: #e54225; /* Old browsers */
	background: -moz-linear-gradient(top, #e54225 0%, #e94d33 10%, #eb543a 20%, #f96d59 80%, #fc725f 90%, #ff7c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54225), color-stop(10%,#e94d33), color-stop(20%,#eb543a), color-stop(80%,#f96d59), color-stop(90%,#fc725f), color-stop(100%,#ff7c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* W3C */
	border: 1px solid #BF3727;
}
.packageList > table > tbody > tr > td.title > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}
.packageList > table > tbody > tr.disabled > td.title > a {
	color: #7F8082;
}
.packageList > table > tbody > tr > td.delete > a {
	background: url("/img/layout/ico_remove.png") scroll no-repeat center center;
	display: inline-block;
	height: 17px;
	vertical-align: middle;
	width: 18px;
}
.packageList > .info:after {
	clear: both;
	content: "";
	display: block;
}
.packageList > .info > span {
	display: block;
}
.packageList > .info > a {
	background: #7F8082;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 12px;
	text-transform: uppercase;
}
.packageList > .info > a:hover {
	background: #003865;
	text-decoration: none;
}
.packageList > a {
	background: #7F8082;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
	padding: 7px 12px;
	text-transform: uppercase;
}
.packageList > a:hover {
	background: #003865;
	text-decoration: none;
}
.packageList > .noPackages {
	display: none;
}
.packageList > .noPackages.show {
	display: block;
}

/* Formular */

.packageForm {
	background: #EEEEEE;
	padding: 15px;
}
.packageForm > h2 {
	color: #003865;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.packageForm > h2:first-child {
	margin-top: 0;
}
.packageForm .row {
	margin: 10px 0;
	padding: 0 20px 0 0;
	position: relative;
}
.packageForm .row:after {
	clear: both;
	content: "";
	display: block;
}
.packageForm .row.validation:before {
	background: url("/img/cms/sym_validation.png") no-repeat left center;
	content: "";
	height: 14px;
	position: absolute;
	right: 0;
	top: 8px;
	width: 14px;
}
.packageForm .row > label {
	display: block;
	float: left;
	margin: 0 5% 0 0;
	padding: 7px 0 0 0;
	width: 25%;
}
.packageForm .row > .field {
	border: 1px solid #CFCFCF;
	outline: medium none;
	padding: 6px 3px;
	width: 70%;
}
.packageForm .row.var > .field {
	text-align: center;
	width: 70px;
}
.packageForm .row > .field:focus {
	border: 1px solid #93C8FF !important;
	box-shadow: 0 0 4px #1983F0;
	color: #21262D !important;
}
.packageForm .row > textarea.field {
	height: 100px;
	line-height: 1.3;
}
.packageForm .row > select.field {
	padding: 6px 5px 7px 2px;
}
.packageForm .row > .checkbox {
	border: 0 none;
	margin: 0 5px 2px 0;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.packageForm .row.var > span {
	margin: 9px 0 0 5px;
}
.packageForm .row > .datepicker {
	cursor: pointer;
	width: 85px;
	text-align: center;
}
.packageForm > .button {
	position: relative;
	text-align: right;
}
.packageForm > .button > input,
.packageForm > .button > a { /* Sende-Button */
	background: #7F8082;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 15px;
	text-transform: uppercase;
}
.packageForm > .button > input:hover,
.packageForm > .button > a:hover {
	background: #003865;
	text-decoration: none;
}
.packageForm > .button > input {
	background: #BF2F1B;
	margin: 0 10px 0 0;
}
.packageForm > .msg {
	line-height: 1.3;
	margin: 10px 0;
	padding: 10px;
}
.packageForm > .spmck {
	display: none;
}
.packageForm > .infotext {
	line-height: 1.3;
}
.packageForm .error {
	border: 1px solid #D10A11 !important;
	box-shadow: 0 0 3px #D10A11;
	color: #D10A11;
}
.packageForm > .tabs {
	background: none !important;
	border: 0 !important;
	margin: 15px 0;
}
.packageForm > .tabs > ul {
	background: none !important;
	border: 0 !important;
}
.packageForm > .tabs > ul > li {
	background: #FFFFFF !important;
	border-left: 1px solid #CFCFCF !important;
	border-right: 1px solid #CFCFCF !important;
	border-top: 1px solid #CFCFCF !important;
	border-radius: 0 !important;
	display: inline-block;
}
.packageForm > .tabs > ul > li.ui-state-active,
.packageForm > .tabs > ul > li.ui-state-hover {
	background: #CFCFCF !important;
}
.packageForm > .tabs > ul > li > a {
	color: #21262D;
	display: block;
	padding: 8px 10px 8px 40px;
}
.packageForm > .tabs > ul > li > a.de {
	background: url("/img/manager/flag_de.png") scroll no-repeat 10px center;
}
.packageForm > .tabs > ul > li > a.en {
	background: url("/img/manager/flag_en.png") scroll no-repeat 10px center;
}
.packageForm > .tabs > ul > li > a.nl {
	background: url("/img/manager/flag_nl.png") scroll no-repeat 10px center;
}
.packageForm > .tabs > ul > li > a.it {
	background: url("/img/manager/flag_it.png") scroll no-repeat 10px center;
}
.packageForm > .tabs > ul > li > a.fr {
	background: url("/img/manager/flag_fr.png") scroll no-repeat 10px center;
}
.packageForm > .tabs > div {
	background: #cfcfcf !important;
	border: 1px solid #CFCFCF !important;
	border-radius: 0 !important;
	display: none;
	padding: 15px;
}
.packageForm > .tabs > div.selected {
	display: block;
}
.packageForm > .lastminute > .row,
.packageForm > .active > .row {
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	padding: 10px;
}
.packageForm > .lastminute > .row.disabled,
.packageForm > .active > .row.disabled {
	opacity: 0.5;
}
.packageForm .translate {
	display: none;
}
.packageForm .translate.show {
	display: block;
}

/* Kontext */

.packageContext {
	background: #EEEEEE;
	padding: 10px;
}
.packageContext:after {
	clear: both;
	content: "";
	display: block;
}
.packageContext > h2 {
	color: #7F8082;
	font-size: 19px;
	font-weight: normal;
	margin: 0 0 11px;
}
.packageContext > ul > li {
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;
}
.packageContext > ul > li.disabled {
	opacity: 0.5;
}
.packageContext > ul > li:after {
	background: #72B500; /* Old browsers */
	background: -moz-linear-gradient(top, #72b500 0%, #7dbc00 20%, #89c700 80%, #8eca00 90%, #95d200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b500), color-stop(20%,#7dbc00), color-stop(80%,#89c700), color-stop(90%,#8eca00), color-stop(100%,#95d200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* IE10+ */
	background: linear-gradient(to bottom, #72b500 0%,#7dbc00 20%,#89c700 80%,#8eca00 90%,#95d200 100%); /* W3C */
	border: 1px solid #458800;
	-moz-box-shadow: inset 0 0 1px 0px #FFFFFF;
	-webkit-box-shadow: inset 0 0 1px 0px #FFFFFF;
	box-shadow: inset 0 0 1px 0px #FFFFFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	content: "";
	display: block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 12px;
}
.packageContext > ul > li.disabled:after {
	background: #E54225; /* Old browsers */
	background: -moz-linear-gradient(top, #e54225 0%, #e94d33 10%, #eb543a 20%, #f96d59 80%, #fc725f 90%, #ff7c69 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e54225), color-stop(10%,#e94d33), color-stop(20%,#eb543a), color-stop(80%,#f96d59), color-stop(90%,#fc725f), color-stop(100%,#ff7c69)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e54225 0%,#e94d33 10%,#eb543a 20%,#f96d59 80%,#fc725f 90%,#ff7c69 100%); /* W3C */
	border: 1px solid #BF3727;
}
.packageContext > ul > li > a {
	color: #7F8082;
	display: block;
	font-weight: normal;
	overflow: hidden;
	padding: 3px 40px 2px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.packageContext > ul > li > a:hover {
	color: #BF2F1B;
	text-decoration: none;
}
.packageContext > ul > li.disabled > a:hover {
	color: #7F8082;
	text-decoration: none;
}
.packageContext > ul > li > span {
	background: #FFFFFF;
	font-size: 13px;
	min-width: 30px;
	padding: 3px 8px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 2px;
}
.packageContext > a {
	background: none repeat scroll 0 0 #7F8082;
	clear: both;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
	padding: 3px 12px;
	text-align: center;
	text-transform: uppercase;
}
.packageContext > a:hover {
	background: #003865;
	text-decoration: none;
}
.packageContext > a.add {
	float: right;
}
.packageContext > a.add:before {
	content: "+";
	margin: 0 5px 0 0;
}