﻿p { font-size: 1.5em; text-align: justify; font-family: sans-serif; }
h1 { font-size: 2.5em; font-family: cursive; color: white; background-color: none; text-align: center; }
h2 { font-size: 1.2em; font-family: cursive; color: white; background-color: none; text-align: center; }
h3 { font-size: 1.2m; font-family: cursive;  color: white;background-color: none; text-align: center; }
h4 { font-size: 1em; font-family: cursive;  color: white;background-color: none; text-align: center; }
li { font-size: 1.7em; }
li li { font-size: 1em; }
tr { font-size: 1.7em; }

#kontakt {

  border-width: none;
  border-style: none;
  background-color: none;
  padding-right: 1em;
  float: center;
  margin-right: 1em;
}
#kontakt p {
  font-family: serif;
  text-align: right;
}


 .box {
     float: left;
     width: 33.33333%;
     padding: 20px;
     background: none;
     box-sizing: border-box;
} 


html {
    background-image: url(strand11.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}

    a:link { color:  #fffafa }
    a:active { color:  #fffafa }
    a:visited { color: #fffafa }
    a:hover { color:  #81BEF7 }
