/* CSS Document */
* {
    box-sizing: border-box;
}
body {
    background: url(rz_ozadje.jpg) no-repeat bottom left fixed;
	background-size: cover;
	font: Verdana, Geneva, sans-serif;
}
ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

#zgmenu{
	position: relative;
	top: 0;
	text-align: right;
	margin: 0;
	padding: 0;	
}
#zgmenu li {
	display: inline;
	
}
#zgmenu a:link, a:visited {
	text-decoration: none;
	border-radius: 1px 1px 10px 10px;
	margin: 2px;
	padding: 20px;
	width: 100px;
	height: 50px;
	color: #333;
	background: rgba(212, 231, 247, 0.7);
	
}
#zgmenu a:hover, a:active {
    background: rgba(212, 231, 247, 0.9);	
}
#zgmenu img {
    margin-bottom: 0px;	
}
#naslov {
    position: relative;
	padding-top: 30px;	
}
#naslov img {
    margin-bottom: -7px;
	margin-left: 5px; 	
}
#naslov a {
    color: #FFF;
	text-decoration: none;	
}
#vsebina {
    position: relative;
	margin-right: 20px;           
}

h1 {
	font: 20px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
	padding: 20px;
}
h2 {
    font: 16px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
    font-weight: 600;
}
#vsebina p {
	font: 14px Verdana, Geneva, sans-serif;	
}
#vsebina a:link, a:visited {
	text-decoration: none;
	border-radius: 10px;
	border: 1px dashed #FFF;
	padding: 10px;
	margin: 10px;
	color: #333;
	background: rgba(212, 231, 247,0.6);
	display:block;
}
#vsebina a:hover, a:active {
    background: #ffc6b3;
}
#vsebina a:link {
    width: 100%;
}
#poglavje {
    position: relative;
	margin-right: 20px;
	border-radius: 20px;
	border: 1px dashed #FFF;
	padding: 10px;
	margin: 10px;
	background: rgba(212,231,247,0.7);
	font-family: Verdana, Geneva, sans-serif;    	
}
#poglavje h2 {
    color: #333;    	
}
#poglavje h3 {
    font: 16px 500 Verdana, Geneva, sans-serif;
	color:#333;
	padding: 20px 0 10px 10px;
}
#poglavje p {
    padding-left: 10px;	
}
#poglavje ul {
    padding: 0 0 10px 20px;	
}
#poglavje li {
	list-style: square;	
}
.new {
    color: #e63900;
}
.katalog li {
    display: inline-block;
    color: #FF8C66;
}
.katalog a:link, a:visited {
    text-decoration: none;
	border-radius: 10px;
	border: 1px dashed #FFF;
	padding: 10px;
	margin: 10px;
	color: #333;
	background: rgba(234,244,251,0.7);
	display: block;	
}
.katalog a:hover, a:active {
    background: #ffc6b3;	
}
#poglavje img {
    height: 150px;
}
#poglavje a:link img {
    opacity: 0.7;
	margin: 10px 10px 1px 10px;
	border: #FFF dashed thin;		
}
#poglavje a:hover img {
	opacity: 1;
}
.desc {
    font-size:12px;
	margin: 0 10px 0 0;
	padding: 0 0 20px 0;		
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
#vsebina a:link {
    max-width: 300px;
	height: 130px;
	float: left;
}    
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
#vsebina a:link {
    max-width: 400px;
	float: left;
}
}