body{
	padding-top: 120px;
	background-image: url("home2.jpg");
	background-color: rgba(26, 30, 35, 0.75);
	background-size: cover;
	content: "";
	-webkit-background-attachment: fixed;
    background-attachment: fixed;
    color: #fff;

}
#container{
	width: 500px;
	margin:auto;
}

a:link, a:visited{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a:hover{
	color: orange;
	border-bottom-color: orange;
	text-shadow: 2px 2px black;
}

small{
	color: #999;
	font-style: italic;
}

p{
	line-height: 30px;
}

ol{
	line-height: 50px;
}

li{
	line-height: 50px;
}

input[type=text], input[type=password], textarea{
	-webkit-appearance: none;
	padding: 5px;
	border: 1px solid #ccc;
}

h3{
	color: white;
	font-style: italic;
	font-size: 35px;
	text-shadow: 2px 2px black;
}

.pomembno{
	color: red;
}
