/* Hlavni prvky stranky */
body {
  color: #937049;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Verdana, sans-serif;
  text-align: center;
  background: #000000 url('../image/background_body_10.jpg') center top no-repeat;
}

.wrapper {
  width: 1000px;
  position: relative;
  margin: 0 auto 0 auto;
}

.document {
  width: 1000px;
  margin: 0;
  position: relative;
  text-align: left;
}

.header {
  width: 1000px;
  height: 100px;
  position: absolute;
  left: 0;
  top: -101px;
}

.header h1.title {
  float: left;
  width: 570px;
  height: 70px;
  margin: 15px 0 0 40px;
  font-size: 44px;
}

.header h1.title a {
  color: #000000;
}

.header h1.title img {
  width: 570px;
  height: 70px;
  border: none;
}

.header .logo {
  float: right;
  width: 300px;
  height: 130px;
  margin: 0 40px 0 0;
}

.header .logo img {
  width: 300px;
  height: 130px;
  border: none;
}

.header .language {
  position: absolute;
  left: 0;
  top: 20px;
  width: 340px;
  display: none;
}

.header .language img {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  padding: 0;
  border: none;
}

.main_menu {
  width: 1000px;
  height: 44px;
  position: absolute;
  left: 0;
  top: -13px;
}

ul.menu {
  margin: 0;
  padding: 0;
}

.menu li {
	float: left;
	height: 20px;
  margin: 5px 0 5px 0;
  padding: 0 26px 0 26px;
  list-style: none;
  text-align: center;
}

.menu li a, .menu li a:link, .menu li a:visited {
	color: #937049;
	font: bold 60px Arial, sans-serif;
	letter-spacing: 3px;
	text-decoration: none;
}

.menu li a:hover {
	color: #5C2F1B;
	text-decoration: underline;
}

.menu li li {
  margin: 0 0 0 -62px;
  padding: 4px 0 4px 20px;
  font-size: 16px;
  text-align: left; 
  border: none;
}

.menu ul {
  position: absolute;
  display: none;
  width: 170px;
  top: 32px;
  padding: 10px 0 10px 40px;
}

.menu li ul a {
  float: left;
  width: 141px;
  height: auto;
  padding-left: 10px;
}

.menu li ul ul {
  top: auto;
  left: 170px;
  margin: -4px 0 0 2px;
  padding-top: 0;
}

.menu li:hover ul ul, .menu li:hover ul ul ul, .menu li:hover ul ul ul ul {
  display: none;
}
.menu li:hover ul, .menu li li:hover ul, .menu li li li:hover ul, .menu li li li li:hover ul {
  display: block;
}

.content {
  margin: 110px 0 10px 0;
  padding: 70px 0 0 0;
  background: transparent url('../image/background_content.png') center top repeat-x;
}

.text {
  float: left;
  width: 710px;
  min-height: 490px;
  margin: 0 0 20px 20px;
}

.text_full {
  width: 960px;
  min-height: 490px;
  margin: 0 20px 20px 20px;
}

.right_column {
  float: right;
  width: 190px;
  margin: 50px 20px 0 0;
  padding: 0 20px 10px 20px;
  background-color: #000000;
}

.footer {
	color: #303030;
  width: 980px;
  padding: 0 10px 10px 10px;
  font-size: 0.8em;
}

.footer_left {
  float: left;
  width: 480px;
  text-align: left;
}

.footer_right {
  float: right;
  width: 480px;
  text-align: right;
}

.footer a, .footer a:link, .footer a:visited {
  color: #404040;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.cleaner {
  clear: both;
}