/* RESET
-------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    outline: none;
}
select, input, textarea, button {
    font: 99% sans-serif;
}
/* GLOBAL
-------------------------------------------------------------------------- */
html {
    overflow-y: scroll;
}
html {
    -webkit-font-smoothing: antialiased;
}
body {
    background: #FFFFFF repeat 0 0;
    font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color:#222222;
}

/* TYPOGRAPHY
-------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #000;
}
h1 {
    font-size: 18px;
    margin-bottom: 10px;
    color:#1c3667;
    font-weight:bold;
}
h2 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top:5px;
    color:#1c3667;
}
h3 {
    font-size: 14px;
    margin-bottom: 5px;
    color:#1c3667;
    font-weight:bold;
}
p {
    margin-bottom: 1.5em;
}
blockquote {
    margin: 1.5em 0;
    color: #000;
    font-style: italic;
}
q {
    font-style: italic;
}
strong {
    font-weight: bold;
}
em, dfn {
    font-style: italic;
}
dfn {
    font-weight: bold;
}
sup, sub {
    line-height: 0;
}
abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
}
address {
    font-style: italic;
}
pre {
    margin: 1.5em 0;
    white-space: pre;
}
pre, code {
    font: 1.0em 'Andale Mono', 'Lucida Console', monospace;
    line-height: 1.5;
}
li ul, li ol {
    margin: 0;
}
ul, ol {
    margin: 1.5em 0;
}
ul {
    list-style-type: none;
}

dl {
    margin: 1.5em;
}
dl dt {
    font-weight: bold;
}
dd {
    margin-left: 1.5em;
}
ins {
    text-decoration: underline;
}
del {
    text-decoration: line-through;
}
/* LINKS
-------------------------------------------------------------------------- */
a:hover, a:active {
    outline: none;
}
a:link {
    color: #1c3667;
    text-decoration: none;
}
a:visited {
    color: #1c3667;
    text-decoration: none;
}
a:hover {
    color:#5f5229;
}
a:focus {
    color: #000;
}
a:active {
    color: #000;
}
.aktuell {
    color:#1c3667;
    font-weight:bold;
}
/* IMAGES
-------------------------------------------------------------------------- */
.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ie7 img {
    -ms-interpolation-mode: bicubic;
}
#content img {
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
img.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
img.right {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
/* FORMS
-------------------------------------------------------------------------- */
label {
    font-weight: bold;
}
fieldset {
    padding: 1em 1.5em;
    margin: 0 0 0 0;
    border:none;
    background-color: #ffffff;

}
form{
  float:left;
  width:650px;
}
.buchungsdaten{
  float:left;
}
.personendaten{
  float:right;
  margin-right: 60px;
}
.message {
    clear: both;
}

legend {
    font-weight: bold;
    font-size: 1.2em;
}
input[type=text], input[type=password], input.text, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    width:200px;
    height:20px;
}
input[type=text]:focus, input[type=password]:focus, input.text, textarea:focus, select:focus {
    border-color: #666;
}
input[type=text], input[type=password], textarea, select {
    margin: 0.25em 0;
    
}
input.text {
    width: 300px;
    padding: 5px;
}
textarea {
    width: 540px;
    height: 100px;
    padding: 5px;
    margin-top:30px;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
    position: relative;
    top: .25em;
}

form input.button { 
    width: 170px; 
    float: left; 
    background: #AB0243 url(img/button-overlay.png) repeat-x;
    border: 0;
    display: inline-block;
    padding: 7px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

.error, .notice, .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}
.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
.notice {
    background: #FFF6BF;
    color:#514721;
    border-color: #FFD324;
}
.success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}
.error a {
    color: #8a1f11;
}
.notice a {
    color: #514721;
}
.success a {
    color: #264409;
}

/* TABLES
-------------------------------------------------------------------------- */
table {
	margin-top: 0em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
	width: 80%;
}
th {
    font-weight: bold;
}
thead th {
    background: #000;
}
th, td, caption {
    padding: 0.25em;
}
tr.even td {
    background: #000;
}
tfoot {
    font-style: italic;
}
caption {
	background: #1c3667;
	font-weight: bold;
}
/* STRUCTURE
-------------------------------------------------------------------------- */
#navi {
    width:150px;
    font-size:14px;
    line-height:28px;
    float:left;
}
#navi li {
    list-style-type:none;
} 
#page {
    width:960px;
    margin:90px auto;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.2);
}
#header {
    width:960px;
    height:200px;
    background-color:#1c3667;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 0px 52px;
    position:relative;
} 
#content {
    width:680px;
    height:auto;
    float:right;
    margin-top:20px;
}
#sprachauswahl {
    position:absolute;
    width:110px;
    right:35px;
    top:30px;
}
#buchungsanfrage{
  background-color:#C0C0C0;
  width:630px;
  float: left;
  padding:30px 30px 10px 30px;
  margin-bottom:30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
.slogan{
  position:absolute;
  left:50px;
  bottom:1px;
  font-family: 'Arial', Times, Helvetica, sans-serif;
  font-size:32px;
  color:#d7d7d7;
}
#main {
    width:880px;
    float:left;
    position:relative;
    padding:20px 40px 0 40px;
    background-color:#ffffff;
    background:-moz-linear-gradient(top, #ffffff, #ffffff); /* Firefox */
    background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)); /* Safari, Chrome */
    min-height:500px;
}
#map {
    width: 630px;
    height: 310px;
    border: 3px solid #1c3667;
    margin-bottom: 1.5em;
}
#kasten{
  background-color:#d7d7d7;
  width:690px;
  height:250px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}
#bildergalerie{
	width: 695px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#bildergalerie img{
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
}
.video{
  float:left;
  margin:10px 15px 10px 12px;
}
.einleitung{
	margin-top: 30px;
	margin-right: 25px;
	margin-left: 0;
	margin-bottom: 30px;
	float: right;
	width: 300px;
	text-align: left;
}
#footer {
    clear: both;
    background-color:#E0E0E0;
    padding:10px 30px 35px 0;
    border-top:#ebe7ba 1px solid;
}
.impressumlink{
  float:right;
  font-size:14px
}
.englisch {
    margin-left:10px;
}
.logo {
    margin-left:40px;
}
.adresse{
  position:absolute;
  bottom:30px;
  color:#1c3667;
  line-height:21px;
  font-size:13px;
  width:170px; 
}
.Königshof{
  font-size:15px;
  font-weight:bold;
  
}
.bild{
  float:right;
}

/*IE Anpassung
 * ------------------------------------------------------------------------*/
 
 
 
/* PLUGINS
-------------------------------------------------------------------------- */
/* ImageOverlay */
.image-overlay {
    list-style: none;
    text-align: left;
}
.image-overlay li {
    display: inline;
}
.image-overlay a:link, .image-overlay a:visited, .image-overlay a:hover, .image-overlay a:active {
    text-decoration: none;
}
.image-overlay a:link img, .image-overlay a:visited img, .image-overlay a:hover img, .image-overlay a:active img {
    border: none;
}
.image-overlay a {
    margin: 0 15px 15px 0;
    border: 1px solid #000;
    float: left;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -khtml-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.image-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
.image-overlay .caption {
    float: left;
    position: absolute;
    background-color: #5e710c;
    height: 30px;
    line-height: 30px;
    width: 100%;
    cursor: pointer;
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* For IE 5-7 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* For IE 8 */
}
.image-overlay .caption p {
    margin: 0;
    padding: 0 8px;
    color: #fff;
}
/* Fancybox */
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}
* html #fancybox-loading {  /* IE6 */
    position: absolute;
    margin-top: 0;
}
#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url('img/fancybox/fancybox.png');
}
#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}
* html #fancybox-overlay {  /* IE6 */
    position: absolute;
    width: 100%;
}
#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}
#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}
#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}
#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}
#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}
#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0;
}
#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}
#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}
#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}
.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}
.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}
.fancybox-title-over {
    color: #FFF;
    text-align: left;
}
#fancybox-title-over {
    padding: 10px;
    background-image: url('img/fancybox/fancy_title_over.png');
    display: block;
}
#fancybox-title-wrap {
    display: inline-block;
}
#fancybox-title-wrap span {
    height: 32px;
    float: left;
}
#fancybox-title-left {
    padding-left: 15px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -90px;
    background-repeat: no-repeat;
}
#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url('img/fancybox/fancybox-x.png');
    background-position: 0px -40px;
    color: #FFF;
}
#fancybox-title-right {
    padding-left: 15px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -55px -90px;
    background-repeat: no-repeat;
}
#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url('img/fancybox/blank.gif');
    z-index: 1102;
    display: none;
}
#fancybox-left {
    left: 0px;
}
#fancybox-right {
    right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}
#fancybox-left-ico {
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -30px;
}
#fancybox-right-ico {
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible;    /* IE6 */
}
#fancybox-left:hover span {
    left: 20px;
}
#fancybox-right:hover span {
    left: auto;
    right: 20px;
}
.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}
#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    background-image: url('img/fancybox/fancybox-x.png');
}
#fancy-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -162px;
}
#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url('img/fancybox/fancybox-y.png');
    background-position: -20px 0px;
}
#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -182px;
}
#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url('img/fancybox/fancybox-x.png');
    background-position: 0px -20px;
}
#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -142px;
}
#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url('img/fancybox/fancybox-y.png');
}
#fancy-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url('img/fancybox/fancybox.png');
    background-position: -40px -122px;
}
/* IE */

#fancybox-loading.fancybox-ie div {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_title_over.png', sizingMethod='scale');
    zoom: 1;
}
.fancybox-ie #fancybox-title-left {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
    background: transparent !important;
}
.fancybox-ie #fancy-bg-n {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
