
html, page { 
  margin          : 0px;
  padding         : 0px;
  font-size       : 13px;

  font-family     : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color           : #ddddff;
  background-color: transparent;
}

table.prices{

   position  : relative;
   width     : 100%;
}

table.prices th {
    color           : #000000;
    font-size       : 1.2vw;
    font-weight     : bold;

    font-style      : normal;
    text-align      : center;
    text-decoration : none;
}
table.prices td {
    color           : #000000;
    font-size       : 1.2vw;
    font-weight     : normal;

    font-style      : normal;
    text-align      : center;
    text-decoration : none;
}

ul { /* normal text */
  color           : #111122;
  font-size       : 1.1vw;
  font-weight     : normal;

  font-style      : normal;
  text-align      : justify;
  text-decoration : none;
}
ul li { /* normal text */
  color           : #111122;
  font-size       : 1vw;
  font-weight     : normal;

  font-style      : normal;
  text-align      : justify;
  text-decoration : none;
}

p { /* normal text */
  color           : #111122;
  font-size       : 1.1vw;
  font-weight     : normal;

  font-style      : normal;
  text-align      : justify;
  text-decoration : none;
}


h1 { /* Upper left menu text */
  color           : #F1E9D9;
  font-size       : 7vh;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  padding         : 0px;
  margin          : 0px;
  text-shadow     : 2px 2px #000000;
  font-family     : "MV Boli";
}

h1 a { /* Upper left menu text */
  color           : #F1E9D9;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  padding         : 0px;
  margin          : 0px;
  text-shadow     : 2px 2px #000000;
}

h1 a:hover { /* Title text (shadow) */
  color           : #F1E9D9;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  padding         : 0px;
  margin          : 0px;
  text-shadow     : 2px 2px #000000;
}

h2 { /* Header in text */
  font-size       : 2.3vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  color           : #6C728A;
  font-family     : "MV Boli";
  text-shadow     : 2px 2px 10px #FFFFFF, -2px -2px 10px #FFFFFF;
}

h2 a { /* Header in text */
  color           : #6C728A;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}

h2 a:hover { /* Header in text */
  color           : #AADCFF;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}

h3 { /* Subheader in text */
  font-size       : 1.5vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  color           : #6C728A;
}

h4 { /* header within normal*/
  color           : #000000;
  font-size       : 1.7vw;
  font-weight     : bold;

  font-style      : normal;

  text-align      : center;
}
h5 { /* copyright text*/
  color           : #000000;
  font-size       : 1vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
}
h6 { /* vertical menu text */
  color           : #F1E9D9;
  font-size       : 1.5vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-shadow     : 1px 1px #F1E9D9;
  text-decoration : none;
}
h6 a { /* vertical menu text */
  color           : #FFFFFF;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-shadow     : 2px 2px 10px #000000, -2px -2px 10px #000000;
  text-decoration : none;
}
h6 a:hover { /* vertical menu text */
  color           : #FFFFFF;
  font-weight     : bold;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}

h7 { /* vertical menu text small*/
  color           : #F1E9D9;
  font-size       : 1.1vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-shadow     : 1px 1px #F1E9D9;
  text-decoration : none;
}
h7 a { /* vertical menu text small*/
  color           : #FFFFFF;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-shadow     : 2px 2px 10px #000000, -2px -2px 10px #000000;
  text-decoration : none;
}
h7 a:hover { /* vertical menu text small*/
  color           : #FFFFFF;
  font-weight     : bold;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}

h8 { /* Header privacy policy */
  font-size       : 2vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  color           : #6C728A;
  text-shadow     : 2px 2px 10px #FFFFFF, -2px -2px 10px #FFFFFF;
}

h9 { /* Subheader privacy policy */
  font-size       : 1.5vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  color           : #6C728A;
}

div#BackGround {
   position  : fixed;
   left      :   0vw;
   width     : 100vw;
   height    : 100vh;
   top       :   0vw;
   opacity   :   0.3;
   z-index   : 1;
}

div#BildContainer {
   position  : fixed;
   left      :   1vw;
   width     : 142vh;
   height    :  95vh;
   top       :   1vw;
   opacity   :   1.0;
   border-radius   : 20px;
   border          : 1px solid #000000;
   box-shadow      : 5px 5px 10px #908080, -1px -1px 10px #908080;
   overflow  :   hidden;
   z-index   : 2;
}

div#TextContainer {
   position        : absolute;
   top             : 0vh; 
   left            : 145vh;
   width           : calc(94vw - 145vh);

   padding         : 1% 2% 1%;
   border-radius   : 0px;
   border          : 0px solid #000000;
   box-shadow      : 0px 0px 0px;

   background      : transparent;
   overflow        : hidden;
   z-index         : 3;
}

div#MenuContainer {
  position        : fixed;
  top             :  8vh;
  left            :  14vw;
  width           :  75vh;
  height          :  8vw;

  padding         : 0% 2% 0%;
  border-radius   : 15px;
  background      : transparent;
  overflow        : hidden;

  z-index         : 4;
}
div#MenuContainer:hover {
  position        : fixed;
  height          :  74vh;
  background      : rgba(256, 256, 256, 0.1);



}

div#m0{ /* to find a header in text */}
div#m1{ /* to find a header in text */}
div#m2{ /* to find a header in text */}
div#m3{ /* to find a header in text */}
div#m4{ /* to find a header in text */}
div#m5{ /* to find a header in text */}
div#m6{ /* to find a header in text */}
div#m7{ /* to find a header in text */}
div#m8{ /* to find a header in text */}
div#m9{ /* to find a header in text */}


body { 
   background-color: #FFFFFF;
   text-align      : center;
   margin          : 0px;
   padding         : 0px;
}


img#aleft            { /* arrow left*/
	position        : fixed;
	left            :  15vh;
	top             :  07vh;
        width           :  6vw;
        opacity         :  0.4;
        z-index         :  4;
	}
img#aright            { /* arrow right*/
	position        : fixed;
	left            :  115Vh;
	top             :  07vh;
        width           :  6vw;
        opacity         :  0.4;
        z-index         :  4;
	}
img#aleft:hover            { /* arrow left*/
	position        : fixed;
	left            :  15vh;
	top             :  07vh;
        width           :  6vw;
        opacity         :  1.0;
        z-index         :  4;
	}
img#aright:hover            { /* arrow right*/
	position        : fixed;
	left            :  115vh;
	top             :  07vh;
        width           :  6vw;
        opacity         :  1.0;
        z-index         :  4;
	}

img#BG            { /* Background */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
}

img#TextBild {
   width           : 75%;
   border-radius   : 20px;
   box-shadow      : 5px 5px 10px #908080, -1px -1px 10px #908080;
   margin          : 12%;
}

img#P01            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  1.0;
   transition      :  opacity 0.5s;
   visibility      :  visible;
}
img#P02            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P03            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P04            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P05            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P06            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P07            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P08            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P09            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P10            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P11            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P12            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P13            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P14            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P15            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P16            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P17            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P18            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P19            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P20            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}
img#P21            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}img#P22            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}img#P23            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}img#P24            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}img#P25            { /* Picture galery */
   position        : absolute;
   left            :   0px;
   top             :   0px;
   width           :  100%;
   height          :  100%;
   border          :   0px;
   opacity         :  0;
   transition      :  opacity 0.5s;
   visibility      :  hidden;
}

/*--- EndOfFile ---*/
