a:link, a:visited {
	text-decoration: none;
  color: yellow;
}
a:hover, a:active {
	text-decoration: none;
  color: black;
  background-color: yellow;
}
a img, img {
	border: none;
  display: none!important;
}
h1, h2, h3 {
  color: yellow;
}
body {
  background-color: black;
  font-family: Arial;
  color: white;
  font-size: 14px;
}
#container {
  width: 1000px;
  margin: 16px auto 16px auto;
}
#header {
  height: 201px;
  border: 1px solid white;
}
#header_logo {
  float: left;
}
#languages {
  float: right;
  height: 27px;
  width: 781px;
  font-size: 12px;
  text-align: right;
  padding-top: 12px;
  padding-right: 10px;
  font-weight: bold;
}
#languages #datum_nevnap {
  display: inline-block;
  float: left;
  font-size: 11px;
  text-align: center;
  width: 590px;
}
#header_title {
  float: right;
  height: 109px;
  width: 1000px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-top: 7px;
}
#header_menu a {
  float: left;
  font-size: 16px;
  height: 29px;
  width: 193px;
  position: relative;
  margin: 0;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}
#header_menu a:active, #header_menu a:hover {
  color: black;
  background-color: yellow;
}

#center {
  border: 1px solid white;
  display: table;
  padding-bottom: 50px;
}
#left {
  float: left;
  width: 215px;
  padding: 17px 10px 0 10px;
}
#left a h1 {
  font-size: 16px;
  margin: 0;
  height: 23px;
  padding-top: 8px;
  text-transform: uppercase;
  width: 178px;
  position: relative;
  left: 22px;
}
#left a h1:hover, #left a h1:active {
  color: black;
  background-color: yellow;
}
#left .left_menu_doboz {
  margin-top: 19px;
}
#left .left_menu_doboz div {
  font-size: 14px;
  font-weight: bold;
  color: #f3f3f3;
  height: 23px;
  padding-top: 7px;
  padding-left: 10px;  
}
#left .left_menu_doboz h1 {
  text-transform: none;
  font-size: 16px;
}
#content {
  float: left;
  width: 511px;
  padding: 0 10px 0 10px;
  text-align: justify;
}
#right {
  float: left;
  width: 214px;
  padding: 17px 8px 0 10px;
}
#right #search #search_form #search_text {
  border: 1px solid white;
  height: 27px;
  left: 8px;
  position: relative;
  width: 197px;
  background-color: black;
  color: white;
}
#right #search #search_form #search_submit {
  background-color: black;
  border: medium none;
  color: yellow;
  font-size: 14px;
  font-weight: bold;
  left: 140px;
  margin: 5px 0 10px;
  padding: 0;
  position: relative;
}
#right #search #search_form #search_submit:hover, #right #search #search_form #search_submit:active {
  color: black;
  background-color: yellow;
}
#right #photobox {
  background-color: #000000;
  border-bottom: 1px solid #969696;
  border-top: 1px solid #969696;
  color: #F3F3F3;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 12px;
  padding-left: 10px;
}
#right .fb_image {
  left: 11px;
  position: relative;
  top: 20px;  
  margin-bottom: 15px;
}
#footer {
  border: 1px solid white;
  display: table;
}
#fotter_menu {
  height: 22px;
  padding: 8px 10px 0 0;
  text-align: right;
}
#copyright {
  height: 13px;
  padding: 2px 10px 0 0;  
  text-align: right;  
}
#copyright a {
  color: #f5f4f2;
}
#copyright a:hover, #copyright a:active {
  color: #404040;
}
.footer_static {  
  width: 379px;
  float: left;
  color: #fafaf9;
  font-size: 11px;
  padding: 32px 60px;
  text-align: justify;
}