/* layout.css */


/* Menü */

#menu a {
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: black;
  display: block;
  padding: 5px;
  margin-right: 20px;
}

#menu a:hover, #footer a:hover{
  color: red;
}

#menu li{
  border: 1px solid white;
}

#menu #highlight{
  text-align: right;
  font-weight: bold;
  color: white;
  background-color: #ff6600;
  display: block;
  padding: 5px;
/*  margin-right: 20px;*/
}

#menu ul {
  list-style-type: none;
  line-height: 1.2;
  font-size: 1.1em;
}


/* Footer */

#footer {
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

#footer a {
  text-decoration: none;
  color: black;
}
