/* @group Resetter */

* { margin: 0; padding: 0; }
html {
	font: 62.5%/1.5 Georgia, serif;
	text-align: center;
}

li, dt, dd, p { font-size: 12px; }
ul, ol, dl { margin-bottom: 18px; }
ul ul, ol ol { margin: 0; }
p { margin-bottom: 18px; }
li { margin: 3px 0 3px 24px; }
dt { margin: 9px 0 0 0; font-weight: bold; }
dd { padding: 0 0 0 15px; }

a img { border: 0; }

/* @end */

/* @group Basics */

body {
	color: #fff;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	background: #000 url(../../img/bg.jpg) repeat-y;
}
a {
	color: #a80082;
	text-decoration: underline;
}
a:hover,
a:focus {
	text-decoration: none;
}
a:active {
	color: #000;	
}
h1, h2, h3, h4 {
	margin: 6px 0;
	font-weight: normal;
	color: #003d4c;
}
h1 {
	font-size: 24px;
	margin: 24px 0 12px 0;
}
h2 {
	font-size: 21px;
	margin: 16px 0;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
ul, ol {
	margin: 6px 12px;
}

abbr { border-bottom: 1px dotted black; }

p { margin: 6px 0; font-size: 12px; }
pre { font-size: 12px; }

em { font-style: italic !important; }

/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.clear { clear: both; }

.lFloat {
	float: left;
	margin: 0 18px 18px 0;
}
.lFloat2 {
	float: left;
	margin: 0 36px 18px 0;
}

.rFloat {
	float: right;
	margin: 0 0 18px 18px;
}
.rFloat2 {
	float: right;
	margin: 0 0 18px 36px;
}

a.pdf {
	padding: 0 0 0 24px;
	background: transparent url(/images/css/acrobat.png) no-repeat;
}
a:hover.pdf,
a:focus.pdf {
	padding: 0 0 0 24px;
	background: #e67926 url(/images/css/acrobat.png) no-repeat;
}

ul.img {
	clear: both;
	list-style: none;
}
ul.img li {
	float: left;
	margin: 0 12px 12px 0; padding: 0;
}
ul.img li a {}
ul.img li a img {
	display: block;
	margin: 0; padding: 3px;
	border: 1px solid #ddd;
}
ul.img li a:hover img {
	padding: 4px;
	background: #8ce1f5;
	border: 0;
}

hr {
	margin: 12px 0;
	height: 0;
	color: #d6d4ce;
	background: #d6d4ce;
	border: 0;
	border-bottom: 1px dotted #d6d4ce;
}

ul.album {
	overflow: hidden;
	margin: 10px 0 !important; padding: 0;
	list-style: none;
}
ul.album li {
	float: left;
	margin: 5px; padding: 0;
}
ul.album li a {
	display: block;
}
ul.album li a img {
	border: 4px solid #eee;
}
ul.album li a:hover img,
ul.album li a:focus img,
ul.album li a:active img {
 	border: 4px solid #6dcff6;
}

/* @group Sekretarica */

#greska, #uspeh, #upozorenje, #poruka {
	margin: 20px 0;
	padding: 5px 15px 5px 32px;
	background: #ffd2dc url(/img/main/greska_bg.gif) no-repeat 9px 9px;
	border: 2px solid #efc3ce;
}
#greska h2, #uspeh h2, #upozorenje h2, #poruka h2 {
	margin: 14px 0 15px 35px;
	color: #555;
}
#greska ul, #uspeh ul, #upozorenje ul, #poruka ul {
	margin: 12px 20px;
}
#greska li, #uspeh li, #upozorenje li, #poruka li {
	color: red;
	font-size: 12px;
	line-height: 18px;
	list-style: square;
}

#uspeh {
	background: #fffdd1 url(/img/main/uspeh_bg.gif) no-repeat 9px 9px;
	border: 2px solid #f0f0c5;
}
#uspeh li {	color: #333; }

#upozorenje {
	background: #ffea93 url(/img/main/upozorenje_bg.gif) no-repeat 9px 9px;
	border: 2px solid #eed983;
}
#upozorenje li { color: #333; }

#poruka {
	background: #eaeaf3 url(/img/main/poruka_bg.gif) no-repeat 9px 9px;
	border: 2px solid #d9d9e1;
}
#poruka li { color: #333; }



/* standardna napomene */
.napomena {
	margin: 18px 0;
	font-weight: bold;
	/*
	padding: 5px 15px;
	background: #d7e0f5 url(/images/main/warning.gif) no-repeat 15px 15px;
	border: 1px dotted #6d7587;
	*/
}
.napomena li {
	color: black;
	font-size: 12px;
	line-height: 18px;
	list-style: square;
}

/* @end */


/* @end */

/* @group Forme */

/* @group Osnovno */

form {
	overflow: hidden;
	margin: 12px 0; padding: 0;
	width: 508px;
}
form fieldset {
	margin: 0 0 24px 0;
	border: 1px solid #ccc;
}
form fieldset legend {
	margin: 0 0 0 -1px;	padding: 3px 8px;
	color: #2C6877;
	font-size: 18px;
	font-weight: bold;
	background: #f2eee3 url(/img/main/legend_bg.gif) repeat-x;
	border: 1px solid #ccc;
}
form div, form p {
	overflow: hidden;
	clear: both;
	margin: 6px 0;	padding: 6px 12px;
	line-height: 1.6;
	vertical-align: text-top;
	border-bottom: 1px dotted #c9c6bd;
}
form p {
	border: 0;
}
form p.note,
form p.robot {
	margin: -5px 0 10px 0; padding: 0 0 10px 190px;
	border-bottom: 1px dotted #ddd;
}
form div.inline label {
	float: none;
	width: auto;
}
form div.inline input {
	float: left;
	margin: 0 6px 0 0;
}
form div div {
	margin: 0; padding: 0;
	border: 0;
}
form div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}
form div.wrapper div.wrapper {
	margin: 0; padding: 0;
	border: 0;
}
form div.wrapper div.wrapper div {
	margin: 6px 0;	padding: 6px 12px;
	border-bottom: 1px dotted #ddd;
}

form div.required label {
	color: #333;
	font-weight: bold;
}
form div.submit { clear: both; }
label {
	display: block;
	float: left;
	font-size: 14px;
	padding-right: 20px;
	width: 160px;
}
label small {
	display: block;
}
label input {
	margin: 0px 6px 0 0;
}
label input[type=radio] {
	position: relative;
	top: 3px;
}
input[type=text],
input[type=password],
input[type=file],
textarea, select {
	padding: 2px 3px;
	font-size: 14px;
	background: transparent url(../../img/izmaglica.png);
	border: 1px solid #b2af9e;
}
input[type=text], input[type=password], input[type=file], textarea {
	width: 240px;
}

select { padding: 2px 0; }

/* hover */
input[type=text]:hover,
input[type=password]:hover,
input:hover[type=file],
textarea:hover,
select:hover {}

/* focus */
input[type=text]:focus,
input[type=password]:focus,
input:focus[type=file], textarea:focus,
select:focus {
	border: 1px solid #635442;
}

/* disabled */
input[disabled=disabled],
input:hover[disabled=disabled] { color: #000; background: #ccc; }

/* buttons */
button,
input[type=button],
input[type=submit],
input.submit,
div.submit input,
a.button {
    display: block;
    float: left;
    margin: 0 7px 0 0; padding: 4px 8px 4px 7px; /* Links */
    font-size: 14px;
    font-weight: bold;
    color: #565656;
    background: #f5f5f5;
    border: 1px solid #c9c6bd;
	text-decoration: none;
}
a.button {
	padding: 2px 8px 1px 7px;
}
input[type=submit]:hover,
input.submit:hover,
div.submit input:hover,
button:hover, button:focus,
a.button:hover, a.button:focus {
	color: #c53948;
	background: #fbe3e4;
    border: 1px solid #bbb;
    cursor: pointer;
}
button a:hover, button a:focus {
    color: #c53948;
	background: #fbe3e4;
}


input.form-error { border: 1px solid red; }
div.error-message {
	margin: 0 0 0 180px; padding: 9px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* @end */


/* @end */

/* @group Layout */

#wrapper {
	position: relative;
	width: 960px;
	margin: 0;
	text-align: left;
}

#header {
	height: 675px;
	background: transparent url(../../img/header.jpg) no-repeat;
}
#header h1,
#header h2 {
	display: none;
}

#nav {
	overflow: hidden;
	float: right;
	margin: 24px; padding: 3px;
	list-style: none;
	background: #000;
	border: 1px solid #333;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#nav li {
	float: left;
	margin: 0; padding: 0 9px;
}
#nav li.first {
	border-right: 1px solid #222;
}
#nav a {
	color: #bbb;
	text-decoration: none;
}
#nav a:hover,
#nav a:active,
#nav a:focus {
	color: #fff;
	text-decoration: underline;
}

#content {
	position: absolute; top: 450px;
	padding: 0 40px 0 100px;
	color: #3b2d29;
}

.wrapper {
	padding: 0 0 0 24px;
}

#work {
	width: 820px; height: 100px;
	margin: 0 0 12px 0;
	text-indent: -999em;
	background: url(../../img/work.jpg) no-repeat;
}

#workWrapper a {
	color: #753b00;
	font-weight: bold;
	text-decoration: none;
}
#workWrapper a:hover,
#workWrapper a:active,
#workWrapper a:focus {
	text-decoration: underline;
}
#workWrapper h3 {
	margin: 0 0 12px 0;
}
#workWrapper h3 a {
	color: #461500;
	font-weight: normal;
}
#workWrapper .box {
	clear: both; overflow: hidden;
	margin: 0 0 36px 0;
}
div.desc {
	margin: 0 0 0 280px; padding: 0 0 12px 0;
	border-bottom: 1px dotted #c9c6bd;
}
h3 small {
	display: block;
	font-size: 14px;
	color: #878472;
}

a img.preview {
	float: left;
	padding: 6px;
	background: transparent url(../../img/pomrcina.png);
	border: 1px solid #cac7b4;
}
a:hover img.preview,
a:active img.preview,
a:focus img.preview {
	background: #fff;
	border: 1px solid #94917f;
}

.compliancetexts {
	overflow: hidden;
	margin: 0;
	list-style: none;
}
.compliancetexts li {
	float: left;
	margin: 0 6px 0 0; padding: 0 9px 0 0;
	border-right: 1px solid #c9c6bd;
}
.smtext {
	clear: both;
}


form fieldset {
	border: 0;
}
form div {
	padding: 6px 0;
}
input, textarea {
	width: 320px !important;
	color: #000;
}
textarea {
	height: 240px;
}
div.txt {
	border: 0;
}
#contactSubmit {
	width: auto !important;
	margin: 0; padding: 6px 24px;
	float: right;
	border: 1px solid #b2af9e;
}
#contactSubmit:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

p.success, p.note, p.robot {
	font-size: 18px;
}
p.success {
	margin: 12px 0 96px;
}
p.robot {
	margin-bottom: 100px;
}

#contact {
	width: 820px; height: 100px;
	margin: 48px 0 12px 0;
	text-indent: -999em;
	background: url(../../img/contact.gif) no-repeat;
}

#footer {
	margin: 24px 0; padding: 0 0 0 26px;
	font-style: italic;
	color: #a6a299;
}

/* @end */

/* @group Tables */
caption {
	margin: 9px 0;
	font-size: 14px;
}
table {
	margin: 0 0 10px 0;
	color: #333;
	border-collapse: collapse;
}
th, td {
	font-size: 12px;
	vertical-align: top;
}
th {
	padding: 3px 5px;
	text-align: center;
	color: #fff;
	background-color: #5e5e63;
	border: 1px solid #47464b; border-width: 1px 0 2px 0;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
td {
	padding: 3px 5px;
	border: 1px solid #ddd; border-width: 1px;
}
tr.nepar td { background: #fff; }
tr.par td {	background: #eff0df; }
tr:hover td { background: #d8e4ee; }

td.rb {
	text-align: center;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

/* @end */

/* @group Po stranama */

hr {
	display: none;
}

/* @end */


