
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       : 4vw;
  font-weight     : normal;

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

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

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

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


h1 { /* Upper left menu text */
  color           : #F1E9D9;
  font-size       : 5vw;
  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","Lucida Sans Unicode",sans-serif;
}

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       : 7vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  color           : #6C728A;
  font-family     : "MV Boli","Lucida Sans Unicode",sans-serif;
}

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       : 5vw;
  font-weight     : normal;

  font-style      : normal;

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

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

  font-style      : normal;

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

  font-style      : normal;

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

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}
h6 a { /* vertical menu text */
  color           : #111122;
  font-weight     : normal;

  font-style      : normal;

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

  font-style      : normal;

  text-align      : center;
  text-shadow     : 0px 0px #F1E9D9;
  text-decoration : none;
}

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

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}
h7 a { /* vertical menu text */
  color           : #111122;
  font-weight     : normal;

  font-style      : normal;

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

  font-style      : normal;

  text-align      : center;
  text-shadow     : 0px 0px #F1E9D9;
  text-decoration : none;
}

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

  font-style      : normal;

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

h9 { /* Subheader in privacy policy */
  font-size       : 4.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     : 93vw;
   height    :  62vw;
   top       : calc(100% - 62vw);
   opacity   : 1.0;
   border-radius   : 20px;
   border          : 1px solid #000000;
   box-shadow      : 5px -5px 10px #C0C0C0;
   overflow  : hidden;

   z-index   : 2;
}


div#TextContainer {
   position        : relative;
   top             :  0px; 
   left            :  5vw;
   width           : 75vw;
   padding         : 0% 5vw 0%;
   margin          : 0px;
   background      : rgba(256, 256, 256, 0.8);
   overflow        : hidden;
   z-index         : 1;
}

div#MenuContainer {
  position        : fixed;
  top             :  calc(100% - 61vw);
  left            :  20vw;
  width           :  55vw;
  height          :  15vw;

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

  z-index         : 3;
}
div#MenuContainer:hover {
  position        : fixed;
  height          :  60vw;
  background      : rgba(256, 256, 256, 0.5);



}

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#TextBild {
   width           : 75%;
   border-radius   : 20px;
   box-shadow      : 5px 5px 10px #908080, -1px -1px 10px #908080;
   margin          : 12%;
}

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


img#aleft            { /* arrow left*/
	position        : fixed;
	left            :  10vw;
	top             :  calc(100% - 62vw);
        width           :  10vw;
        opacity         :  1.0;
        z-index         :  4;
	}
img#aright            { /* arrow right*/
	position        : fixed;
	left            :  80vw;
	top             :  calc(100% - 62vw);
        width           :  10vw;
        opacity         :  1.0;
        z-index         :  4;
	}
img#aleft:hover            { /* arrow left*/
	position        : fixed;
	left            :  10vw;
	top             :  calc(100% - 62vw);
        width           :  10vw;
        opacity         :  1.0;
        z-index         :  4;
	}
img#aright:hover            { /* arrow right*/
	position        : fixed;
	left            :  80vw;
	top             :  calc(100% - 62vw);
        width           :  10vw;
        opacity         :  1.0;
        z-index         :  4;
	}


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 ---*/
