@charset "utf-8";
body  {
behavior:url(csshover.htc); 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 20px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000000;
}
.home #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.home #header {
	height: 100px;
	margin: 0 0;
	padding: 0 0;

} 
.home #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
}
.home #mainContent {
	width: 600px;
	color: #000000;

} 
.home #content {
	margin: 0px 15px;
}

.home #meni {
	background-image: url(images/home/00-Osnutek---HOME_14.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
}

.home #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	margin-bottom: 0px;
}
.home #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 14px;
	color: #000000;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

.home #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
.home #mainContent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: orange;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin: 8px 0 8px 0;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
#navlist #kdo_smo {
	background-image: url(images/home/kdo_smo.jpg);
	background-repeat: no-repeat;
}
#navlist  #kdo_smo:hover  {
	background-image: url(images/home/kdo_smo_u.jpg);
	background-repeat: no-repeat;
}
#navlist #kaj_pocnemo {
	background-image: url(images/home/kaj_pocnemo.jpg);
	background-repeat: no-repeat;
}

#navlist #kaj_pocnemo:hover {
	background-image: url(images/home/kaj_pocnemo_u.jpg);
	background-repeat: no-repeat;
}

#navlist  #home {
	background-image: url(images/home/home.jpg);
	background-repeat: no-repeat;
}
#navlist #home:hover  {
	background-image: url(images/home/home_u.jpg);
	background-repeat: no-repeat;
}
#navlist #narocniki {
	background-image: url(images/home/narocniki.jpg);
	background-repeat: no-repeat;
}
#navlist #narocniki:hover {
	background-image: url(images/home/narocniki_u.jpg);
	background-repeat: no-repeat;
}

#navlist #nagrade {
	background-image: url(images/home/nagrade.jpg);
	background-repeat: no-repeat;
}
#navlist #nagrade:hover {
	background-image: url(images/home/nagrade_u.jpg);
	background-repeat: no-repeat;
}

#navlist #novice {
	background-image: url(images/home/novice.jpg);
	background-repeat: no-repeat;
}
#navlist #novice:hover {
	background-image: url(images/home/novice_u.jpg);
	background-repeat: no-repeat;
}

#navlist  #kontakti {
	background-image: url(images/home/kontakti.jpg);
	background-repeat: no-repeat;
}
#navlist #kontakti:hover {
	background-image: url(images/home/kontakti_u.jpg);
	background-repeat: no-repeat;
}

#navlist #publicis {
	background-image: url(images/home/publicis.jpg);
	background-repeat: no-repeat;
}
#navlist #publicis:hover {
	background-image: url(images/home/publicis_u.jpg);
	background-repeat: no-repeat;
}

#navlist #za_boljsi {
	background-image: url(images/home/za_boljsi_svet.jpg);
	background-repeat: no-repeat;
}
#navlist #za_boljsi:hover {
	background-image: url(images/home/za_boljsi_svet_u.jpg);
	background-repeat: no-repeat;
}
ul#navlist li
{
	display: block;
	height: 20px;
	margin-bottom: 3px;
	list-style: none;
	font-size: 10px;
	background-image: url(images/kdo_smo/button.jpg);
	width: 148px;
	text-transform:capitalize;
}
ul#navlist li a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	height: 10px;
	letter-spacing: -0.1em;
	font-weight: bold;
	width: 120px;
	padding-left: 23px;
	padding-top: 4px;
	padding-bottom: 5px;
}

#navcontainer>ul#navlist li a { width: auto;
text-transform: capitalize; }

ul#navlist li#active a
{
	color: #800000;
	height: 20px;
}

