/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}
body {
	font-size: 12px;
	background: #dfdfdf;
	color: #333;
}
img {
	border: 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #323232;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	float: left;
}

ul li
{
	margin-left: 20px;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
	height: 1%;
}

form p {
	margin: 0;
}
form ul.submits {
	list-style-type: none;
}
form ul.submits li {
	margin: 0;
}

div.green-line {
	clear: both;
	height: 5px;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #9fb7bf;
}



.line {
	background: #9a9a9a;
	padding: 4px;
	margin: 1em 0;
	color: #fff !important;
}
.line .line-content-left {
	float: left;
}
.line .line-content-left form {
	display: inline;
}
.line .line-content-left form select {
	width: 200px !important;
}
.line .line-content-right {
	float: right;
}
.line ul.paging {
	margin: 2px 0 0 0;
}
.line ul.paging li,
.line ul.paging li.title,
.line ul.paging li a {
	color: #fff;
}
.line ul.paging li {
	border-right: 1px solid #fff;
}
.line ul.paging li.first {
	border-left: 1px solid #fff;
}



#spletna-postaja {
	float: right; 
	text-align: right; 
	margin-right: 10px;
}
#spletna-postaja a {
	text-decoration: none;
	font-size: 90%;
	color: #2c6273;
}