/* CSS Document */
html {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
}
body {
  margin: 0;
  background-image: url(images/bg.jpg);
} 
img {
  border: 0;
}
#page {
  width: 960px;
  position: relative;
  padding: 0;
	margin-left: -480px;
	left: 50%;
	margin-top: -412px;
}
#top {
  background-image: url(images/main_top.png);
  background-position: bottom;
  font-size: 0;
  height: 131px;
}
#content {
}
.left {
  float: left;
}
.right {
  float: right;
}
#content .left {
  width: 347px;
  /*padding-top: 450px;*/
  background: url(images/oneworl.jpg) no-repeat left top;
}

#content .right {
  width: 613px;
  background-image: url(images/main_right.jpg);
  background-repeat: repeat-y;
}
#content .right .top_news {
  background: url(images/main_article.jpg) no-repeat top;
  height: 367px;
}
#content .right .top_article {
  background: url(images/main_article2.png) no-repeat top;
  /*height: 55px;*/
  display: table;
}

#content .right .bottom {
  background: url(images/main_right_foot.jpg) no-repeat;
  height: 35px;
  clear: both;
}
#foot {
  width: 100%;
  background-image: url(images/bg_foot.jpg);
  background-repeat: repeat-x;
  height: 114px;
  clear: both;
}

#foot_content {
  width: 900px;
  position: relative;
  padding: 0;
	margin-left: -450px;
	left: 50%;
  padding-top: 40px;
  color: black;
  line-height: 150%;
}
#foot_content a {
  color: black;
}
#foot_content .left {
  width: 600px;
}

#bg1 {
  width: 100%;
  background-image: url(images/top.png);
  background-repeat: repeat-x;
  height: 65px;
  position: absolute;
  top: 0;  
}
#lang {
  position: relative;
  left: 200px;
  top: 15px;
  width: 255px;
  color: white;
  text-align: right;
  margin-left: 50%;
}

#bg2 {
  width: 100%;
  background-image: url(images/bg_top.png);
  background-repeat: repeat-x;
  height: 367px;
}

#slideshow {
  width: 573px;
  height: 280px;
  padding: 20px;
}

.menu {
  padding-top: 15px;
  padding-left: 10px;
  color: white;
  margin-bottom: 10px;
}
.menu a, #lang a {
  color: white;
}

.menu .aktiv {
  color: #f0d7b4;
  text-decoration: none;
}

#ss_img_div {
  float: left;
  width: 345px;
}
#ss_img_div img {
  border: 5px white solid;
}
#ss_text {
  float: right;
  width: 200px;
  padding-right: 10px;
}

h1, h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px 0;
}

h1, h1 a {
  color: #912d91;
  margin-top: 0;
}
h2, h2 a {
  color: #aa5a2d;
}
#ss_text h1 {
  /*margin-bottom: 0;*/
}
.article {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  display: table;
  width: 553px;
  line-height: 150%;
}
.article_hr {
  background: url(images/hr.jpg) no-repeat center top;
  clear: both;
  height: 7px;
}
.left_top_news {
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  padding-top: 15px;
  padding-bottom: 50px;
}

.article_img {
  float: left;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #456f0f solid;
}

#content .left .strankovanie {
  padding-top: 20px;
  clear: both;
  font-size: 10px;
}

#content .right .strankovanie {
  background: url(images/hr.jpg) no-repeat center top;
  padding-top: 10px;
  clear: both;
  padding-left: 30px;
  font-size: 10px;
}

a {
  color: #912d91;
}
a:hover {
  text-decoration: none;
}
