html {
	margin-bottom: 10px;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#header {
	width:820px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background:url(images/bg.gif) bottom repeat-x;
	padding: 15px;
}
#container {
	position:relative;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background: url("images/Abstract.jpg") no-repeat bottom right;
}
/* the workaround */
/* moz 1.4 requires something in the content field */
#container:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}
/*bez ovog dela u mozilli se ne prosiruje div container */

.spacer {
	width: 100%;
	height: 15px;
}
hr {
	border: 0px;
	color: #CCCCCC;
	background-color: #CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
p {
	padding-bottom: 10px;
}
h1 {
	font-size: 24px;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 300;
}
h2 {
	color: #000;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom: 10px;
}
h3 {
	color: #0066CC;
	font-size: 13px;
	font-weight: bold;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a.neutral {	color:#666666; text-decoration: none; }
a.neutral:hover { color:#999; text-decoration: none;}

.red {
	color: #CC0000;
}

#desni {
	float:right;
	width: 240px;
	margin: 5px 15px 5px 5px;
	color: black;
}
.naslovi {
	width: 220px;
	height: 30px;
	padding-top: 6px;
	text-indent: 50px;
	background-image:url(images/naslov.png);
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.podnaslovi {
	width: 250px;
	height: 30px;
	padding-top: 6px;
	text-indent: 50px;
	background-image:url(images/podnaslov.png);
	background-repeat:no-repeat;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

/* desna strana meni preko liste*/
ul#desnestavke {margin: 0; padding: 0;}
ul#desnestavke li {
	border-bottom: 1px dashed #d1d1d1;
	list-style: none;
}
ul#desnestavke li a {
	background: #FFFFFF url(img/bgnavigation.gif) repeat-x;	
	color: #cc0000;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
ul#desnestavke li a:hover {
	background: #F5F5F5;
	color: #cc0000;
	text-decoration: underline;
}
/* desna strana meni ali preko div-a*/
.desnimeni {
	width: 210px;
	height: 23px;
	border-bottom: 1px dashed #d1d1d1;
	padding-left: 15px;
	padding-top: 10px;
}

/* glavni prozor */
#glavni {
	float:left;
	width: 540px;
	margin: 5px 5px 5px 5px;
	padding: 15px;
	border-right: 1px solid silver;
}
#glavni ul { margin-left: 10px; padding-left: 10px;}
#glavni ul li {	list-style: inside; }

.post {
	position:static;
	width: 520px;
	padding-top: 6px;
	padding-left: 15px;
	vertical-align: top;
	border: 1px solid #E5E5E5;
	background: #F9F9F9;
}
table.compare {
	border-width: 1px 1px 1px 1px;
	border-color: #CCCCCC;
	border-collapse: collapse; /* umesto duple linije, samo jedna linija */
	border-style: none;
}
table.compare td {
	height: 35px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

textarea {
	font-family: "Trebuchet MS", Arial, Verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color:#333333;
}

#footer {
	clear: both;
	position:relative;
	width: 850px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.right {
	color: gray;
	float: right;
	background:url(images/pb.gif) no-repeat;
	font-size: 100%;
	margin-top: 5px;
	width: 250px;
}
.left {
	color:#999;
	float: left;
	font-size: 100%;
	margin-top: 5px;

}


/* otkrivanje DIV-a */
.commenthidden {display:none}
.commentshown {display:inline}
