body {
  background: black;
  text-align : center;
  margin : 0px;
  padding : 0px;
  color: white;
  font-family: Tahoma;
  font-size: 12px;
}

a{
  color: white;
}

p{
  font-size: 15px;
  line-height: 160%;
  margin: 6px 0;
}

img{
  border: 0px;
  margin: 0px;
}
#global {
  background: transparent;
  width: 850px;
  text-align : left;
  margin : 0px auto;
}

#header {
	background: black;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	height : 375px;
}
#outer_wrapper {
	background: transparent; /* #fff ; */
}
#wrapper {
	width: 100%;
	background: black;
  background-image: url(images/bg_content.jpg);
  background-repeat: repeat-x;
	margin-bottom: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	float: left;
	margin-right: -15px;
	margin-bottom: 0px;
}
#content {
	margin-right: 20px;
}
#main_inner {
	margin-left: 260px;
}
#main_inner_wide {
	margin-left: 10px;
}
#left_inner {
	width: 250px;
	float: left;
}
#right_inner {
	width: 250px;
	float: right;
}
#footer {
	background: #2d260f; /* #d7dabd; */
	border: 1px solid #413818;
	color: white;
	height: 55px;
	margin-top: 10px;
}
h1 {
	margin-top: 0;
	color: #aaa;
	font-size: 18px;
	text-decoration: underline;
	font-style: italic;
}
.last {
	margin-bottom: 0;
}


/* POSEBNO */

#language_flags{
  height: 100px;
  text-align: right;
  padding: 0px 20px;
}

#language_flags a img {
  margin-top: 45px;
}

#flash_banner {
  width : 850px;
  float: left;
}



.box{
  width : 222px;
  padding: 10px;
  float : left;
  margin: 5px 0px 15px 5px;
  background: black;
  background-image: url(images/bg_box.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #2c260f;
}

.main_row_wide{
  width: 580px;
  float: left;
}

ul#left_menu{
  list-style-type: none;
  margin: 0px 0px 0px -5px;
  padding: 0px;
}

ul#left_menu li a{
  font-family: Myriad Pro, Arial;
  font-size: 16px;
  padding: 5px 0px 5px 5px;
  margin: 2px 1px;
  display: block;
  text-decoration: none;
  width: 225px;
}

ul#left_menu li a:hover{
  display: block;
  text-decoration: none;
  width: 225px;
  background: #2f2911;
  color: #fbf4ed; /*#f19546;*/
}

ul#left_menu li a.current{
  display: block;
  text-decoration: none;
  width: 225px;
  background: #2f2911;
  color: #f19546;
}

.image_box {
  width: 237px;
  margin: 5px 20px 15px 20px;
  background: black;
  background-image: url(images/bg_box.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #2c260f;
  text-align: center;
  float: left;
}

.image_box a{
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  font-family: Tahoma;
}

.image_box a.image_box_text{
  width: 237px;
  padding: 10px 0px;
  display: block;
}

#pics{
  margin: 10px;
  padding: 10px;
  background: black;
  background-image: url(images/bg_box.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  border: 1px solid #2c260f;
}

#activities_navigation{
  float: left;
  width: 99%;
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 7px 0px;
  border-bottom: 1px solid #2d260f;
  border-top: 1px solid #2d260f;
}
#activities_navigation a{
  display: block;
  font-weight: bold;
  float: left;
  background: #2d260f; /* #d7dabd; */
	border: 1px solid #413818;
  padding: 4px 8px;
  margin: 3px;
  text-decoration: none; 
}

#info_navigation{
  float: left;
  width: 99%;
  margin-bottom: 7px;
  margin-top: 7px;
  padding: 7px 0px;
  border-bottom: 1px solid #2d260f;
  border-top: 1px solid #2d260f;
}
#info_navigation a{
  display: block;
  font-weight: bold;
  float: left;
  background: #2d260f; /* #d7dabd; */
	border: 1px solid #413818;
  padding: 4px 28px;
  margin: 3px 8px;
  text-decoration: none; 
}

