body {
    font-family:Arial;
    color:black;
    background-color:white;
    background-image:url(images/background.jpeg);
}
h1 {
    font-family:Arial;
    font-size:16;
    color:black;
}
h1.head {
    font-family:Arial;
    font-size:34;
    color:rgb(226,143,0);
}

h2 {
    font-family:Arial;
    font-size:12;
    color:rgb(233,219,203);
}

a:active {
    border-color:rgb(255,51,0);
}

.navbar a {
 font-weight:bold; color:black; text-decoration:none;
}
    
.navbar td {
  border-spacing: 10px;

  text-align:center;
  font-weight:bold;
  width: 100pt;
  background-color:rgb(250,186,0);
}

.navbar td:hover{
  font-weight:bold;
  width: 100pt;
  background-color:rgb(255,218,106);
}
.kontakte td  {
  padding: 0px 15px 0px 0px;
  valign:top;
}

