body {
  background: gray;
  text-align : center;
  margin : 0px;
  padding : 0px;
  background: #005186;
  background-image: url(images/bg_body.png);
  background-repeat: repeat-x;
  font-family: Arial;
  color: #206da0;
  font-size: 12px;
}
td {background:none;}
#global {
  background: transparent;
  width:782px;
  text-align : left;
  margin : 0px auto;
}

#global_wide {
  background: transparent;
  width:981px;
  text-align : left;
  margin : 0px auto;
}

#header {
	background: url(images/bg_header.jpg);
	height : 164px;
}
#header_wide {
	background: url(images/bg_header_wide.jpg);
	height : 173px;
}
#outer_wrapper {
	background: transparent; /* #fff ; */
}
#wrapper {
	width: 100%;
	background: url(images/bg_content.jpg); 
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
	padding: 0px;
}

#wrapper_wide {
	width: 100%;
	background: url(images/bg_content_wide.jpg); 
	background-repeat: repeat-y;
	background-position: center;
	margin-bottom: 0px;
	padding: 0px;
}

#container {
	width: 100%;
	float: left;
	margin-right: -0px;
	margin-bottom: 0px;
}
#container_wide {
	width: 100%;
	float: left;
	margin-right: -215px;
	margin-bottom: 0px;
}
#content {
	margin-right: 5px;
}
#content_wide {
	margin-right: 220px;
}
#main_inner {
	margin-left: 207px;
}
#main_inner_wide {
	margin-left: 240px;
}
#left_inner {
	width: 200px;
	float: left;
}
#left_inner_wide {
	width: 230px;
	float: left;
}
#right_inner {
	width: 210px;
	float: right;
}

#footer {
	background: url(images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
	color: white;
	width: 782px;
	height: 85px;
	text-align: center;
	font-size: 12px;
}

#footer p{
  margin-top: 30px;
}

#footer a{
  color: white;
  text-decoration: none;
}

#footer_wide {
	background: url(images/bg_footer_wide.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
	color: white;
	width: 981px;
	height: 85px;
	text-align: center;
	font-size: 12px;
}

#footer_wide p{
  margin-top: 30px;
}

#footer_wide a{
  color: white;
  text-decoration: none;
}

h1 {
	margin-top: 0;
	font-family: Arial;
	font-size: 20px;
	font-weight: lighter;
	border-bottom: 1px solid #e7e8e6;
	color: #79ac36;
	width: 98%;
}

h2{
  color: #206da0;
  font-family: Arial;
  font-size: 18px;
  font-weight: lighter;
  margin-bottom: 0px;
}
.last {
	margin-bottom: 0;
}

img{
  border: 0px;
}

p{
  margin: 1px 0px;
}


/* POSEBNO */

#header_main{
  height : 120px;
  width : 782px;
}

#header_main_wide{
  height : 120px;
  width : 981px;
}

#topmenu{
  width : 782px;
  height : 43px;
}

#topmenu_wide{
  width : 981px;
  height : 43px;
}
#topmenu ul{
  list-style-type: none;
  margin: 8px 90px;
  /*float: right;*/
  padding: 0px;
}

#topmenu_wide ul{
  list-style-type: none;
  margin: 8px 110px;
  /*float: right;*/
  padding: 0px;
}

#topmenu ul li{
  float: left;
  display: block;
}

#topmenu_wide ul li{
  float: left;
  display: block;
}

#topmenu ul li a{
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 15px;
  padding: 10px;
  font-weight: bold;
}

#topmenu_wide ul li a{
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
  margin: 10px 30px;
  padding: 10px;
  font-weight: bold;
}

#topmenu ul li a:hover{
  color: #00416f;
  text-decoration: none;
  margin: 10px 15px;
  padding: 10px;
}

#topmenu_wide ul li a:hover{
  color: #00416f;
  text-decoration: none;
  margin: 10px 30px;
  padding: 10px;
}

.column_left{
  width : 190px;
  float : left;
  margin-left: 25px;
  margin-bottom : 5px;
}

.column_left_2{
  width : 190px;
  float : left;
  margin-left: 20px;
  margin-bottom : 5px;
}

.column_right{
  width : 185px;
  float : left;
  margin-left: 3px;
  margin-bottom : 5px;
}

#logout{
  background: url(images/bg_logout.jpg) no-repeat;
  width: 195px;
  height: 28px;
  float: left;
  margin: 5px 0px 0px 23px;
  color: white;
  padding: 7px;
  font-size: 12px;
}

#index_flash{
  width: 97%; 
  height: 326px;
}

.green_heading_link{
  color: #79ac36; 
  font-size: 12px; 
  margin: 5px 10px -25px 0px; 
  float: right;
}.blue_heading_link{  color: #0000FF;   font-size: 12px;   margin: 5px 10px -25px 0px;   float: right;}#appRow tr:hover {color: green;} 