@charset "utf-8";
/* CSS Document */
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#containerHeader {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container {
	width: 980px;  /* 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; /* this overrides the text-align: center on the body element. */
} 
#header {
	height: 156px;
	background-image: url(../slike/glava.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.vrtnoBody #header {
	background-image: url(../slike/glava-vrtno.gif);	
} 
.ponarociluBody #header {
	background-image: url(../slike/glava-po-narocilu.gif);	
}
.vojskaBody #header {
	background-image: url(../slike/glava-vojska.gif);	
}
.velikiBody #header {
	background-image: url(../slike/glava-veliki.gif);	
}
.zaveseBody #header {
	background-image: url(../slike/glava-zavese.gif);	
}
body.zaveseBody {
	background-image: url(/slike/glava-ozadje-zavese.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



#headerLink {
	width: 435px;
	padding-top: 40px;
	padding-left: 22px;
	height: 70px;
}
#headerLink a {
	display: block;
	width: 435px;
	height: 70px;
}
#navigationContainer {
	text-align: left;
	height: 34px;
	background-color: #FFFFFF;
	background-image: url(../slike/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
} 

#navigation {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
} 

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	font-weight: normal;
}

#navigation li a:hover {
	background-color: #999;
	color: #000;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#sidebar1 h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF7800;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#sidebar1 p{
	font-size: 11px;
	text-align: center;
}
#sideMenuTop {
	background-image: url(../slike/sidemenu-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
#sideMenuBtm {
	background-image: url(../slike/sidemenu-btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}


#sideMenu {
	width: 188px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-right: 15px;
	padding-left: 15px;
}
#sideMenu ul{
	margin: 0;
	padding: 0;
}
#sideMenu ul li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
}
#sideMenu ul li.lastMenuItm {
	border:none;	
}
#sideMenu ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	color: #000;
}
#sideMenu ul li a:hover{
	color: #FF7800;
}
#sideKontakt {
	border: 1px solid #CCC;
	margin-top: 50px;
}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#mainContent a{
	color: #999;
	text-decoration: none;
	
} 
#mainContent a:hover{
	color: #FFB97C;
	text-decoration: underline;
	
} 
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF7800;
	margin-top: 0px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #888;
}
table.tabelaMala {
	width: 300px;
}
table.tabelaMala td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 3px;
	font-size: 85%;
}
table.tabelaVelika td {
	padding: 5px;
	font-size: 85%;
}
table.tabelaVelika tr.prva {
	padding: 3px;
	background-color: #EEE;
}
#mainContent img {
	border: 1px solid #CCC;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
.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:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.kvadPrva a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.kvadPrva img {
	padding: 3px;
	border: 1px solid #CCC;
}
.tekstPrva a:hover {
	text-decoration: underline;
	color: #FF7800;	
}
#ovitekPrva {
	width: 550px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
.kvadPrva {
	margin: 5px;
	padding: 5px;
	width: 250px;
	border: 1px solid #CCC;
	float: left;
	
}
#container #mainContent img.zaveseSlika {
	margin-right: 20px;
}
.zaveseSideTxt {
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
.staraCena {
	color: #FF7800;
	text-decoration: line-through;
}

.pdf_link {
	background-image: url(../slike/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

