
div {
  font-size: 80%;
  background-color: #A5A6A0;
}

div#main {
  margin: 0;
  position: absolute;
  margin-top: 10px;
}

div#magdatop,div#ondrejtop,div#magda,div#ondrej {
  float: left;
}

div#magdatop, div#ondrejtop {
  font: 400% 'SpecialEliteRegular', Arial, sans-serif;
}

div#magdatop {
  background-color: #ECEEE5;
  color: #829044;
  width: 773px;
  text-align: right;
  padding-right: 5px;
  margin-left: 20px;
  height: 65px;
  padding-top: 5px;
  border-top-left-radius: 10px; 
  -moz-border-radius-topleft: 10px;
}

div#ondrejtop {
  background-color: #829044;
  color: #DBDDD2;
  width: 178px;
  padding-left: 5px;
  margin-right: 20px;
  height: 55px;
  padding-top: 15px;
  border-top-right-radius: 10px; 
  -moz-border-radius-topright: 10px;
}

div#magda,div#ondrej {
  cursor: pointer; 
  _cursor: hand;
  min-height: 500px;
  padding: 10px;
  padding-top: 0px;
}

div#magda:hover,div#ondrej:hover {
}

div#magda, div#magda div {
  background-color: #829044;
  color: #DBDDD2;
  margin-left: 20px;
  border-bottom-left-radius: 10px; 
  -moz-border-radius-bottomleft: 10px;
}

div#ondrej, div#ondrej div{
  background-color: #ECEEE5;
  color: #829044;
  margin-right: 20px;
  border-bottom-right-radius: 10px; 
  -moz-border-radius-bottomright: 10px;
}

div#ondrej a {
  color: #829044;
  text-decoration: underline;
}

div#ondrej a:hover {
  color: #000;
}

div#magda a {
  color: #DBDDD2;
  text-decoration: underline;
}

div#magda a:hover {
  color: #000;
}


div.large {
  font-size: 100%;
}

div.small, div.small li {
  font-size: 50%;
  overflow: hidden;
  color: #999999;
}

div.small * {
  color: #999999;
  border-color: #999999;
}

div.small a, div.small a:visited {
  color: #999999;
  background-color: transparent;
}

div.small img {
  display: none;
}

div.small div.floater {
  display: none;
}

div#footer {
  clear: both;
  font-size: 75%;
  color: #ECEEE5;
  margin-left: 20px;
}

div#footer a:visited {
  color: #000;
}

#mtabs.mtabs, #otabs.otabs {
  margin-top: 10px;
  padding: 0px;
  border: none;
}

#mtabs.mtabs {
  margin-left: 0px;
}

#otabs.otabs {
  margin-right: 0px;
}

#otabs li {
  padding-bottom: 1px;
}

#otabs img {
}

#magda .ui-tabs .ui-tabs-nav {
  background-color: #829044;
  padding-top: 0.4em;
  padding-left: 0.5em;
  border-left: 1px solid #ECEEE5;
  border-right: 1px solid #ECEEE5;
  border-bottom: 0.5em solid #ECEEE5;
}

#magda .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background-color: #ECEEE5;
}

#ondrej .ui-tabs .ui-tabs-nav {
  background-color: #ECEEE5;
  padding-top: 0.4em;
  padding-left: 0.5em;
  border-left: 1px solid #829044;
  border-right: 1px solid #829044;
  border-bottom: 0.5em solid #829044;
}

#ondrej .ui-tabs-nav a {
  color: #000;
  text-decoration: none;
}

#ondrej .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background-color: #829044;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; }

