div.corevalue {
  float: left;
  width: 280px;
  height: 240px;
  display: block;
  color: #556b92;
  margin-left: 5px;
  margin-bottom: 10px;
}

.coretop {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px black solid;
}

.coreleft {
  padding: 2px 5px 2px 5px;
  border-right: 1px black solid;
  vertical-align: top;
}

.coreright {
  padding: 2px 5px 2px 5px;
  text-align: justify;
  font-size: 0.9em;
}

div.announce {
  float: left;
  width: 295px;
  height: 240px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #556b92;
}

td.announce {
  font-size: 0.8em;
  text-align: center;
}

div.empfaq {
  border: 2px #ffffff solid;
  width: 700px;
  text-align: center;
}

.empfaq th {
  background-color: #d7c8ab;
  color: #46381b;
  border: 1px #46381b solid;
}

.title {
  width: 233px;
  background-color: #d7c8ab;
  color: #46381b;
  padding: 3px;
  border: 1px #46381b solid;
  font-size: 2em;
  font-weight: bold;
}

.cell1 {
  border: 1px #46381b solid;
  color: #46381b;
  font-weight: bold;
  padding: 3px;
  cursor: pointer;
  vertical-align: top;
}

.cell2 {
  border: 1px #46381b solid;
}

td.empty {
	border: none;
}

div.howto {
  float: left;
  display: block;
  width: 780px;
}

table.howto {
  text-align: center;
  color: #556b92;
}

td.howto {
  width: 130px;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}

th.howtoheader {
  padding-bottom: 20px;
}

table.howto img {
  border: none;
}

table.howto a {
  text-decoration: none;
}

div.feeds {
  position: absolute;
  top: 20px;
  left: 605px;
  width: 200px;
  height: 600px;
  padding-left: 10px;
  color: #556b92;
}

div.feeds ul {
  list-style: none;
  font-size: 1em;
  padding-left: 5px;
}

div.feeds li {
  padding-bottom: 5px;
}

