body
{
	background-color: #00008B;
	background-image: url(poz.jpg);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-left: 12px solid #666666;
	border-right: 12px solid #666666;
}

#nav
{
	text-align: center;
	width: 680px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: Black;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	position: fixed;
	top: 0px;
	margin-left: -340px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #0060BF;
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#hero
{
	padding-left: 0px;
	/*padding-top: 25px;*/
	margin: 0px;
	border-bottom: 0px solid white; /*width: 680px;
	height: 230px;*/
	background-color: Aqua;
	background-image: url(kredo_flash.gif);
	margin-top: 25px;
}
#body
{
	padding-top: 1px;
	background-color: white;
	position: relative; /*solid #eeeeee*/
/*border-right: 200px;*/
	background-image: url(pozadicoment.jpg);
	background-repeat: repeat-y;
	width: 680px;
}
#sidebar
{
	width: 181px;
	position: absolute; /*right: -200px;
	/*_right: 0px;*/
	top: 4px;
	padding: 10px;
	background-color: #F5F5F5;
	font-size: 12px;
	left: 477px;
	border-left: 1px groove #666666;
	border-bottom: 1px groove #666666;
	border-top: 1px groove #858585;
}
#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 1px;
	margin-top: 16px;
	clear: both;
	background-color: Blue;
	background-image: url(pozh3.gif);
	background: url(pozh3.gif) repeat-x;
	color: Maroon;
}
#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}
#sidebar p
{
	margin-bottom: 0px;
}
#sidebar a
{
	/*display: block;*/
	padding-left: 4px;
	padding-right: 20px;
	line-height: 0px;
	color: blue;
	text-decoration: none;
	
}

#sidebar a:hover
{
	/*display: block;*/
	padding-left: 0px;
	padding-right: 30px;
	color: #8B0000;
	text-decoration: none;
	font-weight: bold; 
	background-color: #FFD6D0;
	width: 170px;
}

#content
{
	border-right: 1px solid Gray;
	border-left: 2px solid #b0b0b0;
	color: #333333;
	padding-left: 15px;
	padding-right: 225px;
}

#content h1
{
	font-size: 12px; /* 18px is the default minimum font size for which anti-aliasing will occur. */
	color: Gray;
	margin: 0px;
	/*border-bottom: 1px solid #0002CA;*/
	padding-top: 4px;
	background-image: url(pozadih2.jpg);
	background-repeat: repeat-x;
}
#content h2
{
	font-size: 18px; /* 18px is the default minimum font size for which anti-aliasing will occur. */
	color: Maroon;
	margin: 0px;
	border-bottom: 1px solid #0002CA;
	padding-top: 6px;
	background-image: url(pozadih2.jpg);
	background-repeat: repeat-x;
}

#content p
{
	text-align: justify;
	text-indent: 0em;
	line-height: 1.3em;
}
#content a
{
	color: #505050;
	font-weight: bold;
}
#content a:hover
{
	color: Red;
}
a
{
	color: #666666;
}
#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	background-color: Silver;
	color: #708090;
	background-image: url(uf1.gif);
}
#footer a
{
	color: #708090;
}