body {
  background: white;
  text-align : center;
  margin : 0px;
  padding : 0px;
  border: 0px;
  font-family: Tahoma;
  font-size: 11px;
  color: #03055a;
}

#global {
  background: transparent;
  width: 996px;
  text-align : left;
  margin : 15px auto;
  margin-bottom: 2px;
}

#header {
	background: #d0d2d1;
	height : 261px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

#outer_wrapper {
	background-image: url(images/bg_content.jpg); /* #fff ; */
}
#wrapper {
	width: 100%;
	margin-bottom: 0px;
	padding: 0px;	
}

#container {
	width: 100%;
	float: left;
	margin-right: -5px;
	margin-bottom: 0px;
}
#content {
	margin-right: 10px;
}
#main_inner {
	margin-left: 320px;
}
#left_inner {
	width: 300px;
	float: left;
}
#right_inner {
	width: 200px;
	float: right;
}
#footer {
	background-image: url(images/bg_footer.jpg); /* #d7dabd; */
	background-repeat: no-repeat;
	height: 45px;
	padding: 18px 0px 0px 0px;
	text-align: right;
}
#footer a{
	text-decoration: underline;
	color: black;
}
h1 {
	margin: 4px 0px;
	font-family: Times New Roman;
	font-size: 34px;
	color: #070658;
	font-weight: lighter;
}
h2 {
	margin: 4px 0px;
	font-family: Times New Roman;
	font-size: 32px;
	color: #545095;
	font-weight: lighter;
}
p {
  margin: 5px 0px;
}
.last {
	margin-bottom: 0;
}


/* POSEBNO */

#header_main{
  height : 230px;
  width : 996px;
}

#topmenu{
  width : 986px;
  height : 31px;
  margin-left: 5px;
}

#topmenu ul{
  list-style-type: none;
  display: inline;
}

#topmenu ul li{
  list-style-type: none;
  display: inline;
  float: left;
}

#topmenu ul li a{
  text-decoration: none;
  padding: 1px 10px;
  color: #03055a;
  border-right: 1px solid #03055a;
  font-weight: bold;
}

#topmenu ul li a.last{
  text-decoration: none;
  padding: 1px 10px;
  color: #03055a;
  font-weight: bold;
  border: 0px;
}

#topmenu ul li a:hover{
  text-decoration: none;
  padding: 1px 10px;
  color: #03055a;
  background: #d0e1fe;
}

.blank{
  background: red; /* #d0d2d1;*/
  height: 10px;
  width: 996px;
}

#about_box{
  width: 243px;
  height: 400px;
  background-image: url(images/bg_aboutbox.jpg);
  background-repeat: no-repeat;
  margin: 25px 0px 20px 25px;
}

#about_box_content{
  margin: 0px 30px 0px 15px;
  padding-top: 55px;
  font-size: 9px;
  color: black;
}

#about_box_content img{
  float: right;
  margin-top: 5px;
  margin-left: 5px;
}
