<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin:0;
 padding:0;
 }

html, ul{
	margin: 0;
	padding: 0;
}


body {
	background:url(../img/background.jpg);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	height:100%;
}
div.main{
	border-bottom:solid 1px #FFFFFF;
	border-left:solid 1px #FFFFFF;
	border-right:solid 1px #FFFFFF;
	box-shadow: 0px -2px 5px 2px #888888;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	width:980px;
	background-color:#363636;
}

div.banner{
	width:100%;
	height:170px;
	background:url(../img/banner.png);
}

a.logo{
	width:204px;
	height:120px;
	margin-top: 22px;
	margin-left: 30px;
	display:block;
	float: left;
	background:url(../img/logo.png);
}

a.SQlogo{
	width:196px;
	height:138px;
	margin-top: 16px;
	margin-right: 30px;
	display:block;
	float: right;
	background:url(../img/SQ_zlat.png);
}

div.divider{
	width:100%;
	height:2px;
	background-color:#00aff0;
}

div.mainContainer {
	margin-top:25px;
}

/* MENU */

div.menu{
	height: 60px;
}

ul.menu {
	list-style-type: none;
	background-image: url(../img/navi_bg_gray2.png);
	height: 60px;
	margin: auto;
}

ul.menu &gt; li
{
    float: left;
}

ul a:hover {
	color: #00aff0;
}

a.selectedItem {
	background-image: url(../img/navi_bg_divider_gray2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #00aff0;
}

a.textLink {
	background-image: url(../img/navi_bg_divider_gray2.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 32px;
	padding-left: 32px;
	display: block;
	line-height: 60px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFF;
}

a.imageLink {
	display:block;
	margin-top:14px;
	margin-left:28px;
	margin-right:28px;
	width: 32px;
	height: 32px;
	background:url(../img/home_white.png) no-repeat;
}

a.selectedImageLink {
	display:block;
	margin-top:14px;
	margin-left:28px;
	margin-right:28px;
	width: 32px;
	height: 32px;
	background:url(../img/home_blue.png) no-repeat;
}

a.imageLink:hover {
	background:url(../img/home_blue.png) no-repeat;
}

div.split{
	background-image: url(../img/navi_bg_divider_gray2.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 2px;
	display: block;
	height: 60px;
}



div.imageSlider{
	height: 400px;
}

div.bottomBar{
	border-radius: 15px;
	margin-left:auto;
	margin-right:auto;
	height:70px;
	width:980px;
	background-image: url(../img/bottom_bar.png);
}

span.textBlue{
	margin-top:25px;
	text-decoration: none;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00aff0;
}

span.textWhite{
	margin-top:25px;
	text-decoration: none;
	margin-left:3px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

span.textNormal{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

span.textHighlighted{
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00aff0;
}

img.image{
	margin-top:5px;
	margin-left:40px;
	margin-right:10px;
	display:block;
	float: left;
}

a.email{
	margin-top:5px;
	margin-left:40px;
	margin-right:10px;
	display:block;
	float: left;
	width: 64px;
	height: 64px;
	background:url(../img/email.png) no-repeat;
}
/* kontakt.html*/

div.contact {

	/*width:330px;
	margin-left:auto;
	margin-right:auto;*/
}

div.center {
	margin-left:auto;
	margin-right:auto;
	width:330px;
}

div.center2 {
	margin-left:auto;
	margin-right:auto;
	width:525px;
}

div.contactData {
	margin-top:15px;
	margin-bottom: 20px;
}

div.dataLeft {
	float:left;
	/*text-align: right;*/
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00aff0;
}

div.dataRight {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

img.mapImage{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 30px;
	margin-top: 20px;
}

#map_canvas {
	width: 600px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
	background-color: #CCC;
}

#firstHeading {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14pt;
}

#bodyContent {
	font-family: Helvetica, Arial, sans-serif;
	font-size:10pt;
}

#content {
	width:300px;
}

/* proizvodni-program.html*/

div.program {
	margin-left: 70px;
	margin-bottom: 30px;
}

ul.listNormal &gt; li {
	margin-left:20px;
}

div.programDisplay {
	height: 200px;
}

div.leftAlign {
	float:left;
}

div.rightAlign {
	float:right;
	margin-right:90px;
}

/* galerija.php */

.gallery {
position:relative;
overflow:hidden;
width:520px;
margin:15px auto;
padding:50px;
/*background:#eee;*/
}

.gallery a:link,
.gallery a:active,
.gallery a:visited {
color:#555;
outline:0;
text-decoration:none;
}

.gallery a:hover {color:#fc0;} 

.gallery img {border:0;}
.gallery .float-left {float:left;}
.gallery .float-right {float:right;}
.gallery .clear {clear:both;}
.gallery .clearb10 {padding-bottom:10px;clear:both;}

.gallery .titlebar {
height:24px;
line-height:24px;
margin:0 5px;
}

.gallery .title {
font-size:18px;
font-weight:400;
}

.gallery .thumb {
overflow:hidden;
float:left;
width:110px;
height:75px;
margin:5px;
border:5px solid #fff;
}

.gallery .thumb:hover {
border:0;
width:120px;
height:85px;
}

/***** pagination style *****/
.gallery .paginate-wrapper {
padding:10px 0;
font-size:11px;
}

.gallery a.paginate {
color:#555;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.current-paginate, 
.gallery a.paginate:hover {
color:#333;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.paginate-arrow {
text-decoration:none;
border:0;
}

.gallery-image-link {
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #5e5e5e;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

/* 404.html */

div.notFound{
	border:solid 1px #FFFFFF;
	box-shadow: 0px -2px 5px 2px #888888;
	border-radius: 15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	min-height:100%;
	height:300px;
	width:500px;
	background-color:#363636;
}

p.titleNotFound {
	margin-top:40px;
	font-size: 40px;
	text-decoration: none;
	margin-left:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #FFF;
}

a.backHome {

	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #00aff0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a.backHome:hover {
	color: #FFF;
}</pre></body></html>