* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #004F9D;
	line-height: 19px;
	max-width: 920px;
	margin: 0 auto;

  background: url(../images/kamnik_jug1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
	color: #2e445c;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
article, aside, details, footer, header, menu, nav, section {
	display: block;
}
h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0 3px 0;
}

h2 {
	
	font-size: 16px;
	margin: 7px 0 3px 0;
}

h1 {
	
	font-size: 18px;
	margin: 7px 0 3px 0;
	text-transform: uppercase;
}

div.vec {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;;
	color: #004F9D;
	line-height: 17px;
}

.wrapper {
	margin: 0 auto;
}
.header {
	float: left;
	width: 100%;
	height: auto;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin: 0px 0 0 0;
	background-color: #e9f7fd;
	line-height: 0px;
}
.header img {
	width: 100%;
	height: auto;
}
.top_content_left {
	float: left;
	width: 60%;
	min-width: 200px;
	padding: 2px;
	line-height: 23px;
	color: #004499;
}
.top_content_right {
	text-align: right;
	text-transform: uppercase;
	float: right;
	min-width: 200px;
	padding: 3px;
	line-height: 23px;
	color: #004499;
}
.top_content_right a {
	color: #eee;
}
.content {
	
	float: left;
	width: 100%;
	border: 3px solid #FFFFFF;
	border-radius: 10px;
	margin: 5px 0 0 0;
	padding-bottom: 9px;
	background-color: #f4f9fb;
}

#social-icons img {
	padding: 0 6px 3px 0px;
}

.stolpec25 {
	float: left;
	line-height: 16px;
	width: 210px;
	min-width: 100px;
	
	height: auto !important;
	height: 600px;
	margin: 0 5px;
	padding: 2px 1px 0 9px;
}
.footer {
	color: #2e445c;
	clear: left;
	float: left;
	width: 100%;
	height: 45px;
	border: 2px solid #eeeeee;
	border-radius: 10px;
	margin: 5px 0 10px 0;
	padding-top:7px;
	background-color: #c5dae2;
}


.footer .rjava a {
	color: #900;
	text-decoration: none;
	cursor: pointer;
}

.odmik_spodaj {
	margin: 0 0 30px 0;
}

/* za vremenska php in padavine php */
#vseb_stran {
	padding: 4px 15px 9px 9px;
}
#vseb_stran a {
	color: #529800;
	text-decoration: none;
}
#vseb_stran a:hover {
	color: #F66;
	text-decoration: none;
}

#vseb_stran sup {
	display: none;
}


#vseb_stran_5do10 sup {
	display: inline !important;
}


#vseb_stran_5do10 h1 {
	display: none;
}


/* Lets make the Design Responsive */

@media (min-width: 960px) and (max-width: 1023px) {   /* CSS for browsers less than 1024px*/
body {
	max-width: 920px;
}
.container1 {
	width: 220px;
}

div.vec {
    font-size: 12px !important;
    
}
}
 @media (min-width: 768px) and (max-width: 959px) { /* CSS for browsers less than 960px*/
body {
	max-width: 720px;
}
.top_content_right {
	display: none;
}
.stolpec25 {
	width: 210px;
}
div.vec {
    font-size: 12px !important;
    
}
}
 @media (min-width: 600px) and (max-width: 767px) {   /* CSS for browsers less than 768px*/
body {
	max-width: 580px;
}
.top_content_right {
	display: none;
}
.header {
	width: 460px;
	border: 2px solid #cccccc;
	border-radius: 5px;
}
.content {
	width: 460px;
}
.stolpec25 {
	width: 210px;
}
div.vec {
    font-size: 12px !important;
    
}
}
 @media (min-width: 480px) and (max-width: 599px) {   /* CSS for browsers less than 600px*/
body {
	max-width: 460px;
	font-size: 16px !important;
	line-height: 24px;
}

.top_content_right {
	display: none;
}
.header {
	width: 450px;
	border: 2px solid #cccccc;
	border-radius: 5px;
}
.content {
	width: 450px;
	border: 3px solid #FFFFFF;
	border-radius: 5px;
}
.stolpec25 {
	width: 210px;
	margin: 5px 2px 5px 2px;
}
div.vec {
    font-size: 12px !important;
    
}
.footer {
	display: none;
}
}
 @media (max-width: 479px) {   /* CSS for browsers less than 480px*/
 
.ne-mobile {
	display: none;
}
 
body {
	max-width: 100%;
}
.top_content_right {
	display: none;
}

.top_content_left {
     padding: 2px 2px 2px 10px;
}

.header {
	width: 100%;
	border: 2px solid #cccccc;
	border-radius: 5px;
}
.content {
	width: 100%;
	border: 3px solid #FFFFFF;
	border-radius: 5px;
}
.stolpec25 {
	width: 100%;
	margin: 5px 2px 5px 2px;
	font-size: 18px !important;
	line-height: 24px !important;
}

div.vec {
    font-size: 12px !important;
    
}

.footer {
	display: none;
}

}






/* */
