/* GENERAL
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 13px;
	font-family: Verdana, Lucida, sans-serif; 
}

.clear{
	clear: both;
}

.italicTimesFont {
	font-family: "Times New Roman", Times;
	font-weight: 600;
	font-style: italic;
}

#mobile-helper,
.visible-mobile {
	display: none;
}

.hide {
	display: none;
}

img {
	border: none;
}

.backgroundImage {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

.backgroundImage.first{
	display: block;
}

.blau {
	color: #186B7D;
}

#fancybox-overlay {
   position: fixed !important;
} 

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}


/* MAIN_CONTAINER
-------------------------------------------- */

#bgContainer {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 400px;
	min-width: 960px;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#bgContainer img { 
	position: fixed;
}

#siteContainer {
	z-index: 1;
	position: relative;
	width: 985px;
	margin: auto;
	padding-bottom: 40px;
}

/* HEADER
-------------------------------------------- */

#header {
	width: 980px;
	height: 328px;
	clear: both;
	position: relative;
}

#logo {
	background: url('../images/logo.png');
	width: 299px;
	height: 128px;
	float: left;
	margin-left: 1px;
}

#map {
	background: url('../images/mapBg.png');
	width: 291px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 6;	
}

#mapView {
	position: absolute;
	top: 0px;
	left: 3px;
	z-index: 5;
	visibility: hidden;
	background: url('../images/mapLoader.gif') no-repeat #6790C2 center center;
}

#mapLink, #mapFinderLink {
	background: url('../images/mapSprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	width: 134px;
	height: 56px;
	position: absolute;
	top: 320px;
	left: 853px;
	z-index: 7;
}

#mapLink.en_GB {
	background: url('../images/mapSpriteEN.png');
}

#mapLink.cs_CZ {
	background: url('../images/mapCZ.png');
}

#mapFinderWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

#mapFinder {
	width: 100%;
	height: 100%;
}

#mapFinder img {
	max-width: none;
}

#mapFinder .infoblock {

}

#mapFinder .infoblock a,
#mapFinder .infoblock .title {
	color: #317683;
}

#mapFinder .infoblock a {
	text-decoration: none;
}

#mapFinder .infoblock a:hover {
	text-decoration: underline;
}

#mapFinder .infoblock .title {
	font-weight: 600;
	display: block;
	margin-bottom: 3px;
	width: 100%;
}

#mapFinderDetailPanel {
	position: absolute;
	right: 10px;
	top: 60px;
	background-color: #fff;
	max-height: 80%;
	width: 40%;
	max-width: 400px;
	padding: 10px 10px 0 10px;
	overflow: auto;
	font-size: 12px;
	background-color: rgba(255,255,255,0.9);
}

#mapFinderDetailPanel .btn-close {
	width: 15px;
	height: 12px;
	line-height: 10px;
	float: right;
	cursor: pointer;
	color: #317683;
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
}

#mapFinderDetailPanel #jstree_div {
	margin: 0 0 10px 0;
}

#mapFinderDetailPanel .jstree-themeicon {
	display: none;
}

#mapFinderDetailPanel .jstree-icon {
	float: left;

}


#mapFinderDetailPanel .jstree-default .jstree-checkbox {
	_background-position: -169px -4px;
}

#mapFinderDetailPanel h2 {
	padding-left: 6px;
	width: 80%;
	float: left;
	margin-bottom: 7px !important;
}

/*
#mapFinderDetailPanel .jstree-default .jstree-themeicon,
#mapFinderDetailPanel .jstree-anchor .jstree-themeicon,
#mapFinderDetailPanel .jstree-anchor + .jstree-children .jstree-themeicon{
	background-position: -165px -4px;
}

#mapFinderDetailPanel .jstree-anchor.jstree-clicked .jstree-themeicon,
#mapFinderDetailPanel .jstree-anchor.jstree-clicked + .jstree-children .jstree-themeicon
{
	background-position: -229px -4px;
}
*/

/* OTHER CONTAINER
-------------------------------------------- */

#leftContainer {
	width: 805px;
	float: left;
	position: relative;
}

/* NAVIGATION + CONTENTCONTAINER
-------------------------------------------- */

#mobileNavButton {
	display: none;
}

#mobileNavigation {
	display: none;
}

#mobileLangSwitch {
	display: none;
}

ul#nav {
	list-style: none;
	font-size: 15px;
	background: url('../images/navBg.png') no-repeat;
	width: 780px;
	float: left;
	height: 88px;
	padding: 45px 0 0 37px;
	margin-bottom: -45px;
	display: block;
	position: relative;
	z-index: 5;
}

ul#nav li {
	float: left;
	width: 100px;
	border-left: 1px solid #3a7b88;
	border-right: 1px solid #83acb5;
	padding-left: 20px;
	height: 35px;
	z-index: 3;

}


ul#nav li.first {
	border-left: none;
	padding-left: 0px;
}

ul#nav li.last {
	border-right: none;
}

ul#nav li.current a, ul#nav li.section a {
	color: #000;
}

ul#nav li a {
	text-decoration: none;
	color: #317683;
	letter-spacing: 0px;
}

ul#nav li a:hover {
	color: #000;
}

ul#nav li ul {
	display:none;
	list-style: none;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	font-style: normal;
	margin-left: -20px;
	z-index: 30;
	position: relative;
	background: url('../images/menuSprite.png') no-repeat;
}

ul#nav li ul li {
	height: 18px;
	border: none;
	width: 230px;
	padding-left: 0;
}

ul#nav li.current ul li a, ul#nav li ul li a, ul#nav li.section ul li a {
	color: #fff;
}

ul#nav li ul li a:hover, ul#nav li ul li.current a, ul#nav li ul li.section a {
	color: #000;
}

ul#nav li ul#menu_1 {
	background-position: 0 0;
	width: 210px;
	height: 177px;
	margin: -288px 0 0 -20px;
	padding: 45px 20px 35px 15px;
}

ul#nav li ul#menu_2 {
	background-position: 0 -259px;
	width: 224px;
	height: 169px;
	margin: -295px 0 0 -20px;
	padding: 70px 20px 24px 15px;
	z-index: 30;
}

ul#nav li ul#menu_3 {
	background-position: 0 -522px;
	width: 225px;
	height: 179px;
	margin: -295px 0 0 -15px;
	padding: 40px 20px 40px 15px;
}

ul#nav li ul#menu_4 {
	background-position: -276px 0;
	width: 218px;
	height: 209px;
	margin: -290px 0 0 -15px;
	padding: 35px 20px 14px;
}

ul#nav li ul#menu_5 {
	background-position: -277px -258px;
	width: 217px;
	height: 206px;
	margin: -291px 0 0 -25px;
	padding: 40px 20px 10px 20px;
}

ul#nav li ul#menu_6 {
	background-position: -277px -523px;
	width: 217px;
	height: 205px;
	margin: -291px 0 0 -147px;
	padding: 22px 20px 28px 20px;
}

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

/* BREADCRUMBS
-------------------------------------------- */

#breadcrumbs {
	font-size: 10px;
	margin: -10px 0 18px 0;
}

/* CONTENT
-------------------------------------------- */

#contentTop {
	width: 811px;
	height: 388px;
	float: left;
	background: url('../images/contentTop.png') no-repeat;
	top: 88px;
}

#contentMiddle {
	background: url('../images/contentMiddle.png') repeat-y;
	margin-top: 420px;
	width: 811px;
}

#contentFooter {
	width: 811px;
	height: 14px;
	background: url('../images/contentFooter.png') no-repeat;
}

#content {
	width: 601px;
	padding: 70px 30px 0 30px;
	min-height: 100px;
	position: absolute;
	top: 88px;
	left: 150px;
}

#content.noMenu3 {
	width: 751px;
	left: 0px;
}

#contentImage {
	margin-bottom: 20px;
}

#contentImage.left {
	float: left;
	margin-right: 20px;
}

#contentImage.right {
	float: right;
	margin-right: 4px;
}

/* SIDEBAR
-------------------------------------------- */

#sidebar {
	float: right;
	width: 173px;
	margin-top: 24px;
}

#sidebarBg {
	background: url('../images/sidebarHead.png') -4px -4px no-repeat;
	width: 173px;
	height: 23px;
}

#printButton{
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

#printIcon{
	background: transparent url(../images/printer.png) no-repeat 0px 0px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 0 3px 0 5px;
	cursor: pointer;
}

#printButton:hover a{
	background-position: -20px 0px ;
}

#printLink{
	display: block;
	float: left;
	margin: 0 0 0 5px;
	color: #005364;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

#printLink:hover{
	text-decoration: underline;
}


#appHolder{
	*border-bottom: 1px solid #005364;
    *border-top: 1px solid #005364;
    margin: 12px 0 0 0;
    padding: 0;
}

#appHolder p{
	padding: 4px 5px;
	color: #005364;
    font-size: 12px;
    font-weight: bold;
}

#appHolder a {
	display: inline-block;
	*padding: 0px 5px;
}

#appHolder a.left {
	margin-right: 5px;
}

/* Accessibility Statement
-------------------------------------------- */

#siteSettings {
	background: url('../images/sidebarMiddle.png') -4px 0px repeat-y ;
	height: 77px;
	position: relative;
}

#SearchForm_SearchForm_Search {
	color: #fff;
}

#changeFontSize {
	position: absolute;
	top: 8px;
	left: 16px;
}

#changeFontSize a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#changeFontSize a:hover {
	color: #666;
}

#smallFont {
	font-size: 11px;
}

#mediumFont {
	font-size: 13px;
}

#bigFont {
	font-size: 15px;
}

#changeLanguage {
	position: absolute;
	left: 70px;
	top: 10px;
	/*width: 60px;*/
}

#changeLanguage a {
	margin-bottom: 3px;
}

#changeLanguage img {
	height: 11px;
}

/* BLUE SIDEBAR
-------------------------------------------- */

.blueSidebarMiddle {
	background: #97e5ee;
	background: url('../images/blueSidebarMiddle.png') -4px 0px repeat-y;
	padding-left: 12px;
	width: 161px;
}

.blueSidebarBottom {
	background: url('../images/blueSidebarFooter.png') -4px 0px no-repeat;
	width: 173px;
	height: 24px;
}

.blueSidebarTitle {
	padding: 10px 10px 4px 10px;
	color: #005364;
	width: 132px;
	font-size: 17px;
}

.blueSidebarContent {
	padding: 0px 0 0px 10px;
}

/* WHITE SIDEBAR
-------------------------------------------- */

.whiteSidebarTop {
	background: url('../images/sidebarShadowTop.png') -1px 0px no-repeat;
	width: 166px;
	height: 13px;
	margin-left: 3px;
}

.whiteSidebarMiddle {
	background: url('../images/sidebarShadowMiddle.png') -1px 0px repeat-y;
	width: 153px;
	margin-left: 3px;
	padding: 3px 8px 5px 5px;
}

.whiteSidebarBottom {
	background: url('../images/sidebarShadowBottom.png') -1px -1px no-repeat;
	width: 166px;
	height: 18px;
	margin-left: 3px;
}

.whiteSidebarTitle {
	font-size: 12px;
	color: #005364;
	border-top: 1px solid #005364;
	border-bottom: 1px solid #005364;
	font-weight: bold;
	padding: 4px 0 4px 0;
	text-align: center;
}

.whiteSidebarContent {
	padding: 5px;
	position: relative;
	color: #186B7D;
}

.whiteSidebarContent a {
	color: #186B7D;
	text-decoration: none;
}

.whiteSidebarContent.contact {
	text-align: center;
}

.whiteSidebarContent.contact p {
	font-size: 10px;
}

.whiteSidebarContent.contact h2 {
	font-size: 15px;
	color: #186B7D;
    font-family: "Times New Roman",Times,sans-serif;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 6px;
}
	.whiteSidebarContent #pageFacebookSharer {
		display: block;
		width: 95px;
		height:35px;
		text-decoration: none;
		position: absolute;
		top: 5px;
		right: 5px;
	}
/* SIDEBAR NAVIGATION
-------------------------------------------- */

ul#sidebarNav {
	list-style: none;
	padding-left: 2px;
}

ul#sidebarNav li {
	width: 169px;
	background: url('../images/buttonRightBg.png') no-repeat;
	height: 54px;
	margin-bottom: -7px;
	position: relative;
}

ul#sidebarNav li.last {
	margin-bottom: 0px;
}

ul#sidebarNav li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	padding: 15px 20px;
	display: block;
}

ul#sidebarNav li a:hover {
	color: #000;
	text-decoration: none;
}

/* FOOTER
-------------------------------------------- */

#footer {
	width: 940px;
	font-size: 13px;
	padding: 15px 10px 20px 30px;
}

ul#footerLinks {
	list-style: none;
}

ul#footerLinks li {
	float: left;
	padding-right: 15px;
	padding-left: 10px;
	border-right: 1px solid #000;
}

ul#footerLinks li a {
	color: #317683;
	text-decoration: none;
}

ul#footerLinks li a:hover {
	color: #000;
	text-decoration: none;
}

ul#footerLinks li.last {
	border-right: none;
}

/* ROOMSEARCH
-------------------------------------------- */


#sidebar #oldRoomSearch label {
	display:block;
	color: #fff;
	font-size: 11px;
}

#sidebar #oldRoomSearch input {
	width: 104px;
	height: 15px;
	font-size: 10px;
	margin-bottom: 2px;
	border: 1px solid #ccc;
}

#sidebar #oldRoomSearch #reserveButton {
	width: 85px;
	height: 22px;
	margin: 5px 0 0px 0px;
	padding: 0 0 2px 0 ;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	line-height: 22px;
	background: url('../images/zimmersuche.gif') repeat-x;
	border: none;
}

#sidebar #oldRoomSearch select {
	width: 50px;
	height: 20px;
}

#sidebar #oldRoomSearch img.ui-datepicker-trigger {
	margin-bottom: -2px;
}

#oldRoomSearch table#roomSearchSelect tr td {
	width: 90px;
}

#oldRoomSearch table#roomSearchSelect tr td select#art {
	width: 125px;
	margin-bottom: 3px;
}

#customOffer{
	margin: 5px 25px 0px 0px;
}

#customOffer a{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

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


#sidebar #smallRoomSearchForm {
	width: 125px;
	margin: 5px 0 0 0;
}

#sidebar #smallRoomSearchForm label {
	margin-bottom: 3px;
	display: block;
	line-height: 14px;
	font-size: 12px;
	font-weight: normal;
	color: #005364;
}

#sidebar #smallRoomSearchForm input,
#sidebar #smallRoomSearchForm select {
	margin-bottom: 15px;
	font-weight: normal;
}

#sidebar #smallRoomSearchForm input {
	width: 123px;
	height: 16px;
	padding: 2px;
	border: none;
}

#sidebar #smallRoomSearchForm select {
	width: 128px;
}

#sidebar #smallRoomSearchForm select#adults {
	width: 40px;
	float: left;
}


#sidebar #smallRoomSearchForm label#adultsLabel {
	line-height: 20px;
	margin-left: 5px;
	float: left;
}

#sidebar #smallRoomSearchForm input[type="submit"] {
	width: 127px;
	height: 25px;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 20px;
	background: #507FBB;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#sidebar a.btn {
	display: inline-block;
	background-color: #658CC2;
	margin: 10px 0 10px 0;
	padding: 0 5px 2px 5px ;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	line-height: 20px;
	-webkit-box-shadow: 2px 2px 2px #8c8c8c; /* webkit browser*/ -moz-box-shadow: 2px 2px 2px #8c8c8c; /* firefox */ box-shadow: 2px 2px 2px #8c8c8c;
}



/* MENU2
----------------------------------------------*/

.menu2 {
	display: block;
	width: 150px;
}

.menu2.section, .menu2.current {
	display: block;
}

.menu2 li {
	list-style: none;
	margin-bottom: 4px;
	color: #186B7D;
	margin: 0px 0px 10px 22px;
	border-top: 1px solid #186B7D;
	padding-top: 10px;
	position: relative;
}

.menu2 li.first {
	border-top: none;
}

.menu2 li a {
	font-size: 15px;
	text-decoration: none;
	color: #186B7D;
	font-family: "Times New Roman", Times,sans-serif;
	font-style: italic;
	line-height: 17px;
}

.menu2 li a:hover, .menu2 li.current a {
	color: #000;
}


/* MENU3
----------------------------------------------*/

.menu3 {
	display: none;
}

.menu3.section, .menu3.current {
	display: block;
}

.menu3 li {
	list-style: none;
	margin-bottom: 4px;
	color: #186B7D;
	margin: 6px 0px 6px 0px;
	border-top: 0px;
	padding-left: 20px;
	padding-top: 0px;
	width: 99px;
}

.menu3 li.first {
	border-top: none;
}

.menu3 li a {
	font-size: 15px;
	text-decoration: none;
	color: #186B7D !important;
	font-family: "Times New Roman", Times,sans-serif;
	font-style: italic;
}

.menu3 li:hover, .menu3 li.current {
	background: url("../images/navArrow.png") no-repeat left center;
}

.menu3 li a:hover, .menu3 li.current a {
	color: #000 !important;
}

/* Wetter
----------------------------------------------*/

div#weather div.wetter {
	padding: 0px 0px 5px 0px;
	height: 30px;
	position: relative;
}

div#weather div.wetter.heute {
	height: 40px;
}

div#weather div.wetter.heute img {
	width: 40px;
	height: 40px;
	right: 0px;
}

div#weather div.wetter.heute .big {
	font-size: 20px;
}

div#weather div img {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 30px;
	height: 30px;
}

/*
 * Branchenbuch-Suche
 */

#loader {
	margin: 0px auto;
	width: 32px;
	height: 32px;
	background: url("../images/eventsLoader.gif") no-repeat;
}

#fullSiteSearch {
	display: block;
	width: 147px;
	/*float: left;*/
	margin: 43px 0 15px 22px;
	border-bottom: 1px solid #317683;
}

#fullSiteSearch h4.searchHeadline {
	font-family: Times;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #317683;
	border-bottom: 1px solid #317683;
	color: #317683;
	padding: 5px 0;
	margin-bottom: 15px;
}

div#selectLetter {
	font-size: 12px;
	padding: 6px 0 5px 4px;
	color: #317683;
	border-top: 1px solid #317683;
	border-bottom: 1px solid #317683;
	text-decoration: none;
	margin-bottom: 15px;
	margin-top: -7px;
}

div#selectLetter a {
	color: #317683;
	border-right: 1px solid #317683;
	padding-right: 5px;
	font-size: 15px;
}

div#selectLetter h4 {
	border-bottom: 0px;
	color: #317683;
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    display: inline;
    margin-right: 10px;
}

div#selectLetter select {
	display: none;
}

div#Results ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a.letterHeadline h3 {
	font-size: 14px;
	margin: 10px 0 5px 0;
}

a.letterHeadline:hover {
	text-decoration: none !important;
}

div#Results ul li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #317683;
}

#fullSiteSearch select {
	width: 147px;
	border: 1px solid #848283;
	margin-bottom: 5px;
	padding: 0;
	font-weight: normal;
}

#fullSiteSearch input[type="text"] {
	border: 1px solid #a9a9a9;
	background: #fff;
	width: 139px;
	height: 13px;
	padding: 3px;
	margin: 12px 0 7px 0;
}

#fullSiteSearch input[type="submit"] {
	width: 90px;
	text-align: center;
	float: right;
	margin-right: 5px;
}

#fullSiteSearchResults {
	float: right;
	width: 597px;
	margin-top: 7px;
	margin-bottom: 25px;
}

#fullSiteSearchResults h1 {
	font-size: 16px;
	color: #317683;
	font-weight: bold;
}

#fullSiteSearchResults h4.searchHeadline {
	font-family: Times;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	border-top: 1px solid #317683;
	border-bottom: 1px solid #317683;
	color: #317683;
	padding: 5px 0;
	width: 597px;
	height: 20px;
}

#Results table {
	width: 597px;
	border-spacing: 0;
	border-width: 0;
	color: #317683;
}


#Results table tr {
	border-bottom: 1px solid #317683;
}

#Results table tr.branchenBuchBeschreibung td {
	padding: 5px;
}

#Results table tr.branchenBuchBeschreibung .expandableViewport {
	position: relative;
	overflow: hidden;
}

#Results table tr.branchenBuchBeschreibung .expandableText {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}

#Results table tr.branchenBuchBeschreibung .readLessLink {
	display: none;
}

#Results table tr.branchenBuchBeschreibung td td {
	padding: 5px;
}

#Results table td.rowName {
	width: 200px;
	font-weight: bold;
}

#Results table td.rowAdress {
	width: 175px;
	color: #000;
}

#Results table td.rowLinks {
	width: 200px;
}

#Results table td {
	border-width: 0;
	text-align: left;
	vertical-align: top;
}

#Results table td a {
	color: #317683;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#Results table td a:hover {
	text-decoration: underline;
}

#Results table tr.odd {
	background: #e8effc;
}

/* BRANCHENBUCH DETAILS */

#branchenbuchDetailsWrapper {
	position: relative;
	left: -143px;
	width: 740px;
}

#branchenbuchDetailsWrapper #linkBack {
	position: absolute;
	top: 6px;
	right: 0px;
}

#branchenbuchDetailsWrapper .adress {
	float: left;
	margin-bottom: 20px;
}

#branchenbuchDetailsWrapper .linking {
	float: right;
	margin-bottom: 20px;
	text-align: right;
}

#branchenbuchDetailsWrapper .name {
	border-bottom: 1px solid #317683;
    border-top: 1px solid #317683;
    color: #317683;
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    height: 20px;
    padding: 5px 0;
}

/* BUTTONS */

#numberOfListItems, #listItemsLink, #bbSearchSubmit {
	background-image: linear-gradient(bottom, rgb(57,101,166) 21%, rgb(106,148,200) 61%);
	background-image: -o-linear-gradient(bottom, rgb(57,101,166) 21%, rgb(106,148,200) 61%);
	background-image: -moz-linear-gradient(bottom, rgb(57,101,166) 21%, rgb(106,148,200) 61%);
	background-image: -webkit-linear-gradient(bottom, rgb(57,101,166) 21%, rgb(106,148,200) 61%);
	background-image: -ms-linear-gradient(bottom, rgb(57,101,166) 21%, rgb(106,148,200) 61%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, rgb(57,101,166)),
		color-stop(0.61, rgb(106,148,200))
	);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#bbSearchSubmit {
	width: 90px;
	margin-bottom: 15px;
}

/* Editor Klassen
----------------------------------------------*/

.noBorder td {
	border: none !important;
}

.leftWithSpace {
	margin-right: 20px;
	float: left;
}

/* Galerie */

.blocks {
	width: 661px;
	margin: 0 0 0 -15px;
	padding: 0;
}

.blockOneThird.gallery {
	position: relative;
	overflow: visible;
	width: 190px;
	height: 135px;
	margin: 0 0 15px 15px;
	float: left;
}

.blockOneThird.gallery.video span {
	width: 162px;
	height: 19px;
	margin: 0;
	padding: 1px 7px 0 7px;
	background: #000;
	color: #fff;
	opacity: 0.5;
	position: absolute;
	top: 108px;
	left: 7px;
	overflow: hidden;
	display: block;
} 

.blockOneThird.gallery a {
	background: url('../images/shadow190.png') no-repeat;
	width: 190px;
	height: 135px;
	display: block;
	position: absolute;
}

.block.galleryVertical {
	position: relative;
	overflow: visible;
	width: 145px;
	height: 198px;
	margin: 0 15px 15px 0px;
	float: left;
} 

.block.galleryVertical img {
	position: absolute;
	top: 9px;
	left: 9px;
} 

.block.galleryVertical a {
	background: url('../images/shadow80.png') no-repeat;
	width: 145px;
	height: 198px;
	display: block;
	position: absolute;
}

.blockOneThird.gallery img {
	position: absolute;
	top: 7px;
	left: 7px;
}

/* Startseite */

#fourColsSliderWrapper {
	background: #ebf1f1;
	width: 753px;
	margin-left: -27px;
	overflow: hidden;
	padding: 0 25px 0 25px;
	position: relative;
}

.slideBack {
	background: url('../images/slideGalleryArrowLeft.png');
	position: absolute;
	cursor:pointer;
	width: 27px;
	height: 129px;
	left: 21px;
	top: 8px;
	z-index: 20;
}

.slideForward {
	background: url('../images/slideGalleryArrowRight.png');
	position: absolute;
	cursor:pointer;
	width: 27px;
	height: 129px;
	left: 764px;
	top: 8px;
	z-index: 20;
}

.fourColsHolder {
	width: 761px;
	margin-left: 0px;
	overflow: hidden;
}

.fourColsSlider {
	margin-left: -25px;
	padding: 10px 25px 10px 25px;
	overflow: hidden;
	position: relative;
}

.fourColsSlider .oneQuarter {
	width: 185px;
	float: left;
	margin: 0 7px 0 0;
}

.fourColsSlider .oneQuarter h3 {
	font-size: 12px;
	font-weight: bold;
	border: none;
	margin: 0;
}

.fourColsSlider .oneQuarter p {
	margin: 0;
}

.fourColsSlider .oneQuarter a {
	color: #186B7D;
	text-decoration: underline;
	font-weight: bold;
}

.module {
	margin-left: -13px;
}

.module .oneHalf {
	width: 369px;
	float: left;
	margin: 10px 0 0 13px;
}

.module .oneHalf h2.borderHeadline {
	border-top: 1px solid #186B7D;
	border-bottom: 1px solid #186B7D;
	padding: 4px 0 4px 0;
}

.module .oneHalf .preview {
	width: 369px;
	padding-bottom: 5px;
	border-bottom: 1px solid #186B7D;
	margin-bottom: 5px;
}

.module .oneHalf .preview h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	height: 15px;
	overflow: hidden;
}

.module .oneHalf .image {
	width: 93px;
	height: 79px;
	background: #ccc;
	margin-right: 12px;
	float: left;
}

.module .oneHalf .text {
	width: 263px;
	float: right;
}

.module .oneHalf .text a {
	text-decoration: underline;
	color: #186B7D;
	font-weight: bold;
}

.module .oneHalf .flickrImages {
	margin: 0px 0 25px -5px;
}

.module .oneHalf .flickrImage {
	width: 88px;
	height: 78px;
	background: #ccc;
	margin: 0 0 5px 5px;
	float: left;
}

.module .oneHalf.infoTeaser {
	width: 369px;
	height: 320px;
}

.module .oneHalf.infoTeaser .preview .image img  {
	background: #fff;
}

.module .oneHalf.infoTeaser p {
	margin: 0;
	padding: 0;
	line-height: 16px;
	color: #333;
}

.module .oneHalf.infoTeaser .teaserText {
	height: 49px !important;
	overflow: hidden;
	line-height: 16px;
}

.module .oneHalf.infoTeaser .teaserText span {
	color: #333 !important;
}

/* Left Content */

#leftContent {
	position: absolute;
	top: 137px;
	left: 0px;
}

/* Glossar */

.glossarDetails {
	margin-top: -7px;
	position: relative;
}

.glossarDetails h1 {
	border-bottom: 1px solid #317683;
    border-top: 1px solid #317683;
    color: #317683;
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding: 5px 0;
}

.glossarDetails .detailsBack {
	position: absolute;
	top: 8px; 
	right: 0px;
	color: #005364;
}

.glossarDetails .detailsBack.bottom {
	position: absolute;
	top: auto;
	bottom: -30px; 
	right: 0px;
	color: #005364;
}

bottom

/*
 * Article Overview Presse
 */

#pressArticleOverview tr td.columnArticleImage {
	width: 124px;
}

#pressArticleOverview tr td.columnArticleContent {
	width: 477px;
}

/* press article */

#article.presse h1 span {
	width: 580px;
	display: block;
	font-family: "Times New Roman", Times, sans-serif;
}


/* FancyBox */

#fancybox-title-inside{
	font-weight: bold;
	color: #317683;
}


/* Search Results */


#SearchResults{
	list-style: none;
}

#SearchResults li{
	margin: 0 0 30px 0; 
}

#SearchResults li p{
	margin: 0 0 5px 0;
}

/* shop */

#ProductHolder .Product{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
}

#ProductHolder .Product.last{
	padding: 0 0 15px 0;
	margin: 0 0 0px 0;
	border-bottom: 0px solid;
}


#ProductHolder .Product .left{
	float: left;
	width: 100px;
	margin: 0 15px 0 0 ;
	height: 100px;
	overflow: hidden;
	position: relative;
}

#ProductHolder .Product .left .specialOffer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	width: 100px;
	color: #f00;
	font-weight: bold;
	background-color: rgba(255,255,255,0.65);
}

#ProductHolder .Product .right{
	float: left;
	width: 360px;
	text-align: left;
	overflow: hidden;
}
#ProductHolder .Product .right .shorty{
	cursor: pointer;
}

#ProductHolder .Product .right .long{
	display: block;
	cursor: pointer;
}


#ProductHolder .Product .basket{
	float: right;
	width: 75px;
	margin: 0 30px 0 0 ;
	position: relative;
}

	#ProductHolder .Product .basket input{
		width: 35px;
		display: block;
		float: left;
		position: absolute;
		top: 42px;
		left: 0px;
	}
	#ProductHolder .Product .basket .intoBasket{
		width: 26px;
		height: 26px;
		display: block;
		float: left;
		position: absolute;
		top: 37px;
		left: 47px;
		background: transparent url(../images/korb_rein.gif) no-repeat top left;
		border: none;
	}
	
	#ProductHolder .Product .basket .price{
		display: block;
		float: left;
		position: absolute;
		top: 0px;
		left: 0px;
		font-weight: bold;
	}
	
#shoppingBasket{
	border-top: 1px solid #000;
	padding-top: 30px;
}

.textright{
	text-align: right;
}

.textcenter{
	text-align: center;
}

#CustomerFields .datenschutz a,
#CustomerFields .agb a{
	line-height: 16px;
}
#CustomerFields .datenschutz input,
#CustomerFields .agb input {
	margin: 2px 7px 0 0;
}


#CustomerFields h2{
	margin-bottom: 10px;
}


#payButton{
	width: 190px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	color: #fff;
	/*background: transparent url(../images/zimmersuche.gif) no-repeat 0px 0px;*/
	background: #5E8AC2;
	border: 2px outset #aaa;
	cursor: pointer;
	display:block;
	float: right;
}

#payButton[disabled=disabled]{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor:	auto;
}

.formFieldHolder input.submit, #paymentSelection input.submit {
	width: 85px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: transparent url(../images/zimmersuche.gif) no-repeat 0px 0px;
	cursor: pointer;
	margin: 20px 0 0 0;
	display:block;
	float:right !important;
	border:0;
}

#shoppingBasket table{
	width: 601px;
}

#shoppingBasket td{
	border: none;
	border-bottom: 1px solid #c4c4c4;
}

#shoppingBasket .blueBottomBorder td{
	border: none;
	border-bottom: 1px solid #186B7D;
}

#shoppingBasket .textright{
	text-align: right;
}

#shoppingBasket .name,
#shoppingBasket .amount,
#shoppingBasket .price,
#shoppingBasket .sum,
#shoppingBasket .vat,
#shoppingBasket .remove{
	border: 0px; 
	border-bottom: 1px solid #186B7D;
	font-weight: bold;
}

#shoppingBasket .name{
	width: 230px;
}

#shoppingBasket .blueBottomBorder td{
	border: none;
	border-bottom: 1px solid #186B7D;
}

#shoppingBasket .endSum td {
	border-top: 3px double  #186B7D;
	border-bottom: 0px;
}


.deleteFromList{
	background: transparent url("../images/korb_raus.gif") no-repeat top left;
	width: 15px;
	cursor: pointer;
}

.productRow .pos_amount{
	text-align: center;
}

.productRow .pos_singlePrice{
	text-align: right;
}

.productRow .pos_sumPrice{
	text-align: right;
}

.productRow .pos_vat{
	text-align: right;
}


#CheckFancyBox{
	display: none;
	border: 1px solid #186B7D;
	padding: 10px;
}

.checkFieldHolder{
	border-bottom: 1px solid #c4c4c4;
	padding: 5px 0; 
}

#CheckFancyBox .label{
	width: 220px;
	float: left;
}

#CheckFancyBox .value{
	float: left;
	width: 359px;
}

/*
 * Social Media Icons */

.whiteSidebarContent.social {
	width: 138px;
}

#socialMediaFB {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-left: -5px;
	margin-right:5px;
	background: transparent url("../images/socialIcons.png") no-repeat 0 0;
}

#socialMediaTwitter {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:5px;
	background: transparent url("../images/socialIcons.png") no-repeat -32px 0;
}

#socialMediaFlickr {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:5px;
	background: transparent url("../images/flickr.png") no-repeat 0 0;
}

#socialMediaYouTube {
	display:block;
	float:left;
	width:32px;
	height:32px;
	margin-right:0px;
	background: transparent url("../images/youtube.png") no-repeat 0 0;
}

#gPlusFollow {
	margin: 15px 0 5px 10px;
}


/* Forecast weather page */
table.weatherForecast {width:100%;}
table.weatherForecast th {color: #186b7d;}
table.weatherForecast td {border: 0px solid #005364; padding-bottom: 10px;}
table.weatherForecast tr {border-bottom: 1px solid #005364;}
table.weatherForecast td,th{
	text-align:center;
}
table.weatherForecast .description{ color:#186B7D; }
table.weatherForecast .probabilityOfRain{ color:#186B7D; font-size:10px; }
table.weatherForecast .probabilityOfRain img {
	position: relative;
	top: 5px;
}
table.weatherForecast .temperature{
	font-size: 16px;
	font-weight:bold;
	color:#186B7D;
	display:block;
	margin-bottom: 5px;
}

table.weatherForecast .weekday{
	font-weight: bold;
	color: #186b7d;
}

table.weatherForecast td span.image{ display:block; margin-top: 5px; }
table.weatherForecast td span.night{ }



/* Current weather */
.currentWeather span.image{ display:block; margin-bottom: 5px;text-align: center; }
.currentWeather .description{ color:#186B7D; text-align: center; display:block; }
.currentWeather .probabilityOfRain{ color:#186B7D; text-align: center; font-size:10px; }
.currentWeather .probabilityOfRain img {
	position: relative;
	top: 5px;
}
.currentWeather .temperature{
	font-size: 14px;
	font-weight:bold;
	color:#186B7D;
	display:block;
	margin-bottom: 5px;
	text-align: center;
}
.currentWeather .time{display:none;}
.currentWeather { text-align: right;}
.currentWeather a{color: #186B7D;}

.LandingPage #content h1 {
	font-size: 26px;
	line-height: 36px;
}

.LandingPage #content ul {
	line-height: 20px;
	list-style-type: none;
}

.LandingPage #content ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 15px;
	background: url('../images/custom-bullet-icon.png') no-repeat 0 2px;
}


.PageFullWidth #content {
	width: 748px;
	left: 0px;
}


/* mobile to layout resize fixes */
@media all and (min-width:768px) {

	.hide-desktop {
		display: none !important;
	}
	
	.visible-desktop {
		display: block !important;
	}
	
	#fullSiteSearch {
		margin: 43px 0 15px 22px !important;
		padding: 0 0 0 0 !important;
		background: transparent !important;
	}

	#fullSiteSearchFormHolder {
		display: block !important;
	}

	.responsive-table-helper {
		display: none !important;
	}

}
