@charset "utf-8";

body {
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #540203;
  background-image: url("../icons/stripes.png");
  color: #ddd;
  font-size: 13pt;
  font-family: "Trebuchet MS", "Bitstream Vera", sans-serif;
}

h1 {
  color: #F2E900;
  background-color: inherit;
  font-size: 24pt;
}

h2 {
  color: #E31C40;
  background-color: inherit;
  font-size: 18pt;
}

a {
  text-decoration: underline;
  color: #FFA500;
  background-color: inherit;
}

a:hover {
  text-decoration: none;
  color: #E31C1F;
  background-color: inherit;
}

input, textarea {
  background-color: #ddd;
  color: #222;
  border-color: #888;
  border-style: dashed;
  border-width: 1px;
}

textarea {
  width: 750px;
  height: 500px;
}

#header {
  display: block;
  margin: 0;
  height: 182px;
  background-image: url("../icons/top.png");
  background-repeat: repeat-x;
  
}

#obal {
  margin-left: auto;
  margin-right: auto;
  width: 760px; 
}

iframe {
  background-color: white;
}





