body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #00477F; /* barva pisave */
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}

a {
	color: #FFF; 
	text-decoration: none;
}

a:hover {
  color: navy;
  text-decoration: underline;
}

a img {
 border: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS", "Courier New", Courier, monospace;
  margin: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 167%;
  margin-bottom: 10px;
}

h2 {
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 10px;
}

h3 {
  font-size: 125%;
  font-weight: normal;
  margin-bottom: 10px;
}

h4 {
  font-size: 117%;
  margin-bottom: 10px;
}

h5 {
  font-size: 100%;
  margin-bottom: 10px;
}

h6 {
  font-size: 100%;
  margin-top: 7px;
  margin-bottom: 5px;
}

dd {
  font-size: 11px;
  color: navy;
}

p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

ul.list-news {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.list-news li {
	font-family: "Trebuchet MS", "Courier New", Courier, monospace;
	background-color: #8DC3E9; /* barva desnega menija */
	border-bottom: 2px solid #F1F8E9;
	padding: 5px;
}


/*  CLEARFIX
################################################# */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */
