body
{
  font-family: Verdana,Calibri,Helvetica,Arial,sans-serif;
  font-size:10px;
  line-height:1.2em;
  padding: 0px;
  margin: 0px;
  background-color: #FFE1B5;
  color: #FFFFFF;
}

form 
{
  display: inline;
}

#_global_cnt
{
  float: left;
  min-width: 100%;
  width: 100%;
  background-color: #FFF1D2;
}

#_global
{
  margin: 0 auto;
  min-width: 800px;
  width: 800px;
  background-color: #FFF1D2;
}

#_top_1
{
  float: left;
  min-height: 50px;
  min-width: 100%;
  width: 100%;
  background: transparent url("images/gradient_h_top.png") scroll;
  background-position: top center;
  background-repeat: repeat-x;
}

#_top_2
{
  float: left;
  min-height: 207px;
  min-width: 100%;
  width: 100%;
  background: transparent url("images/logo.png") scroll;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

#_tabs_cnt
{
  float: left;
  min-width: 100%;
  width: 100%;
  background: transparent url("images/grad_menu.png") scroll;
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}

#_tabs
{
  max-width: 800px;
  min-width: 800px;
  width: 800px;
  margin: 0 auto;
}

div.ui-menu-cnt
{
  float: left;
  min-width: 100%;
  width: 100%;
  min-height: 22px;
  background: url("images/grad_menu.png") scroll;
  background-position: top left;
  background-repeat: repeat-y;
}

div.ui-menu-cnt div
{
  float: left;
  width: auto;
}

div.ui-menu-item-cnt
{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
  text-transform: uppercase;
}

#link:link
{
  /*color: #FFFFFF;*/
  cursor:pointer;
}

div.ui-menu-item A:hover
{
  /*color: #FFFFFF;*/
  text-decoration: underline;
  cursor:pointer;
}

#_page_cnt
{
  float: left;
  min-height: 500px;
  min-width: 100%;
  width: 100%;
  background: transparent url("images/grad_page.png") scroll;
  background-position: bottom left;
  background-repeat: repeat-x;
  background-color: #939393;
}

#_page
{
  max-width: 800px;
  min-width: 800px;
  width: 800px;
  height: 500px;
  margin: 0 auto;
}

#_page_border
{
  float: left;
  min-height: 500px;
  min-width: 7px;
  width: 7px;
  background: transparent url("images/grad_page_border.png") scroll;
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

#_page_middle_cnt
{
  float: left;
  min-width: 786px;
  width: 786px;
  min-height: 500px;
  background-color: #FFFFFF;
  color: #000000;
}

#_page_middle
{
  float: left;
  margin-left: 22px;
  max-width: 740px;
  width: 740px;
}

#_bottom_cnt
{
  float: left;
  min-width: 100%;
  width: 100%;
  background-color: #FFE1B5;
}

#_bottom
{
  max-width: 800px;
  min-width: 800px;
  width: 800px;
  margin: 0 auto;
  color: #815A17;
}

#_bottom_content
{
  float: left;
  min-height: 50px;
  min-width: 800px;
  width: 800px;
  background: transparent url("images/grad_page_bottom.png") scroll;
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #FFFFFF;
  color: #000000;
}

#_page_title
{
  float: left;
  min-width: 100%;
  width: 100%;
  min-height: 30px;
  font-size: 30px;
  line-height: 30px;
  margin-top: 70px;
}

#_page_spliter
{
  float: left;
  min-height: 5px;
  max-height: 5px;
  min-width: 100%;
  width: 100%;
  background: transparent url("images/grad_page_title.png") scroll;
  background-position: top left;
  background-repeat: repeat-y;
  background-color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
}

#_page_content
{
  float: left;
  min-width: 100%;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

._serif_13
{
  font-size: 13px;
  line-height: 13px;
  font-family: Times;
}

#table_of_contents
{
  float: left;
  max-width: 50%;
  min-width: 50%;
  width: 50%;
}

#screenshot
{
  float: left;
  width: 50%;
}

/* Kontaktni podatki */
td.ui-table-col
{
  min-width: 180px;
}

div.ui-head
{
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
}

a.body-menu-item 
{
  float: left;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #224488;
  padding: 5px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 5px;
}
a.body-menu-item:hover
{
  background-color: #3366ff;
}

