@charset "utf-8";
/* CSS Document */
html, body {height: 100%;}

html {
	margin:0;
	padding:0;
}

* {
	padding: 0px;
	margin: 0px;
}

div>p {margin:0}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 2em;
	color: #d72c24;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	color: #d72c24;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	color: #d72c24;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

ul {
	list-style-type: none;
	text-indent: 0px;
}

a {
	color: #cc0000;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #ff0000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #171717;
	background-color: #000000;
	background-image:url('../img/core/bck.jpg');
  background-repeat: repeat-x;
}
#wrapper {
  width: 900px;
	/*border: 1px solid #FF0000;*/
	margin: auto;
	padding: 6px;
	text-align: left;
	background-color: #FFFFFF;
	background-image:url('../img/core/wrapper_back.jpg');
  background-repeat: repeat-x;
}
#header {
	width: 900px;
}

#nav {
  width: 900px;
  height: 30px;
  padding-top: 6px;
  background-image:url('../img/core/bck_nav.jpg');
  background-repeat: repeat-x;
  text-align: center;
}
#nav ul{
  list-style: none;
  vertical-align: middle;
}
#nav ul li{
  display: inline;
}
#nav ul li img{
 vertical-align: top;
} 
#nav a{
  font-weight:bold;
  font-size:18px;
  color:#FFFFFF;
  text-decoration:none;
}
#nav ul li a:hover{
  text-decoration: none;
	color:#d72c24; 
}
#zastave {
	text-align:right;
	vertical-align: top;
	margin-top:-23px;
  /*height: 500px;*/
}
#left_col {
	float:left;
  /*height: 500px;*/
	width: 230px;
	background-color: #e7e7e8;
	margin-bottom: 6px;
	padding: 6px;
	text-align: left;
}
#top_col {
  /*height: 200px;*/
  margin-left: 248px;
  /*width: 640px;*/
  background-color: #e7e7e8;
	margin-bottom: 6px;
	padding: 6px;
	text-align: justify;
}
#center_col {
  margin-left: 248px;
  width: 392px;
  background-color: #e7e7e8;
	margin-bottom: 6px;
	padding: 6px;
	text-align: left;
}
#right_col {
  float:right;
  width: 230px;
  background-color: #e7e7e8;
	margin-bottom: 6px;
	padding: 6px;
}
#footer {
  clear: both;
  padding-left: 6px;
	width: 894px;
	height: 20px;
	color: #FFFFFF;
	background-color: red;
}
.ms {
  float: right;
  padding-right: 6px;
}
.ms a{
  text-decoration: none;
  color: #FFFFFF;
}
.ms a:hover{
  text-decoration: underline;
  color: #FFFFFF;
}
.HItext {
  color: #d72c24;
  font-weight: bold;
}