body {
	text-align: left;
	background-color: #ffffff;
	margin: 0;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}

h1 {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

p.w {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

p.objava {	font-size: 20px; }

p.naslov { font-size: 16px; }

p.podnaslov { font-size: 14px; }

td.menu {
	background: url(../slike/navigacija/crta.png);
	background-repeat: no-repeat;
	background-position: top right;
}

a img {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link     { text-decoration: none; color: #0f0f0f; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
a:visited  { text-decoration: none; color: #0f0f0f; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
a:active   { text-decoration: none; color: #0f0f0f; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
a:hover    { text-decoration: none; color: #cc3300; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

a.redpn:link     { color: #CC3300; line-height: 14px; font-size: 14px; font-weight: bold; }
a.redpn:visited  { color: #CC0000; line-height: 14px; font-size: 14px; font-weight: bold; }
a.redpn:active   { color: #AA2200; line-height: 14px; font-size: 14px; font-weight: bold; }
a.redpn:hover    { color: #EE0000; line-height: 14px; font-size: 14px; font-weight: bold; font-style: italic; }

a.gray:link     { color: #909090; }
a.gray:visited  { color: #989898; }
a.gray:active   { color: #909090; }
a.gray:hover    { color: #888888; }

a.graypn:link     { color: #909090; font-size: 16px; font-weight: bold; }
a.graypn:visited  { color: #989898; font-size: 16px; font-weight: bold; }
a.graypn:active   { color: #909090; font-size: 16px; font-weight: bold; }
a.graypn:hover    { color: #888888; font-size: 16px; font-weight: bold; }

ul {
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
	text-align: justify;
}

/*content*/

div.block {
	margin-bottom: 20px;
	font-size: 12px;
}

div.floaty {
	float: left;
	width: 210px;
}

div.floaty h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div.first {
	width: 369px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #333;
}

div.last {
	/*float: right;*/
	/*clear: both;*/
	/*width: 100%;*/
}

ul#developers {
	font-size: 10px;
	color: #888;
	line-height: 1.3;
	list-style: none;
	margin-top: 10px;
}

#developers li {
	margin-bottom: 5px;
	font-size: 12px;
}

#footer {
	margin-top: 40px;
	border-top: 3px double #333;
	border-bottom: 3px double #333;
	font-size: 9px;
	color: #666;
	padding-top: 10px;
	height: 1%; /*crazy ie7...*/
	margin-bottom: 40px;
}

#footer a.copy {
	display: block;
	background: url(../images/mucca.gif) no-repeat bottom right;
	height: 43px;
	width: 54px;
	padding-left: 279px;
}

#footer a.copy:hover {
	background-position: top right;
}

#footer p {
	margin-top: -5px;
	text-align: center;
}

/*sidebar*/

#sidebar {
	/*position: fixed !important;*/
	position: relative;
	z-index: 1;
	width: 265px;
	left: -70px;
	top: -15px;
}

#sidebar ul {
	list-style: none;
}

#sidebar a, #sidebar h3.cat {
	width: 210px;
	display: block;
	padding: 3px 5px 3px 40px;
	margin: 5px 0;
	text-decoration: none;
}

#sidebar a {
	color: #666;
}

#sidebar a.big, #sidebar h3.cat {
	padding: 4px 5px 4px 40px;
	margin: 8px 0;
}

#sidebar h3 {
	font-size: 13px;
}

#sidebar h3.cat {
	color: #cbcbcb;
}

#sidebar a.big {
	color: #fff;
}

#sidebar a.forum {
	background-color: #faa892;
}

#sidebar a.docs {
	background-image: url(../images/tab_docs.gif);
	background-color: #92bdfa;
}

#sidebar a.download {
	background-image: url(../images/tab_download.gif);
	background-color: #9ce782;
}

#sidebar a.trac {
	background-image: url(../images/tab_trac.gif);
	background-color: #e78282;
}

/*NOVOSTI*/
#kontis {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #98bc48;
	cursor: pointer;
}

h3 a:link, h3 a:visited {
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}

h3 a:hover, h3 a:active {
	color: #222;
}
