@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400italic,700,700italic&subset=latin-ext);

* {
  box-sizing: border-box;
}
a:active, a:link, a:visited, a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
body {
  background-color: #ffffff;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  margin: 0px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.w1000 {
  width: 1000px;
  margin: 0px auto;
}
#top {
  background-color: #F4F4F2;
  text-align: left;
  position: relative;
}
#top h1 {
  font-family: 'Merriweather Sans', sans-serif;
  margin: 10px 0px;
  
  color: #000000;
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: normal;
}
#top h2 {
  font-weight: bold;
  font-size: 1.5em;
  color: #93887A;
}
#logo {
  height: 120px;
  padding: 10px 12px;
}
#logo img {
  float: left;
  margin-right: 50px;
}
#menu {
  text-align: left;
  padding: 15px 0px;
  background-color: #1F1E1D;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
#menu a {
  color: #ffffff;
  margin: 0px 30px;
} 
#menu a:hover {
  text-decoration: none;
  color: #D32626;
} 
#obsah {
  background-color: #ffffff;
  min-height: 600px;
  padding: 30px 30px;
  /*text-align: justify;*/
}
#obsah h2 {
  text-transform: uppercase;
  border-bottom: 1px solid black;
  font-size: 24px;
}
#pata {
  background-color: #363534;
  color: #ffffff;
  padding: 20px 50px;
  text-align: center;
  min-height: 100px;
}
