﻿p { font-size: 1.5em; text-align: justify; font-family: sans-serif; }
h1 { font-size: 2.5em; font-family: cursive; color: #0B0B3B; background-color: none; text-align: center; }
h2 { font-size: 1.2em; font-family: cursive; color: #0B0B3B; background-color: none; text-align: center; }
h3 { font-size: 1.2m; font-family: cursive;  color: #0B0B3B;background-color: none; text-align: center; }
h4 { font-size: 1em; font-family: cursive;  color: #0B0B3B;background-color: none; text-align: center; }
h5 { font-size: 2em; font-family: cursive;  color: #0B0B3B;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;
}


html {
    background-image: url(8.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:  #0B0B3B}
    a:active { color:  #EFFBEF }
    a:visited { color: #0B0B3B }
    a:hover { color:  #EFFBEF }