body {
  background-color: #FAEFD1;
  background-image: url(../img/bg.png);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
  width: 860px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../img/menu_bg.png);
  background-repeat: repeat-y;
}

#header {
  width: 100%;
  height: 191px;
  background-image: url(../img/kolar.jpg);
  background-position: 11px 0;
  background-repeat: no-repeat;
}

#header h1, #header h2 {
  display: none;
}

#content {
  float: right;
  width: 560px;
  margin-top: 10px;
  background-color: #F0E4BE;
  padding: 50px 30px 10px 20px;
  background-image: url(../img/brown_bg2.png);
  background-repeat: repeat-x;
  font-family: arial;
  font-size: 13px;
  color: black;
  min-height: 300px;
  /* min-height fast hack */
  height: auto !important;
  height: 300px;
}

#content h1 {
  font-family: Trebutchet, Helvetica, verdana, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  color: #C0470E;
  display: block;
  width: 100%;
  background-image: url(../img/head_bg.png);
  background-repeat: repeat-x;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 20px;
}

#content h2 {
  font-family: Trebutchet, Helvetica, verdana, sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  color: #C0470E;
}

#content p {
  margin-top: 15px;
  margin-bottom: 15px;
}

#content a.aimg {
  display: block;
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 35px;
  margin-bottom: 20px;
  text-align: center;

}

#content a img {
  border: 1px solid #8A6A41;
}

#menu {
  float: left;
  margin-left: 11px;
  width: 230px;
  /*background-color: #D3BD8F;*/
  background-image: url(../img/menu_corner.png);
  background-repeat: no-repeat;

  _margin-left: 5px;
  _background-position: 1px 0;
}

#menu ul {
  padding: 0;
  margin: 120px 0 0 15px;
}

#menu ul li {
  list-style-type: none;
/*  width: 215px;
  height: 31px;*/
  margin-top: 3px;
  background-image: url(../img/menu_button.png);
  background-repeat: repeat-x;
}

#menu ul li a {
  font-family:Trebutchet, Helvetica, verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: block;
  /*width: 195px;*/
  height: 28px;
  color: black;
  text-decoration: none;
  padding-left: 20px;
  padding-top: 3px;
}

#menu ul li a:hover {
  color: #C0470E;
}

ul#submenu {
  margin-top: 3px;
}

ul#submenu li {
  background-image: none;
  background-color: #EDDEAF;
/*
  list-style-image: url(../img/reddot.png);
  padding-left: 20px;
*/
}

ul#submenu li a {
  font-size: 17px;
  height: 26px;
  padding-top: 5px;
  padding-left: 40px;
  background-image: url(../img/reddot.png);
  background-position: 24px 10px;
  background-repeat: no-repeat;
}

#footer {
  clear: both;
  padding-left: 250px;
}

#copyr {
  background-color: #F0E4BE;
  font-size: 13px;
  border-top: 2px solid #9F7849;
  padding: 2px;
}

#copyr span {
  font-size: 70%;
}

#copyr a {
  color: black; 
}
