body {
    margin: 0;
    padding: 0;
    text-align: center;
}

div#container {
    margin: auto;
    width: 750;
}

a.mainMenu {
  background-color: #4A9076;
  border-top: 1px Solid White;
  border-right: 2px Solid White;
  border-bottom: 1px Solid White;
  display: block;
}

a.mainMenu:hover {
  background-color: #FF8C00;
}

a.mainMenuKazalo {
  background-color: White;
  border-top: 1px Solid White;
  border-bottom: 1px Solid White;
  display: block;
}

a.mainMenuKazalo:hover {
  background-color: #FF8C00;
}

img.mainMenu {
  background-color: #4A9076;
  border-right: 2px Solid White;
  display: block;
}

a.quadrat1 {
  background-color: #C9D9D3;
  border: 1px Solid #4A9076;
  border-right: none;
  display: block;
}

a.quadrat1:hover {
  background-color: White;
}

a.quadrat2 {
  background-color: #ADD3C4;
  border: 1px Solid #4A9076;
  border-right: none;
  display: block;
}

a.quadrat2:hover {
  background-color: White;
}

a.quadrat3 {
  background-color: #8BB9A7;
  border: 1px Solid #4A9076;
  border-right: none;
  display: block;
}

a.quadrat3:hover {
  background-color: White;
}

a.quadrat4 {
  background-color: #609C85;
  border: 1px Solid #4A9076;
  border-right: none;
  display: block;
}

a.quadrat4:hover {
  background-color: White;
}

a.quadrat5 {
  background-color: #2D644F;
  border: 1px Solid #4A9076;
  border-right: none;
  display: block;
}

a.quadrat5:hover {
  background-color: White;
}

.mainMenuRight {
  background-color: #4A9076;
  border-top: 1px Solid White;
  border-bottom: 1px Solid White;
}

.main3ColumnLeft {
  width: 201px;
  background-color: #C9D9D3;
  border-right: 1px Solid White;
  padding: 4px;
  vertical-align: top;
}

.main3ColumnMiddle {
  width: 282px;
  background-color: #C9D9D3;
  border-left: 1px Solid White;
  border-right: 1px Solid White;
  padding: 4px;
  vertical-align: top;
}

.main3ColumnRight {
  width: 239px;
  background-color: #C9D9D3;
  border-left: 1px Solid White;
  padding: 4px;
  vertical-align: top;
}

.main2ColumnLeft {
  width: 201px;
  background-color: #C9D9D3;
  border-right: 1px Solid White;
  padding: 4px;
  vertical-align: top;
}

.main2ColumnRight {
  width: 531px;
  background-color: #C9D9D3;
  border-left: 1px Solid White;
  padding: 4px;
  vertical-align: top;
}

.title {
  width: auto;
  background-color: #4A9076;
  border: 1px Solid White;
}

.image {
  border: 1px Solid White;
}

.contents {
  background-color: #E4F0EB;
  padding: 8px;
}

.text,
.textBold,
.textError {
  font: 12px Arial, Helvetica, sans-serif;
  color: Black;
  line-height: 16px;
  margin-bottom: 8px;
}

.textBold,
.textError {
  color: #4A9076;
  font-weight: bold;
}

.textError {
  color: Red;
}

.textTitle {
  font: 24px "Arial Black", Arial, Helvetica, sans-serif;;
    letter-spacing: -1px;
  color: #376C59;
}

.textSubTitle {
  font: bold italic 20px Arial, Helvetica, sans-serif;;
    letter-spacing: -1px;
  color: #2D644F;
}

.textSubSubTitle {
  font: bold 16px Arial, Helvetica, sans-serif;;
  color: black;
}

.textTree {
  font: 12px Arial, Helvetica, sans-serif;
  color: #FF8C00;
  margin-bottom: 4px;
  font-weight: bold;
}

.textTree a {
  color: #4A9076;
  text-decoration: none;
}

ul {
  padding: 0px;
  margin-left: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
}

a,
a:link,
a:visited,
a:active {
  color: #376C59;
}

a:hover {
  color: #FF8C00;
}

.divider {
  background-color: #C9D9D3;
  height: 4px;
  overflow: hidden;
}

hr {
  color: White;
  background-color: White;
  height: 2px;
  border: none;
}

input.normal,
textarea.normal,
input.upload,
input.button,
select.normal {
  font: 12px Arial, Helvetica, sans-serif;
}

input.normal,
input.upload,
textarea.normal {
  border: 1px inset;
  padding-left: 2px;
}

input.button {
  border: 1px outset;
  width: 60px;
  cursor: pointer;
}

textarea.normal {
  height: 87px;
}

table.inputForm {
  width: 100%;
}

table.inputForm td {
  padding-right: 4px;
  padding-bottom: 4px;
}

.textFooter {
  font: 8px Verdana, Arial, Helvetica, sans-serif;
  color: #609C85;
  padding: 4px;
}

.textFooter a {
  color: #609C85;
  text-decoration: none;
}
