/* Generated by KompoZer */
body {
  /*background-color: white;*/
  background-color: #15422E;
  color: white;
  font-family: sans-serif;
}


a {
  color: white;
}

h1, .color, a:active {
  color: #BBA26A;
}

/*
h1 {
  font-family: 'HeinrichScript', sans-serif;
  font-weight: bolder;
}
*/

.color {
  font-size: 250%;
}

/* Menu links */
div.menu_item_level1 a {
  color: white;
  text-decoration: none;
}

div.menu_item_level1_act a {
  color: white;
  text-decoration: none;
}

div.menu_item_level1:hover {
  background-color: #BBA26A;
}

div.menu_item_level1:hover a {
  color: #15422E;
  font-weight: bolder;
}

div.menu_item_level1_act a {
  color: #15422E;
  font-weight: bolder;
  /*font-family: "HeinrichScript";*/
}

/* div-s */
div#main_area {
  margin: 10px auto;
  padding: 10px;
  /*background-color: #ffff99;*/
  background-color: #15422E;
  width: 80%;
  min-width: 650px;
  /*border: #BBA26A 2px ridge;*/
}
div#header_area {
  background-color: #15422E;
  height: 200px;
  margin-bottom: 10px;
  border: #BBA26A 2px ridge;
  padding-right: 30px;
  background-image: url("./images/sitename.png");
  background-repeat: no-repeat;
  background-position: 95% 70%;
}

/*
div#site_name {
  float: right;
  height: 100px;
  width: 219px;
  margin-top: 85px;
  background-image: url("./images/sitename.png");
  background-repeat: no-repeat;
}
*/
div#menu_area {
  /*background-color: #009900;*/
  padding-top: 50px;
  float: left;
  margin-bottom: 10px;
  width: 160px;
  /*border: #BBA26A 2px solid;*/
  background-image: url("./images/menu.png");
  background-repeat: no-repeat;
}

div#reclama {
  padding-top: 30px;
  text-align: center;
}

div#content_area {
  /*background-color: #009478;*/
  margin-bottom: 10px;
  margin-left: 200px;
  border: #BBA26A 2px ridge;
  padding-left: 10px;
}
div#foother_area {
  /*background-color: #66ffff;*/
  clear: left;
  /*border-top: #BBA26A 2px ridge;*/
}

.menu_item_level1 {
  /*color: white;*/
  padding-left: 10px;
  border-bottom: white 1px dotted;
  margin-bottom: 5px;
}

.menu_item_level1_act {
  padding-left: 10px;
  background-color: #BBA26A;
  margin-bottom: 5px;
}

a div.menu_item_level1_act {
  color: #15422E;
}

.menu_item_level2 {
  color: red;
  padding-left: 20px;
}

.menu_item_level2_act {
  color: red;
  padding-left: 20px;
  background-color: #BBA26A;
  /*border: white 1px dotted;*/
}

div#content_area * {
  margin-top: 0px;
}


/* My own styles from default typo3 stylesheet */
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
  border: 2px solid #BBA26A;
  padding: 0px 0px;
}

