@import url(https://fonts.googleapis.com/css?family=Roboto:400,300&amp;subset=latin,latin-ext);

body {
  background: #e5e1cd url('../img/bg.jpg') repeat-y top;
  background-size: 100%;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: #433e34;
}

a {
  text-decoration: none;
  }
  
a:hover {
  text-decoration: underline;
  }

img {
  border: 0;
  }
  
h1 {
  font-size: 30pt;
  font-weight: 300;
  text-transform: uppercase;
  margin: 35px 0 25px 0;
  }
  
h2 {
  font-size: 20pt;
  font-weight: 400;
  text-transform: uppercase;
  margin: 25px 0 0px 0;
  padding: 0;
  }
  
.clear {
  clear: both;
  }
  
.content {
  width: 980px; 
  margin: 0 auto;
  }
  
.left {
  float: left;
  }
  
#page .left {
  float: left;
  margin: 0 20px 0 0;
  }
  
.contact {
  float: right;
  margin: 50px 0 0 0;
  }
  
.contact a {
  text-decoration: underline;
  color: #433e34;
  }
  
.contact a:hover {
  text-decoration: underline;
  color: #ea583a;
  }
  
.right {
  float: right;
  }
  
.logo {
  width: 325px;
  position: absolute;
  position: absolute; 
  left: 0; 
  right: 0;
  top: 10px; 
  margin-left: auto; 
  margin-right: auto;
  z-index: 10; 
  }
  
.logo img {
  width: 325px;
  }
  
.ok {
  background: #27ce00 no-repeat;
  padding: 25px;
  color: #000;
  font-size: 14pt;
  font-weight: 300;
  text-align: center;
  }
  
.jarda {
  width: 325px;
  position: absolute;
  position: absolute; 
  left: 0px; 
  right: 0px;
  top: 0px; 
  margin-left: 10px; 
  margin-right: 10px;
  z-index: 9; 
  }
  
#header {
  width: 100%;
  margin: 50px auto 35px auto;
  padding: 25px 0;
  background: #433e34;
  }
  
#header .menu {
  }
  
#header .menu .left {
  float: left;
  }
  
#header .menu .right {
  float: right;
  }
  
#header .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
  
#header .menu ul li {
  float: left;
  }
  
#header .menu.left ul li a {
  text-transform: uppercase;
  color: #fff;
  transition: 250ms;
  margin: 0 20px 0 0;
  padding: 10px; 
  }
  
#header .menu.right ul li a {
  text-transform: uppercase;
  color: #fff;
  transition: 250ms;
  margin: 0 0 0 20px;
  padding: 10px; 
  }
  
#header .menu ul li a:hover {
  text-decoration: none;
  color: #ea583a;
  }
  
#slider {
  width: 940px;
  height: 400px;
  padding: 20px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  }
  
#slider > div { 
    position: absolute; 
    top: 20px; 
    left: 20px; 
    right: 20px; 
    bottom: 20px; 
}
  
#slideshow { 
    margin: 50px auto; 
    position: relative; 
    width: 240px; 
    height: 240px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
  
#page {
  width: 940px;
  padding: 20px;
  margin: 35px auto;
  background: #fff;
  }
  
#page a {
  color: #ea583a;
  }
  
input {
  width: 258px;
  margin: 0 10px 0 0;
  padding: 10px 20px;
  border: 1px solid #969696;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  transition: 250ms;
  }
  
input:focus {
  border: 1px solid #b20000;
  }
  
textarea {
  width: 900px;
  height: 150px;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  border: 1px solid #969696;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  transition: 250ms;
  }
  
textarea:focus {
  border: 1px solid #b20000;
  }
  
input[type=submit] {
  width: 255px;
  margin: 20px 0 0 0;
  padding: 10px 20px;
  border: 1px solid #969696;
  border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 12pt;
  cursor: pointer;
  transition: 250ms;
  }
  
input[type=submit]:hover {
  border: 1px solid #b20000;
  }
  
#footer {
  background: #433e34;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  }
  
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
#footer ul li {
  float: left;
  margin: 0 30px 0 0;
  }

#footer a {
  color: #fff;
  }