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

  font-family     : Georgia, serif;
  color           : #FFFFFF;
  align           : center;
  padding         : 0px;
}


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;
}
       
p { /* normal text */
  color           : #444466;
  font-size       : 1.2vw;
  font-weight     : normal;

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

p a{ /* links in paragraph */
  color           : #054C82;
  font-size       : 1.2vw;
  font-weight     : normal;

  font-style      : normal;
  text-decoration : none;
}
p a:hover{ /* links in paragraph */
  color           : #054C82;
  font-size       : 1.2vw;
  font-weight     : normal;

  font-style      : normal;
  text-decoration : underline;
}

p1 { /* subtext (small)t */
  color           : #888888;
  font-size       : 1vw;
  font-weight     : normal;

  font-style      : normal;
  text-align      : center;
  text-decoration : none;
}
p2 { /* galery text */
  color           : #444466;
  font-size       : 1.2vw;
  font-weight     : normal;

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

h1 { /* Title */
  color           : #FFFFFF;
  font-size       : 3vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  margin          : 0 0 0 0;
}
h1 a { /* Title */
  color           : #054C82;
  font-size       : 3vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  margin          : 0 0 0 0;
}
h1 a:hover { /* Title */
  color           : #FFFFFF;
  font-size       : 3vw;
  font-weight     : normal;

  font-style      : normal;

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

h2 { /* Header large */
  color           : #054C82;
  font-size       : 3vw;
  font-weight     : normal;

  font-style      : normal;

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

h3 { /* Header small */
  color           : #054C82;
  font-size       : 1.5vw;
  font-weight     : normal;

  font-style      : normal;

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

h4 { /* Menu buttons */
  color           : #054C82;
  font-size       : 1.1vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  margin          : 0 0 0 0;
}
h4 a { /* Menu buttons */
  color           : #054C82;
  font-size       : 1.1vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}
h4 a:hover { /* Menu buttons  */
  color           : #054C82;
  font-size       : 1.1vw;
  font-weight     : bold;

  font-style      : normal;

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

h5 { /* Large link (galery) */
  color           : #054C82;
  font-size       : 1.5vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  margin          : 0 0 0 0;
}
h5 a { /* Large link (galery) */
  color           : #054C82;
  font-size       : 1.5vw;
  font-weight     : normal;

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
}
h5 a:hover { /* Large link (galery)  */
  color           : #054C82;
  font-size       : 1.5vw;
  font-weight     : bold;

  font-style      : normal;

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

#fixpart {
    position  : fixed;
    width     : 150vh;
    height    : 100%;
    top       : 0px;
    left      : calc(50vw - 75vh);

}

#Container {
   position        : absolute;
   top             : 88%; 
   left            : 25vw;
   width           : 48vw; 
   padding         : 1% 2% 1%;
   background      : rgba(222, 222, 222, 0.9);
   border-radius   : 15px;
   border          : 1px solid #000000;
   box-shadow      : 3px 3px 3px #444444;
   overflow        : hidden;
}
#Container2 {
   position        : absolute;
   top             : 10vw; 
   left            : 1vw;
   width           : 12vw; 
   padding         : 1vw 2vw 1vw;
   background      : rgba(222, 222, 222, 0.7);
   border-radius   : 15px;
   border          : 1px solid #000000;
   box-shadow      : 3px 3px 3px #444444;
   overflow        : hidden;
}
#Container3 {
   position        : absolute;
   top             : 10%; 
   left            : 25%;
   width           : 50%; 
   padding         : 1% 2% 1%;
   background      : rgba(222, 222, 222, 0.9);
   border-radius   : 15px;
   border          : 1px solid #000000;
   box-shadow      : 3px 3px 3px #444444;
   overflow        : hidden;
}
body { /* Page Body, outside written part */
   background-color: #DDDDDD;
   text-align      : center;
   margin          : 0px;
   padding         : 0px;
}



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

#M1            { /* Menu div's, three at a row */
   position        : relative;
   width           :  30%;
   height          :  100%;
   display         : inline-block;
   background-color: #FFFFFF;
   overflow        : hidden;
}

#SP            { /* Spacer div */
   position        : relative;
   width           :  2%;
   height          :  2%;
   display         : inline-block;
   background-color: transparent;
   overflow        : hidden;
}
img#aleft            { /* arrow left*/
	position        : fixed;
	left            :  5vw;
	top             :  45vh;
        width           :  10vw;
        opacity         :  0.4;
        z-index         :  4;
	}
img#aright            { /* arrow right*/
	position        : fixed;
	left            :  85vw;
	top             :  45vh;
        width           :  10vw;
        opacity         :  0.4;
        z-index         :  4;
	}
img#aleft:hover            { /* arrow left*/
	position        : fixed;
	left            :  5vw;
	top             :  45vh;
        width           :  10vw;
        opacity         :  1.0;
        z-index         :  4;
	}
img#aright:hover            { /* arrow right*/
	position        : fixed;
	left            :  85vw;
	top             :  45vh;
        width           :  10vw;
        opacity         :  1.0;
        z-index         :  4;
	}

div#mt10          { /* Header for picture galery*/
  position        : relative;
  width           :  2.8vw;
  display         : inline-block;
  margin          : 0px;
  padding         : 0px;
}
div#mt11          { /* Text for picture galery*/
  position        : relative;
  width           :  100%;
  display         : inline-block;
}

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;
}





/*--- EndOfFile ---*/
