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

  font-family     : Verdana;
  color           : #FFFFFF;
  align           : center;
}



       
p { /* normal text */
  color           : #444466;
  font-size       : 3vw;
  font-weight     : normal;

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

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

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

  font-style      : normal;
  text-decoration : none;
}
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       : 3vw;
  font-weight     : normal;

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

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

  font-style      : normal;

  text-align      : center;
  text-decoration : none;
  text-shadow     : 4px 2px #054C82;
  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       : 3vw;
  font-weight     : normal;

  font-style      : normal;

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

h4 { /* Menu buttons */
  color           : #054C82;
  font-size       : 2.5vw;
  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       : 2.5vw;
  font-weight     : normal;

  font-style      : normal;

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

h4 a:hover { /* Menu buttons */
  color           : #054C82;
  font-size       : 2.5vw;
  font-weight     : bold;

  font-style      : normal;

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

h5 { /* Large link (galery) */
  color           : #054C82;
  font-size       : 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       : 5vw;
  font-weight     : normal;

  font-style      : normal;

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

  font-style      : normal;

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

#fixpart {
    position  : fixed;
    width     : 100%;
    height    : 56vw;
    top       : 0px;
}
#fixpart2 {
    position  : fixed;
    width     : 100%;
    height    : 67vw;
    top       : 0px;

}

#Container {
   position        : absolute;
   top             : 45vw; 
   left            : 7%;
   width           : 78%; 
   padding         : 1% 2% 1%;
   background      : rgba(222, 222, 222, 0.9);
   border-radius   : 7px;
   border          : 1px solid #000000;
   box-shadow      : 2px 2px 2px #444444;
   overflow        : hidden;
}
#Container2 {
   position        : absolute;
   top             : 50vw; 
   left            : 13%;
   width           : 70%; 
   padding         : 1% 2% 1%;
   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             : 45vw; 
   left            : 2%;
   width           : 90%; 
   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%;
   height          :  100%;
   border          :   0px;
}

#M1            { /* Menu div's */
   position        : relative;
   width           :  29%;
   height          :  100%;
   display         : inline-block;
   background-color: #FFFFFF;
   overflow        : hidden;
}
#SP            { /* Spacer div */
   position        : relative;
   width           :  1%;
   height          :  1%;
   display         : inline-block;
   background-color: transparent;
   overflow        : hidden;
}
img#AL            { /* Arrow Left */
   position        : relative;
   width           :  15%;
   display         : inline-block;
   opacity         :   0.7;
   background-color: transparent;
}

img#AL:hover    { /* Arrow Left */
   position        : relative;
   width           :  15%;
   display         : inline-block;
   opacity         :   1.0;
   background-color: transparent;
}
img#AR            { /* Arrow right */
   position        : relative;
   width           :  15%;
   display         : inline-block;
   opacity         :   0.7;
   background-color: transparent;
}
img#AR:hover      { /* Arrow right */
   position        : relative;
   width           :  15%;
   display         : inline-block;
   opacity         :   1.0;
   background-color: transparent;
}
div#mt10          { /* Header for picture galery*/
  position        : relative;
  width           :  10vw;
  display         : inline-block;
  margin          : 0px;
  padding         : 0px;
  align           : center;
}
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 ---*/
