/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-image: url(../images/bg2.gif);
  background-position: center top;
  background-repeat: repeat;
  font-family: 'Arial', sans-serif;
}

div#container {
  width: 890px;
  position: absolute;
  margin-left: -445px;
  left: 50%;
}

div#left {
  width: 740px;
  float: left;
}

div#right {
  width: 136px;
  float: right;
}

div#obsahright {
  width: auto;
  text-align: right;
  padding: 30px 5px 30px 15px;
  background-color: #767676;
}

div#obsahleft {
  width: auto;
  text-align: left;
  padding: 24px 0 24px 0;
  background-color: #767676;
}

div#rightfoot {
  width: 136px;
  height: 70px;
  background-image: url(../images/rightfoot.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div#leftfoot {
  width: 740px;
  height: 70px;
  background-image: url(../images/leftfoot.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div#righttop {
  width: 136px;
  height: 119px;
  background-image: url(../images/righttop.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div#lefttop {
  width: 740px;
  height: 306px;
  background-image: url(../images/top.gif);
  background-position: center top;
  background-repeat: no-repeat;
}

div#obsahtext {
  width: 594px;
  float: left;
  background-color: #DF1623;
}

div#menu {
  width: 140px;
  float: left;
  text-align: right;
  text-transform: uppercase;
}

div#menu a {
  font-size: 12pt;
  font-weight: bold;
  color: #ffffff;
  padding: 0 5px 0 0;
  display: block;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
}

div#menu ul {
  margin: 0;
  list-style-type: none;
  padding: 20px 0 0 0;
}

div#menu ul li {
  padding: 5px 0 5px 0;
}

.bord {
  border: 1px #2C2A3A solid;
}

form.obj {
  margin: 10px 0 0 0;
}

input.sendik {
  border: 1px #ffffff solid; background-color: #2C2A3A; color: white;
}

form.obj input {
  border: 1px #2C2A3A solid;
}

form.obj textarea {
  border: 1px #2C2A3A solid;
}

div#text {
  width: auto;
  min-height: 300px;
  _height: 300px;
  font-size: 11pt;
  padding: 30px;
  color: #2C2A3A;
  font-weight: bold;
  line-height: 1.4em;
}

div#text a {
  color: yellow;
}

div.nadpisright {
  color: yellow;
  padding: 5px 0 5px 5px;
  text-align: right;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}

div.nadpisleft {
  color: yellow;
  position: absolute;
  padding: 10px;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 11pt;
  font-weight: bold;
}

div#obsahright p {
  margin: 0;
  padding: 5px 0 5px 0;
  color: white;
}

div#text a:hover {
  text-decoration: none;
  color: white;
}

div#text p {
  margin: 0;
  padding: 5px 0 5px 0;
}

div#menu a:hover {
  color: white;
  background-color: #DF1623;
}

div#copy {
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 8pt;
  color: #f5f5f5;
}

div#slogan {
  width: 570px;
  text-transform: uppercase;
  color: white;
  font-size: 9pt;
  text-align: justify;
  position: absolute;
  line-height: 1.4em;
  margin: 238px 0 0 10px;
  font-weight: bold;
}

div#copy a {
  color: white;
}

div#copy a:hover {
  text-decoration: none;
}

.clear { clear: both; font-size: 0; margin: 0; padding: 0; height: 0; }

