@charset "utf-8";

body {
	font: 100%/1.1 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #fff;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color:#fff;
	text-decoration: inherit; 
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.gospodar {
	width: 95%;
	max-width: 1680px;
	min-width: 300px;
	background-color: #000;
	margin: 0 auto; }

.vsebina ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.glava {
	background-color: #000;
	padding-bottom:20px;
}
.zgornjimeni {
	display:none;
}

.stranskistolpec {
	border-left:solid 20px #639A00;
	float: left;
	width: 280px;
	background-color: #000;
	padding-left: -20px;
	float:left;
}

ul.menu {
	list-style: none; 
	border-top: 1px solid #000; 
	margin-bottom: 15px; 
}
ul.menu li {
	border-bottom: 1px solid #000; 
}
ul.menu a, ul.menu a:visited { 
	padding: 0px 0px 0px 0.8em;
	display: block; 
	text-decoration: underline;
	background-color: #000;
	color: #fff;
}
ul.menu a:hover, ul.menu a:active, ul.menu a:focus { 
	background-color: #111;
	color: #FFF;
}

/* ~~ NOGA ~~ */
.footer {
/*	padding: 10px 0;*/
	background-color: #000;
	position: relative;
	clear: both; 
	font-size:1em;
}

.footer img { 
	float:right;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media only screen and (min-width:100px) and (max-width:768px) {
.footer { font-size:40%;}
}

@media only screen and (min-width:769px) and (max-width:999px) {
.footer { font-size:60%;}
}

@media only screen and (max-width:1000px) {

.stranskistolpec { display:none; }
.vsebina {
	padding: 10px 0;
	width: 100%;
	float:left;
	border-left:solid 20px #639A00;
}

.vsebina_projekcija {
	padding: 10px 0;
	width: 99%;
	float:left;
}

.vsebina100 {
	padding: 10px 0;
	width: 99%;
	float:left;
	border-left:solid 20px #639A00;
}

.vsebina35 {
	padding: 10px 0;
	width: 99%;
	float:left;
	border-left:solid 20px #639A00;
}
.vsebina24 {
	padding: 10px 0;
	width: 99%;
	float:left;
	border-left:solid 20px #639A00;
}

.vsebina ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.vsebina100 ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.stranskistolpec2 { display:none;}
.stranskistolpec2a { display:none;}
.stranskistolpec250 {display:none;}
.stranskistolpec239 {display:none;}

.footer { font-size:80%;}

}

@media only screen and (min-width:1001px) and (max-width:1249px) {

.stranskistolpec { display:none; }
.vsebina {
	padding: 10px 0;
	width: 69%;
	float:left;
	border-left:solid 20px #639A00;
}

.vsebina h1 { font-size:1.5em;}

.vsebina_projekcija {
	padding: 10px 0;
	width: 70%;
	float:left;
}

.vsebina24 {
	padding: 10px 0;
	width: 46%;
	float:left;
	border-left:solid 20px #639A00;
}

.vsebina24 h1 { font-size:1.5em;}

.vsebina35 {
	padding: 10px 0;
	width: 57%;
	float:left;
	border-left:solid 20px #639A00;
}

.vsebina35 h1 { font-size:1.5em;}

.vsebina100 {
	padding: 10px 0;
	width: 96%;
	float:left;
	border-left:solid 20px #639A00;
}

.stranskistolpec2 {
	float:left !important;
	width: 26%;
	padding: 10px 0px;
}

.stranskistolpec2 img { width:100%;}

.stranskistolpec2a {
	float:left !important;
	width: 26%;
	padding: 10px 0px;
}

.stranskistolpec2a img { width:100px;}

.stranskistolpec250 {
	float:right !important;
	width: 50%;
	padding: 10px 0px;
}

.stranskistolpec250 img { width:100%;}

.stranskistolpec239 {
	float:right !important;
	width: 39%;
	padding: 10px 0px;
}

.stranskistolpec239 img { width:100%;}

.vsebina100 ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.vsebina ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
}


@media only screen and (min-width:1250px) {

.gospodar {
	max-width: 1680px;
	min-width: 1200px;
	background-color: #000;
	margin: 0 auto; }

.vsebina_projekcija {
	padding: 10px 0;
	width: 69%;
	float:left;
}

.vsebina {
	padding: 10px 0;
	width: 48%;
	float:left;
	text-height:10px;
}

.vsebina h1 { font-size:1.5em;}

.vsebina24 {
	padding: 10px 0;
	width: 24%;
	float:left;
}

.vsebina24 h1 { font-size:1.5em;}

.vsebina35 {
	padding: 10px 0;
	width: 35%;
	float:left;
}

.vsebina35 h1 { font-size:1.5em;}

.vsebina100 {
	padding: 10px 0;
	width: 74%;
	float:left;
}

.stranskistolpec2 {
	float:left !important;
	width: 26%;
	padding: 10px 0px;
}

.stranskistolpec2 img { width:100%;}

.stranskistolpec2a {
	float:left !important;
	width: 26%;
	padding: 10px 0px;
}

.stranskistolpec2a img { width:100px;}

.stranskistolpec250 {
	float:right !important;
	width: 50%;
	padding: 10px 0px;
}

.stranskistolpec250 img { width:100%;}

.stranskistolpec239 {
	float:right !important;
	width: 39%;
	padding: 10px 0px;
}

.stranskistolpec239 img { width:100%;}

.vsebina100 ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.vsebina ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

}