html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*markup start*/
body{
	margin:0 auto;
	padding:0;
	text-align:center;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, Sans-serif;
	line-height:150%;
	background:url(/images/bg_body.jpg) top center repeat-y #242578;
}
a:link,a:visited,a:active{color: #48adfd;text-decoration: underline;}
a:hover{color: #48adfd;text-decoration: none;
}
#container{
	margin:0 auto;
	text-align:center;
	padding:0 0 10px 0;
	width:400px;
}
#container .header{
	margin:10px 0 5px 0;
	padding:0;
	text-align:center;
}
#zaslonka{
	float:left;
	width:200px; 
	height:138px; 
	margin:0 0 0 45px;
	padding:0;
	background:url(/images/zaslonka.jpg) top left no-repeat;
	display: inline;
}
#zaslonka dl dt{display:block;}
body#page-aktualno #zaslonka dl .aktualno{
	margin:0 0 0 83px;
	background:url(/images/zaslonka/zaslonka-aktualno.jpg) top right no-repeat;
	width:71px;
	height:79px;
}
body#page-ponudba #zaslonka dl .ponudba{
	margin:0 0 0 75px;
	background:url(/images/zaslonka/zaslonka-ponudba.jpg) top right no-repeat;
	width:125px;
	height:85px;
}
body#page-narocanje-fotografij #zaslonka dl .narocanje-fotografij{
	margin:28px 0 0 68px;
	background:url(/images/zaslonka/zaslonka-nar-fotografij.jpg) top right no-repeat;
	width:132px;
	height:71px;
}
body#page-kontakt #zaslonka dl .kontakt{
	margin:83px 0 0 59px;
	background:url(/images/zaslonka/zaslonka-kontakt.jpg) top right no-repeat;
	width:141px;
	height:55px;
}
/* menu part */
#menu{
	float:left;
	margin:4px 0 0 10px;
	padding:0;
	width:75px;
	text-align:left;
}
#menu ul li a{display:block;text-indent:-9999px;margin:6px 0;padding:4px 0;}
/*nav pics*/
li#ponudba a{background:url(/images/ponudba.jpg) top left no-repeat; height:12px;}
li#aktualno a{background:url(/images/aktualno.jpg) top left no-repeat; height:12px;}
li#kontakt a{background:url(/images/kontakt.jpg) top left no-repeat; height:12px;}
li#narocanje-fotografij a{background:url(/images/nar-fotografij.jpg) top left no-repeat; height:30px;}
/* menu hover */
li#ponudba a:link,
li#ponudba a:visited,
li#aktualno a:link,
li#aktualno a:visited,
li#kontakt a:link,
li#kontakt a:visited,
li#narocanje-fotografij a:link,
li#narocanje-fotografij a:visited{background-position:0px 0px;}
/* hover button */
li#ponudba a:hover,
li#ponudba a:focus,
li#aktualno a:hover,
li#aktualno a:focus,
li#kontakt a:hover,
li#kontakt a:focus,
li#narocanje-fotografij a:hover,
li#narocanje-fotografij a:focus{background-position:-75px 0px;}
/* active button */
body#page-ponudba #menu ul li#ponudba a,
body#page-artikel #menu ul li#ponudba a,
body#page-aktualno #menu ul li#aktualno a,
body#page-kontakt #menu ul li#kontakt a,
body#page-narocanje-fotografij #menu ul li#narocanje-fotografij a{background-position:-75px 0px;}

#top-content{
	text-align:left;
	width:400px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:322px;
}

#content{
	margin:-180px 30px 0 50px;
	text-align:left;
}
#content h1{
	font-size:14px;
	font-weight:bold;
	color:#48adfd;
	margin:10px 0;
}
#content h2{
	font-size:13px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
}
#content p{
	color:#000;
	font-size:12px;
	text-align:justify;
}

.artikel{
	margin:5px 0 15px 0;
	width:320px;
	height:100px;
}
.artikel h3{
	font-weight:bold;
}
.product_thumb{
	float:left;
	width:90px;
	clear:both;
}
.product_desc{
	margin:0 0 0 10px;
	float:left;
	width:220px;
}
strong{font-weight:bold;}
#content ul{
	margin:10px 0;
}
#content ul li{
	list-style-type:square;
	margin: 0 0 0 25px;
	padding: 0 0 0 0;
}
/*form styles*/
#content .polja,#content .polje{
	width: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7f7f7f;
	padding: 3px;
	background: #DFF1FF;
	color:#000;
}
#content .polje{height: 120px;font-size:12px;}
#content input:focus,#content textarea:focus{border-color:#48adfd;color:#000;}
#content .gumb	{
	float:right;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 40px 0 0;
	padding:2px 6px 2px 6px;
	border:1px solid #7f7f7f;
	cursor:pointer;
	color:#000;
	background:#DFF1FF;
}
#content em{color:#ff0000;}
/* SLIMBOX */
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {background: #fff url(/images/loading.gif) no-repeat center;}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {left: 0;}
#lbPrevLink:hover {background: transparent url(/images/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {right: 0;}
#lbNextLink:hover {background: transparent url(/images/nextlabel.gif) no-repeat 100% 15%;}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}
#lbCaption, #lbNumber {margin-right: 71px;}
#lbCaption {font-weight: bold;}
