div#header-image{
  background: url(/img/header-kontakt.jpg);
}
div#contact{
  background-color: #FBF9D7;
  border: 1px #957F08 solid;
  padding: 5px;
}

div#contact input, div#contact textarea
{
  border: 1px #957F08 solid;
  width: 65%;
  margin: 2px;
}

div#contact textarea{
  height: 100px;
}

div#contact label{
  width: 25%;
  display: block; float: left; width: 100px;
  margin: 2px;
}

div#error{
  border: 1px #8B0000 solid;
  background: #FFC1C1;
  color: #8B0000;
  margin-top: 10px;
  padding: 5px;
}
div#success{
  border: 1px #228B22 solid;
  background: #CDF5CD;
  color: #228B22;
  margin-top: 10px;
  padding: 5px;  
}

div#error h4{
  color: #8B0000;
  border: 0px;
}

div#success h4{
  color: #228B22;
  border: 0px; 
}
div#send{
  text-align: center;
  
}
div#send input{
  background-color: #FBF9D7;
  border: 1px #957F08 solid;
  margin-top: 0.5em;
  padding: 3px 10px;
  
}
