@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 {
	margin: 0;
	line-height: 150%;
	background: #FFF url(/grafik/template/body_bg.png) repeat-x top center;
}
body, button, input, select, textarea {
	font: 14px Arial, Helvetica, Tahoma, sans-serif;
	color: #555;
}
::-moz-selection { background: #000; background: rgba(0, 0, 0, 0.75); color: #FFF; text-shadow: none; }
::selection { background: #000; background: rgba(0, 0, 0, 0.75); color: #FFF; text-shadow: none; }

/* ==|==Links=================================================================== */

a { color: #980A2B; }
a[href^="mailto"] { font-weight: normal; }
a[href^="http"] { text-decoration: underline; }
a:hover { color: #C00; }
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 solid #CCC; 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; }
ul ul, ol ol { margin: 0; }
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[disabled] { color: graytext!important; cursor: default; }
aside input[disabled] { cursor: default!important; background: #d8d8d8!important; }
aside input[disabled]:hover { background: #d8d8d8!important; box-shadow: 0 0 2px #666!important; }
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; }

/* ==|==Tables=================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td, th { text-align: left; vertical-align: top; font-weight: normal; }

/* ==|==primary styles===========================================================
   Author: Hannes, Dietmar
   ============================================================================== */

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.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: 2px 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; }
.placeholder { color: #aaa; }

/* LAYOUT */
h1, h2, h3, h4 { text-align: left; }
h1 { font-size: 22px; }
h2 {font-size: 20px; }
h3 { font-size: 16px; }
h2 a {
	color: #444;
	text-decoration: none;
}
#wrapper, footer {
	margin: 0 auto;
	width: 940px;
	padding-left: 20px;
	padding-right: 20px;
}
#wrapper {
	background: transparent url(/grafik/template/wrapper_bg.png) repeat-y top center!important;
	border-bottom: 1px solid #FFF;
}

/* HEADER */
header {
	height: 80px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
header a.logo {
	background: url(/grafik/template/logo_innradweg.png) no-repeat left top;
	display: block;
	height: 80px;
	overflow: hidden;
	text-indent: -9999em;
    position: absolute;
    width: 290px;
}
header a.logo:hover { background-position: left -80px; }
header a {
	color: #444;
	text-decoration: none;
}
header div.partner { float: right; }
header img.dreilaendereck { margin-left: 290px; }

/* PANORAMA */
#panorama {
	height: 280px;
	margin-bottom: -1px!important; /* x 1px bug bei NAV */
}

/* NAV */
nav {
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	overflow: hidden!important; /* x 1px bug bei NAV */
	background: #A81126 url(/grafik/template/nav_bg.png) repeat-x top center;
}
nav a {
	display: inline-block;
	margin: 0;
	padding: 0 13px;
	background: #A81126 url(/grafik/template/nav_bg.png) no-repeat bottom right;
	color: white;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #B62F38;
}
nav a:first-child { border-left: none!important; }
nav a.active {
	background-color: #FFF;
	color: #A81126;
}
nav a.active:hover {
	color: #B51621;
	background-color: #FFF;
}
nav a:hover { color: #FFF; background-color: #B51621; }

/* ARTICLE */
#maincontainer {
	margin: 20px;
	overflow: auto!important;
}
article {
	width: 460px;
	float: left;
	text-align: justify;
	line-height: 150%;
}
article.no-aside { width: 680px; }
article h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	letter-spacing:-1px;
	color: #333;
}
article ul.linkliste {
	list-style:none;
	margin-left: 0;
	padding-left: 0;
	width: inherit;
}
article ul.linkliste li { background: url(/grafik/template/article_ul_bg.png) no-repeat left center; }
article ul.linkliste a {
	color: #980A2B;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	line-height: 30px;
	text-indent: 27px;
}
article ul.linkliste a:hover { color: #666; }
article h2, article h3, article h4 {
	margin-bottom: 0.35em;
	margin-top: 1.25em;
}
article p { margin-top: 0.5em; }
article div.right {
	float: right;
	margin: 0 0 10px 20px;
}
article div.left {
	float: left;
	margin: 0 20px 10px 0;
}
article .imagebox img { border: 3px solid #DDD; }
article .imagebox img:hover { border-color: #BBB; }

article a.button {
	background: #444;
	color: #FFF;
	padding: 6px 10px;
	text-decoration: none;
	margin-top: 0.5em;
	display: inline-block;
}
article a.button.next:after { content: ' ›'; }
article a.button.prev:before { content: '‹ '; }
article a.button:hover { background-color: #A81126; }
article .table { width: 100%; }
article .table th { font-weight: bold; }
article .table.colored th, article .table.colored td { padding: 3px 6px; }
article .table.colored th {
	background-color: #B51621;
	color: white;
}
article .table.colored td {
	background-color: #F1F1F1;
	box-shadow: inset 0 0 3px white;
}
article .table.colored td a {
	background-color: #444;
	color: white;
	display: block;
	text-align: right;
	padding: 0 6px;
	text-decoration: none;
	white-space: nowrap!important;
}
article .table.colored td a:hover { background-color: #A81126; }
article .table.colored td.date { white-space: nowrap; }

article blockquote {
	background-color: #F1F1F1;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	margin: 1em 0;
	padding: 1em;
}

/* ASIDE */
aside { width: 200px; overflow: hidden; }
aside * {
	margin: 0;
	padding: 0;
}
aside a { color: #666; }
aside.left {
	float: left;
	margin-right: 20px;
}
aside.right {
	float: right;
	margin-left: 20px;
}
aside dl { margin-bottom: 10px; }
aside dt {
	background-color: #B51621;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-indent: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
}
aside dt a {
	color: #FFF;
	text-decoration: none;
}
aside dt a:hover { color: #F0D0D3; }
aside dd {
	padding: 10px;
	background-color: #F1F1F1;
	font-size: 13px;
	line-height: 120%;
}
aside.right dd h3 {
	font-size: 14px;
	margin: 0.75em 0;
}
aside dd h3 a { text-decoration: none; }
aside dd a { color: #666; }
aside dd a:hover { color: #A81126; }
aside h3:first-child { margin-top: 0!important; }
aside hr {
	border-color: #F1F1F1;
	border-bottom-color: #FFF;
	margin: 0.5em 0;
} 
aside form input {
	color: #333;
	width: 175px;
	border: none;
	border: 1px solid #E5E5E5;
	height: 24px;
	margin: 1px 0;
	padding-left: 5px;
}
aside form input.datepicker { background: #FFF url(/grafik/template/icon_kalender.png) no-repeat 160px center; }
aside form input#privacy { height: auto; width: auto; margin-left: 5px; margin-top: 10px; }
aside input[type=submit] {
	margin-left: 50%;
	margin-top: 4px;
	width: 50%;
	display: inline-block;
	color: #666;
	font-weight:bold;
	border-radius: 4px;
	font-size: 12px;
	border: none;
	cursor: pointer;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F6F6F6',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 2px #666;
}
aside input[type=submit]:hover {
	background: rgb(241,241,241); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,241,241,1) 0%, rgba(255,255,255,1) 50%, rgba(246,246,246,1) 51%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,241,214,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(51%,rgba(246,246,246,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(241,241,241,1) 0%,rgba(255,255,255,1) 50%,rgba(246,246,246,1) 51%,rgba(225,225,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F6F6F6',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 0 2px #000;
}
aside dl.partner dd {
	padding-left: 0;
	padding-right: 0;
}
aside dl.contact dd { padding-right: 0; }
aside dl.contact dd table { width: 180px; margin-top: 0.5em; }
aside dl.contact dd th, aside dl.contact dd td, aside dl.contact dd span {
	font-size: 13px;
	line-height: 120%;
}
aside dl.contact a { text-decoration: none; }
aside dl.contact a:hover { text-decoration: underline; }
aside address {
	font-style: normal;
	font-size: 13px;
	line-height: 120%;
}
address th, address td {
	padding-top: 1px;
	padding-bottom: 1px;
}
#auszeichnung {
	margin-top: 10px;
	margin-right: 10px;
}
#auszeichnung img { width: 100%; }

a.facebook {
	background: #555 url('/grafik/template/logo_facebook.png') no-repeat center left;
	display: block;
	margin-right: 10px;
	height: 30px;
	overflow: hidden;
	margin-top: 4px;
	text-indent: -99em;
	transition-property: background-color;
    transition-duration: 0.75s;
}
a.facebook:hover { background-color: #004d94; }

aside dl.touren_nav dd {
	padding-left: 0;
	margin-left: 0;
}
aside dl.touren_nav ul { list-style: none; }
aside dl.touren_nav li {
	border-top: 1px solid #FAFAFA;
	padding: 4px 0;
}
aside dl.touren_nav li a {
	display: block;
	line-height: 140%;
	padding-left: 20px;
	text-decoration: none;
	vertical-align: middle;
	background: url(/grafik/template/aside_nav_sprite.png) no-repeat left top;
}
aside dl.touren_nav li:first-child { border: none; }
aside dl.touren_nav li:hover a, aside dl.touren_nav li.active a {
	color: #980a2b;
	background-position: left -100px;
}
.seatexchange .table { margin-bottom: 0.5em; }
.seatexchange .table td, .seatexchange .table ht { padding: 2px; }
.seatexchange .table tr th {
	border-bottom: 1px solid #e5e5e5;
	background-color: #DDD;
	padding: 4px 2px;
}
.seatexchange .table tr td {
	border-bottom: 1px solid #e5e5e5;
	background-color: #FFF;
}
.seatexchange .table tr:last-child td { border-bottom: 0; }
	
/* FOOTER */
footer {
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	margin-top: -1px!important;
	background: #FFF url(/grafik/template/footer_bg.png) no-repeat top center;
}
footer, footer a {
	color: #666;
	font-size: 10px;
	text-decoration: none!important;
}
footer span { color: #DEDEDE; }

/* ==|== 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 */
	header, #panorama, nav, footer, aside { display: none; }
	#maincontainer { 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; background: #FFF!important; }
.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: white; }
.jquery-lightbox-mode-html .jquery-lightbox-html { overflow: auto; }
.jquery-lightbox-loading { background: white 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; }

.bookbutton {
	display: block;
	text-align: center;
}