div.content {
	border: 1px solid #FFCC00;
	clear: left;
	padding: 5px;
	width: 800px;
	background-color: #f8f9e1;
	height: 350px;
	margin-left: 0px;
}

div.content.inactive {
	display: none;
}

ol#toc {
	height: 2em;
	list-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ol#toc a {
	color: #999900;
	display: block;
	float: left;
	height: 2em;
	padding-left: 10px;
	text-decoration: none;
	background-color: #FAF7AA;
	margin-left: 0px;
}

ol#toc a:hover {
    background-color: #FFCC00;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc li a.active {
    background-color: #FFCC66;
    background-position: 0 -60px;
    color: #996633;
    font-weight: bold;
}

ol#toc li a.active span {
	background-position: 100% -60px;
	background-color: #FFCC66;
}

ol#toc span {
	display: block;
	line-height: 2em;
	padding-right: 10px;
}
#okvir #ram1 {
	height: auto;
	width: 840px;
	float: left;
	margin-top: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FAF7AA;
}
.naslov {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #B96F00;
	position: static;
	bottom: 0px;
	top: 0px;
}

