body{
	
	font-size:16pt;
}
.menu img {
	width:50px;
	margin-left:5px;
}

ul.menu {
	/*position:fixed;
	top:0px;*/
	background-color:#FFF;
	margin-top:0px;
	list-style-type:none;
	display:inline;

	border-bottom:2px solid #990000;
width:100%;
	
}
ul.menu li {
	float:left;
}
ul.checklist {
	list-style-image: url(slike-quick/checklist1.gif);	
}
h2 {
	display:none;
	
}
h3 {
	font-weight:normal; 
}
h3.active {
	color:green;
	font-weight:bold;
}
a{
	color:black;	
}
li {
	margin-top:0.5em;
	
	
}

.good {
	font-weight:bold;
	color:green;
	/*font-style:italic;*/
}
.bad {
	font-weight:bold;
	color:red;
	/*font-style:italic;*/
}

.bitno {
	color:#990000;
	font-weight:bold;
}

hr {
	height:2px;color:#990000;background-color:#990000;border: none;
}
#content {
	margin-left:10px;
	margin-right:10px;
/*margin-top:90px;*/
}
#indexmenu img {
	height:18%;
}

#submenu{
	display:none;
	
}

#gloader {
	background-image:url('images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center; 
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
}