@charset "utf-8";

/* ==|==HTML5 display definitions=============================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ==|==Base==================================================================== */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
	background: #E6DABE url(/grafik/template/body_bg.png) repeat-x top;
	margin: 0;
	font-size: 16px;
	line-height: 1.231;
}
body, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
::-moz-selection { background: #900; background: rgba(153, 0, 0, 0.65); color: #FFF; text-shadow: none; }
::selection { background: #900; background: rgba(153, 0, 0, 0.65); color: #FFF; text-shadow: none; }

/* ==|==Links=================================================================== */

a {
	color: #900;
	text-decoration: none;
}
a[href^="mailto"] { font-weight: normal; }
a[href^="http"] { text-decoration: underline; }
a:hover { color: #B34B42; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* ==|==Typography============================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px dashed #C2AD9A; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ==|==Lists=================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ==|==Embedded content======================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* ==|==Figures================================================================= */

figure { margin: 0; }

/* ==|==Forms=================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
button[disabled], html input[disabled] { cursor: default!important; color: graytext; }

/* ==|==Tables=================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ==|==primary styles===========================================================
   Author: Gufler Dietmar
   ============================================================================== */

h1, h2 {
	color: #900;
	font-weight: bold;
}
h1 {
	font-size: 26px;
	letter-spacing: -1px;
	margin-top: 0;
	text-transform: uppercase;
}
h2, h3 { margin-bottom: 0.5em; }
h2 { font-size: 22px; }
h3 { font-size: 16px; }
h2 a, h3 a {
	color: #900;
	text-decoration: none!important;
}
h3, h3 a { color: #222; }
hr {
	border-top: 1px dotted #AFA48A;
	clear: right;
}

.s { font-size: 11px; }
.xs { font-size: 10px; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* MSG */
.msg, .msgerror {
	margin-bottom: 15px;
	padding: 4px;
}
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg {
	background-color: #FFF;
	border: 1px solid #DDD;
}
.msg h2 { color: #444; }
.msgerror {
	background-color: #FFF;
	border: 1px solid #C00;
}
.msgerror, .msgerror h2 { color: #C00; }

/* PAGENAV */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 17px;
	vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong {
	margin: 2px;
	padding: 2px;
}
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* LAYOUT */
#template {
	overflow: hidden!important;
	position: absolute;
	width: 100%;
	min-width: 990px;
}
.panorama {
	background: #E6DABE;
	height: 400px;
	margin-left: -600px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	width: 1200px;
	z-index: 0;
}
.wrapper {
	margin: 0 auto;
	overflow: auto;
	position: relative;
	width: 990px;
	z-index: 99;
}
.leftcolumn {
	float: left;
	width: 250px;
}
.leftcolumn .bg {
	background: url(/grafik/template/leftcolumn_bg.png) repeat-y top center;
	padding: 0 10px;
}
.languageselect {
	font-size: 10px;
	padding: 5px 2px;
	text-transform: uppercase;
}

.header {
	background: url(/grafik/template/header_bg.png) no-repeat top center;
	height: 274px;
	padding: 0 10px;
}
.header .logo {
	/*background: url(/grafik/template/logo_siglgut.png) no-repeat top center;*/
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 210px;
	margin-top: 5px;
	text-indent: -999px;
	width: 230px;
}
.header .de { background-image: url(/grafik/template/logo_siglgut_de.png?2);}
.header .it { background-image: url(/grafik/template/logo_siglgut_it.png?1);}
.header .en { background-image: url(/grafik/template/logo_siglgut_en.png?1);}

.nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav_main li { border-bottom: 1px solid #E6DABE; }
.nav_main a, .nav_aside a, .nav_aside li a {
 	background-image: url(/grafik/template/nav_a_bg.png);
 	background-repeat: no-repeat;
 	background-position: top left;
 	display: block;
 	font-size: 18px;
 	font-weight: bold;
	height: 40px;
	line-height: 40px;
 	text-decoration: none;
 	text-indent: 20px;
 	text-transform: uppercase;
}
.nav_main li.active a, .nav_main a:hover { color: #4E4E33; }
.nav_main a:hover { background-position: -230px top; }
.nav_aside li a:hover, .nav_aside li.active a, .nav_main li.active a { background-position: right top; }

.leftcolumn address {
	color: #4E4E33;
	font-style: normal;
	font-size: 14px;
	padding: 25px 25px 15px 25px;
}
.leftcolumn address a {
	color: #4E4E33;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.leftcolumn address ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.leftcolumn address li {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px 0;
	padding: 0 5px;
	text-align: right;
	width: 170px;
}
.leftcolumn address li.phone { background: #d4c8ac url(/grafik/template/icon_phone.png) no-repeat 5px center; }
.leftcolumn address li.mail { background: #d4c8ac url(/grafik/template/icon_mail.png) no-repeat 5px center; }
.leftcolumn section.facebook {
	overflow: hidden;
	width: 180px;
	padding: 0;
	margin: 0.5em auto 1em 25px;
}
.leftcolumn section.facebook a {
	height: 30px;
	transition-property: background;
    transition-duration: .2s;
	text-indent: -999em;
	background: #3c5a9a url(/grafik/template/logo_facebook.png) no-repeat left top;
	display: block;
}
.leftcolumn section.facebook a:hover {
	background-color: #d4c8ad;
	background-position: left -30px;
} 
.leftcolumn .partner {
	height: 100px;
	overflow: hidden;
	padding: 0 25px;
	width: 180px;
}
.leftcolumn footer {
	color: #4d4d32;
	font-size: 10px;
	padding: 15px 5px;
}
.leftcolumn footer span { color: #dbdbd5; }
.leftcolumn footer a {
	color: #4d4d32;
	text-decoration: none;
}

.main { float: left; }
.article {
	left: 250px;
	padding: 35px 5px 35px 35px;
	width: 700px;
}
.article figure {
	float: right;
	margin-left: 35px;
	position: relative;
	width: 244px;
}
.article figure img {
	border: 4px solid white;
	margin: 4px 0;
} 
.article div.subtitle {
	text-align: left;
	font-size: 80%;
}
.enlarge-icon {
    border: none !important;
    opacity: 0.7;
    position: absolute;
    right: 10px;
    top: 10px;
}
.aside {
	background: url(/grafik/template/aside_bg.png?1) no-repeat top center;
	height: 402px;
	margin-left: 490px;
	padding: 10px;
	position: relative;
	width: 230px;
}
.aside .request {
	height: 104px;
	padding: 18px 14px;
}
.aside .request header a {
	color: #4D4D32;
	font-size: 18px;
	text-transform: uppercase;
}

.aside .request label {
	cursor: auto;
	display: inline-block;
	width: 86px;
}
.aside .request label:first-child { width: 114px; }
.aside .request label, .aside .request input, .aside .request select {
	color: #4D4D32;
	font-size: 12px;
}
.aside .request input, .aside .request select {
	background: #e6dabd;
	border: none;
	font-size: 13px;
	height: 22px;
	margin: 4px 0;
}
.aside .request .datepicker {
	background: #e6dabd url(/grafik/template/icon_kalender.png) no-repeat 90px center;
	margin-right: 4px;
	width: 110px;
}
.datepicker, .anreise { cursor: pointer; }
.aside .request select {
	height: 24px;
	width: 86px;
}
.aside .request input[type="submit"] {
	background: #4D4D32;
	border: none;
	color: #e6dabd;
	height: 25px;
	text-align: center;
	width: 200px;
}
.nav_aside { margin-top: 15px; }
.nav_aside li { border-bottom: 1px solid #e6dabd; }
.nav_aside a {
	background: none;
	color: #4E4E33;
 	text-indent: 15px;
}
.nav_aside li:nth-child(3) a { color: #900; }
.nav_aside li:nth-child(3):hover a { color: #4E4E33; }

.footer {
	background: url(/grafik/template/footer_bg.png) repeat-x bottom;
	height: 170px;
	position: relative;
	width: 100%;
}

/* CONTENT */
.article { text-align: justify; }
.article li { text-align: left; }
.article a.button {
	background: #900;
	color: #E6DABE;
	display: inline-block;
	float: right;
	margin: 4px 2px;
	padding: 4px 8px;
}
.article a.button:after { content: ' ›'; }
.article a.button:hover {
	background-color: #730000;
	text-shadow: 1px 1px 2px black;
}
.article a.button.prev { float: none; }
.article a.button.prev:after { content: ''; }
.article a.button.prev:before { content: '‹ '; }
.table {
	width: 100%;
	border-top: 1px solid #AEA389;
	border-left: 1px solid #AEA389;
}
.table td, .table th {
	border-right: 1px solid #AEA389;
	border-bottom: 1px solid #AEA389;
	padding: 2px 4px;
}
.table th {
	text-align: right;
	vertical-align: top;
	background-color: #C0B79B;
}
.table th.room {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #D7CCB0;
}
.table th.room span { font-size: 14px; }
.table td.price {
	text-align: right;
	vertical-align: middle;
	background-color: #D7CCB0;
}

/* ==|== print styles ======================================================= */

@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	.slidebox dd { display: block!important; }
	.panorama, .leftcolumn, .aside, .footer { display: none; }
	.wrapper, .article { background: none; box-shadow: none; margin: 0; }
	article { font-size: 16pt; width: 100%; }
}

/* ==|== LIGHTBOX =========================================================== */

.jquery-lightbox-overlay {
	background: #000000;
	opacity: 0.75!important;
}
.jquery-lightbox {
	position: relative;
	padding: 17px 0;
}
.jquery-lightbox-title {
	background: url(/grafik/lightbox/title.png) repeat;
	color: #FEFEFD;
	font-family: verdana,arial,serif;
	font-size: 11px;
	line-height: 14px;
	padding: 5px 8px;
	margin: 3px;
	position: absolute;
	bottom: 0;
	z-index: 7000;
}
.jquery-lightbox-html {
	z-index: 7000;
	position: relative;
	border: 0;
	padding: 0px 15px;
	vertical-align: top;
}
.jquery-lightbox-html embed, .jquery-lightbox-html object, .jquery-lightbox-html iframe { vertical-align: top; }
.jquery-lightbox-background {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 6999;
	float: left;
	padding: 0;
}
.jquery-lightbox-background img {
	display: block;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.jquery-lightbox-mode-image .jquery-lightbox-html {
	z-index: 6998;
	padding: 0;
}
.jquery-lightbox-mode-html .jquery-lightbox-background { background: #E6DABE; }
.jquery-lightbox-mode-html .jquery-lightbox-html { overflow: auto; }
.jquery-lightbox-loading { background: #E6DABE url(/grafik/lightbox/loading.gif) no-repeat center center; }
.jquery-lightbox-button-close {
	background: url(/grafik/lightbox/sprite.png) no-repeat -190px -115px;
	position: absolute;
	top: 19px;
	right: -26px;
	width: 29px;
	height: 29px;
}
.jquery-lightbox-button-close:hover { background: url(/grafik/lightbox/sprite.png) no-repeat -220px -115px; }
.jquery-lightbox-button-close span, .jquery-lightbox-buttons span { display: none; }
.jquery-lightbox-mode-image .jquery-lightbox-button-close {
	right: 19px;
	z-index: 7002;
}
.jquery-lightbox-buttons {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 7001;
	height: auto !important;
	display: none;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-init, .jquery-lightbox-buttons .jquery-lightbox-buttons-end {
	width: 5px;
	height: 39px;
	float: left;
	display: inline;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-init {
	background: url(/grafik/lightbox/sprite.png) no-repeat -151px -153px;
	margin: 7px 0 0 7px;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-end {
	background: url(/grafik/lightbox/sprite.png) no-repeat -244px -153px;
	margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-left {
	background: url(/grafik/lightbox/sprite.png) no-repeat -156px -153px;
	width: 24px;
	height: 39px;
	float: left;
	display: inline;
	margin: 7px 1px 0 1px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-left:hover { background: url(/grafik/lightbox/sprite.png) no-repeat -156px -194px; }
.jquery-lightbox-buttons .jquery-lightbox-button-right {
	background: url(/grafik/lightbox/sprite.png) no-repeat -220px -153px;
	width: 24px;
	height: 39px;
	float: left;
	display: inline;
	margin: 7px 1px 0 1px;
}
.jquery-lightbox-buttons .jquery-lightbox-button-right:hover { background: url(/grafik/lightbox/sprite.png) no-repeat -220px -194px; }
.jquery-lightbox-buttons .jquery-lightbox-button-max {
	background: url(/grafik/lightbox/sprite.png) no-repeat -182px -153px;
	width: 36px;
	height: 39px;
	float: left;
	display: inline;
	margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max:hover { background: url(/grafik/lightbox/sprite.png) no-repeat -182px -194px; }
.jquery-lightbox-buttons .jquery-lightbox-button-min {
	background: url(/grafik/lightbox/sprite.png) no-repeat -162px -235px;
	width: 36px;
	height: 39px;
	float: left;
	display: inline;
	margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-min:hover { background: url(/grafik/lightbox/sprite.png) no-repeat -207px -235px; }
.jquery-lightbox-buttons-custom {
	height: 39px;
	float: left;
	display: inline;
	background: #2b2b2b;
	line-height: 39px;
	font-size: 10px;
	margin: 7px 0 0 0;
}
.jquery-lightbox-buttons-custom a {
	color: #FEFEFD;
	font-size: 10px;
	display: inline;
	font-weight: normal;
	text-decoration: underline;
	padding: 0 3px;
}
.jquery-lightbox-mode-image .jquery-lightbox-button-close, .jquery-lightbox-mode-image .jquery-lightbox-buttons { opacity: 0; }
.jquery-lightbox-mode-image:hover .jquery-lightbox-buttons, .jquery-lightbox-mode-image:hover .jquery-lightbox-button-close { opacity: 0.9; }
.jquery-lightbox-navigator { display:none; }
a.lightbox { display: inline-block; }