@charset "utf-8";
/* CSS Haupt-Document */

/** kritische Werte instanzieren
-------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
img{
	vertical-align: bottom;
}
a:link img, a:visited img,
a:hover img, a:focus img, a:active img {
	border: 0;
}
/* a[href^="http://"]:before,
a[href^="https://"]:before {
  content: "\2197\00A0";
  font-family:Arial, Helvetica, sans-serif;
} */
a {
	outline: none;
}

/** Minimal CSS
-------------------------------------------------------------------------------------------------- */
html, body {
	height: 100%;
}
#top {
	min-height: 100%;
}
#main {
	padding-bottom: 30px; /* unteres padding in der Hoehe des footers +footer_padding vermeidet Überlappungen */
}
#footer {
	height: 20px;
	margin-top: -31px; /* + padding +1px */
}
/* IE Win only \*/
* html #top {
	height: 100%;
}
/* */
/* IE only */
* html #main {
	padding-bottom: 32px; /* unteres padding in der Hoehe des footers +footer_padding +2 vermeidet Überlappungen */
}
* html #footer {
	margin-top: -33px; /* + padding +3px */
}
/* */

/** allgemeine Elemente formatieren
-------------------------------------------------------------------------------------------------- */
body {
	background: #7b8e9f url(images/body_bg.jpg) left top repeat-x;
	color: #151b58;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body * {
	text-align: left;
}

/* Listen siehe content*/

/* Links und Anker */
a:link, a:visited,
a:hover, a:focus, a:active {
	background-color: transparent;
	color: #151b58;
	font-weight: bold;
	text-decoration: none;
}
a:hover,
a:focus, 
a:active {
	color: #000;
	text-decoration: underline;
}

/* Überschriften und Absätze */
h1 {
	color: #373737;
	background-color: transparent;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0 0 15px 300px;
}
h1 .h_left {
	position: relative; left: -300px; top: 0;
}
h2 {
	color: #373737;
	background-color: transparent;
	font-size: 12px;
	margin: 14px 0 .6em;
}
h2.first {
	margin-top: 15px;
}
h2.h2_high {
	margin-bottom: 12px;
}
h3 {
	background-color: transparent;
	color: #151b58;
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
p.first {
	margin-top: 15px;
}
span {
	font-size: 12px;
	line-height: 1.4em;
}
.wichtig {
	font-weight: bold;
}
.small {
	font-size: 10px;
	line-height: 1.4em;
}

/* Überschriften und Absätze */
table {
	margin: 0;
	padding: 0;
}
th, td {
	font-size: 12px;
	line-height: 1.4em;
}
/* Zitate */
blockquote {
	font-size: 12px;
	text-align: justify;
	line-height: 1.4em;
	margin: 0 0 8px 0;
}
blockquote.first {
	margin-top: 15px;
}
cite {
	display: block;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 30px;
}
hr {
	border-top-color: #b2b2b2;
	border-left-color: #b2b2b2;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-style: solid;
	border-width: 1px;
	margin: 7px 0 14px;
}

/**
-------------------------------------------------------------------------------------------------- 
little helpers
-------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 1px;
}
.skip {
	position: absolute; left:-9999px; top:0;
	font-size: 1px;
}
.divider {
	display: none;
}

/** Regeln für besondere Bereiche
-------------------------------------------------------------------------------------------------- */
.noscript p {
	background-color: transparent;
	color: #fff;
	text-align: center;
	font-size: 11px;
	margin: .5em 0;
}
.noscript p a:link,
.noscript p a:visited,
.noscript p a:hover,
.noscript p a:focus,
.noscript p a:active {
	background-color: transparent;
	color: #fff;
}
div#top {
	position: relative; left: 0; top: 0;
	background: #f2f2f2 url(images/shadow.jpg) left top repeat-y;
	margin: 0 auto;
	width: 982px;
}
div#sl {
	background: transparent url(images/shadow_left.jpg) left top no-repeat;
	margin: 0;
	width: 982px;
}
div#sr {
	background: transparent url(images/shadow_right.jpg) right top no-repeat;
	padding: 0 25px;
	margin: 0;
	width: 932px;
}
div#header {
	background: #fff url(images/header_bg.jpg) left bottom repeat-x;
	text-align: left;
	border-bottom: solid 1px #fff;
	padding: 0 30px;
	width: 870px; height: 100px;
}
#header img {
	margin-top: 18px;
}
#header ul#global_nav {
	position: absolute; top: 35px; right: 30px;
	list-style: none;

}
#header ul#global_nav li {
	float: left;
	font-size: 10px;
	list-style: none;
	border-left: solid 1px #373737;
	padding: 0 10px;
}
#header ul#global_nav li.first {
	border-left: none;
}
#header ul#global_nav li.flag1 {
	border-left: none;
	padding-left:15px;
}
#header ul#global_nav li.flag2 {
	border-left: none;
	padding-left:0;
}
/* ---------- ausblenden ----------- */
#header ul#global_nav li.flag1,
#header ul#global_nav li.flag2 {
	display: none;
}
/* ------------- Ende -------------- */
#header ul#global_nav li a:link,
#header ul#global_nav li a:visited,
#header ul#global_nav li a:hover,
#header ul#global_nav li a:focus,
#header ul#global_nav li a:active {
	background-color: transparent;
	color: #383838;
	font-size: 10px;
	text-decoration: none;
}
#header ul#global_nav li a:hover,
#header ul#global_nav li a:focus,
#header ul#global_nav li a:active {
	text-decoration: underline;
}
#header ul#global_nav li a img {
	margin: 0;
}
div#main {
	position: relative; left:0; top:0;
	border: solid 1px #fff;
	border-width: 0 1px;
}
div#control {
	position: relative; left: 0; top: 0;
	border-bottom: solid 1px #fff;
	width: 930px; height: 313px;
}
#control div#flashcontent {
	position: absolute; right: 0; top: 0;
	background: #ebedec;
	color: #000;
	text-align: right;
	border-bottom: solid 1px #afadaf;
	padding: 0;
	margin: 0;
	width: 620px; height: 313px;
}
/** sidebar
-------------------------------------------------------------------------------------------------- */
ul#sidebar {
	position: absolute; left: 0; top: 0;
	border-bottom: solid 1px #afadaf;
	width: 310px;
}
ul #sidebar,
#sidebar li {
	list-style: none;
}

/** content
-------------------------------------------------------------------------------------------------- */
div#content {
	background-color: transparent;
	padding: 30px;
	width: 870px;
}
#content  div.teaser {
	float: left;
	display: block;
	background-color: #95b5ce;
	text-decoration: none;
	margin: 0 15px 15px 0;
	_margin-bottom: 0;
	width: 280px; height: 151px;
}
#content  div.teaser.first {
	margin-left: 0;
}
#content  div.teaser.last {
	float: right;
	margin-left: 0;
	margin-right: 0;
}
#content  .teaser img {
	margin: 0;
}
#content img {
	margin: 0 0 1em 0;
}
#content p {
	text-align: justify;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 20px;
}
#content ol {
	margin: 0 0 1em 20px;
}
#content ul li {
	list-style: disc;
	margin: 0 0 0.5em 0;
}
#content ol li {
	margin: 0 0 1em 0;
}
#content ol li.list {
	font-weight: bold;
	text-align: justify;
}
#content ol li.list span{
	font-weight: normal;
}
#content div#sidebox {
	float: left;
}
#content #sidebox img {
	margin: 42px 0 20px 0;
}
#content #sidebox a:link,
#content #sidebox a:visited,
#content #sidebox a:hover,
#content #sidebox a:focus,
#content #sidebox a:active {
	background: transparent url(images/arrows.png) 1px 3px no-repeat;
	padding-left: 10px;
}
#content div#inner_content {
	float: right;
	width: 575px;
}
div#inner_content iframe {
	border: solid 1px #373737;
}
#content a:link.tn,
#content a:visited.tn,
#content a:hover.tn,
#content a:focus.tn,
#content a:active.tn {
	display: block;
	float: left;
	background-color: #fff;
	border: solid 1px #b7b7b7;
	padding: 2px;
	margin-bottom: 30px;
}
#content a:hover.tn,
#content a:focus.tn,
#content a:active.tn {
	border: solid 1px #151b58;
}
#content a.tn img {
	margin: 0;
}
#content .tn_cell {
	_padding-bottom: 30px;
}
#content a.side {
	position: relative; left: 0; top: -30px;
}
#content .sidebox {
	margin-top: -30px;
}
#content .sidebox a.side {
	position: relative; left: 0; top: 0;
	margin-bottom: 30px;
}
#content .sidebox a.side.last {
	margin: 0;
}

/** footer
-------------------------------------------------------------------------------------------------- */
div#footer {
	position: relative; left: 0; top: 0;
	background: #fff url(images/footer_bg.jpg) left top repeat-x;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-top: solid 1px #ccc;
	padding: 10px 20px 0;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
div#footer address {
	background-color: transparent;
	color: #373737;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	width: 890px;
}
div#footer address a:link,
div#footer address a:visited,
div#footer address a:hover,
div#footer address a:focus,
div#footer address a:active {
	background-color: transparent;
	color: #373737;
	font-size: 10px;
	text-decoration: none;
}
div#footer address a:hover,
div#footer address a:focus,
div#footer address a:active {
	color: #000;
	text-decoration: underline;
}

/** kontakt.html
-------------------------------------------------------------------------------------------------- */
.wpcf7-response-output {
	background-color: #fff;
}
col.kontakt-sp-1 {
	width: 100px;
}
col.kontakt-sp-2 {
	width: 300px;
}
td.input input {
	margin: 1px 0;
	width: 300px;
}
td.textarea_label {
	padding-top: 12px;
}
td.textarea_label input#agb {
	position: relative; left: 0; top: 2px;
	width: auto;
}
span.wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 1em;
}
span.wpcf7-list-item {
	display: block;
}
span.wpcf7-list-item input {
	margin: 0 5px 0 0;
}
span.wpcf7-list-item span {
	display: inline;
}
textarea {
	margin: 0 0 10px 0;
	width: 400px;
}
input#submit {
	text-align: center;
	margin: 12px 1px 24px 1px;
	width: auto;
}
input:hover#submit,
input:focus#submit {
	cursor: pointer;
}
* html input:hover#submit,
* html input:focus#submit {
	cursor: hand;
}
div#agb_text {
	overflow-y: scroll;
	background-color: #fff;
	border: solid 1px gray;
	padding: 10px;
	height: 200px;
}
div#agb_text  h1 {
	margin-top: 0;
}

/** package, events
-------------------------------------------------------------------------------------------------- */
#top #content .events {
	position: relative; left: 0; top: 0;
	background-color: #fff;
	border: solid 1px #b7b7b7;
	padding: 10px;
	margin: 0 0 14px;
}
#top #content .events p {
	text-align: justify;
	margin: 0;
}
.events h2 {
	margin-top: 0;
}
.packages {}
.packages h2 {
	background-color: transparent;
	color: #151b58;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.packages h3 {
	font-weight: bold;
	font-style: italic;
}
.packages .space {
	background-color: transparent;
	width: 15px;
}
.packages .hd,
.packages .img,
.packages .bd,
.packages .info,
.packages .ft {
	border: solid 1px #b7b7b7;
	width: 254px;
}
.packages .hd {
	background: #b0c8da url(http://www.arthotelroyal.de/images/arrangements/ar_hd_bg.png) top left no-repeat;
	border-width: 1px 1px 0;
	padding: 10px 10px 0;
}
.packages .bd,
.packages .img,
.packages .info {
	background: #b0c8da url(http://www.arthotelroyal.de/images/arrangements/ar_bg.png) top left repeat-y;
	border-width: 0 1px;
	padding: 0 10px;
}
.packages .img {
	padding: 0 2px;
	width: 274px;
}
#content .packages .img img {
	border: dotted 1px #151b58;
	border-width: 1px 0;
}
.packages .info {
	padding-bottom: 1em;
}
.packages .ft {
	background: #89a5bb url(http://www.arthotelroyal.de/images/arrangements/ar_ft_bg.png) bottom left no-repeat;
	border-width: 0 1px 1px;
	padding: 0 2px 2px;
	width: 274px;
}
.packages .ft a:link,
.packages .ft a:visited,
.packages .ft a:hover,
.packages .ft a:focus,
.packages .ft a:active {
	display: block;
	background-color: #95b5ce;
	text-align: center;
	border-top: dotted 1px #151b58;
	padding: 1em 10px;
}
.packages .ft a:hover,
.packages .ft a:focus,
.packages .ft a:active {
	background-color: #c4d1d9;
}

/**...................................................*/

.packagesbus .ft {
	padding: 0 2px 2px;
	width: 900px;
}

.packagesbus .ft a:link,
.packagesbus .ft a:visited,
.packagesbus .ft a:hover,
.packagesbus .ft a:focus,
.packagesbus .ft a:active {

	display: block;
	background-color: #95b5ce;
	text-align: center;
	border-top: dotted 1px #151b58;
	padding: 1em 10px;
}
.packagesbus .ft a:hover,
.packagesbus .ft a:focus,
.packagesbus .ft a:active {
	background-color: #c4d1d9;
}
/**...................................................*/

.packagesbus {
	padding: 23px 0 0 0;
	height: 125px;
    vertical-align:top;
	background-color: #b0c8da;
	border: solid 2px #ffffff;
}

.packagesbus-x {
	border: solid 1px #b7b7b7;
	margin: 10px 0 0 0;
}
#content .packagesbus img {

	margin: -23px 20px 0 0;
}
/** buchen
-------------------------------------------------------------------------------------------------- */
#content #buchen {
	overflow-x: auto;
	overflow-y: scroll;
	height: 76ex;
}
/** Panorama
-------------------------------------------------------------------------------------------------- */
#content a.panorama {
	margin-top: 9px;
}