/* @group Resetter */

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

li, dt, dd, p { font-size: 1.2em; }
ul, ol, dl { margin-bottom: 1.8em; }
ul ul, ol ol { margin: 0; }
p { margin-bottom: 1.5em; }
li { margin: .25em 0 .25em 2em; }
li li { font-size: 1em; }
dt { margin: .75em 0 0 0; font-weight: bold; }
dd { padding: 0 0 0 15px; }

/* @end */

/* @group Basics */

body {
	color: #231f20;
	background: #333 url(/images/css/bkg.png) fixed;
}

a:link, a:active { text-decoration: underline; color: #3A8F3C; }
a:visited { text-decoration: underline; color: #3A8F3C; }
a:hover, a:focus { text-decoration: none; color: #fff; background-color: #3A8F3C; }
a img { border: 0; }
a:hover img, a:focus img { background-color: #fff; }

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

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #0c6e1d;
}
h1 {
	margin: 0 0 .75em 0; padding: 0 0 .25em 0;
	font-size: 2.4em;
	line-height: 1.2em;
	border-bottom: 1px dotted #d6d4ce;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

p { margin: .75em 0; font-size: 1.2em; }
pre { font-size: 1.2em; }

/* @group Forms */

input[type=text], input[type=password], input[type=file], textarea, select {
	padding: 2px 3px;
	font-size: 1em;
	background: #fff;
	border-top: 1px solid #8e8e8e;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #e3e3e3;
}
select { padding: 2px 0; }

input[type=text]:hover,
input[type=password]:hover,
input:hover[type=file],
textarea:hover,
select:hover
{ background: #fffdd1; }

input[type=text]:focus,
input[type=password]:focus,
input:focus[type=file], textarea:focus,
select:focus
{ background: #fffdd1; }

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

input[type=submit], input[type=button] { padding: 2px 10px; font-size: 1.2em; }

button {
	padding: 2px 10px 2px 10px;
	color: #565656;
	font-size: 1.2em;
	background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
button:hover, button:focus {
    color: #d12f19;
	background: #fbe3e4;
    border: 1px solid #bbb;
}

/* error box */
#errors,
#messages {
	margin: 20px 0; padding: 15px;
	font-family: Helvetica, Arial, sans-serif;
	background: #f6ebeb url(/images/css/uf_error.png);
	border: 1px dotted #ffd2dc;
}
#errors h2, #messages h2 {
	margin: 0;
	padding: 0 0 0 40px;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 24px;
	background: transparent url(/images/css/error.gif) no-repeat;
}
#errors ol, #messages ul {
	margin: 1.5em 0 0 10px;
}
#errors li {
	color: #9b2625;
	font-size: 1em;
	line-height: 1.6em;
	list-style: square;
}

/* message box */
#messages {
	background: #f9f9db;
	border: 1px dotted #c7d7dc;
}
#messages h2 {
	background: transparent url(/images/css/message.gif) no-repeat;
}
#messages li {
	color: black;
	font-size: 1.2em;
	line-height: 1.6em;
	list-style: square;
}

/* @group uniForm */

.uniForm {
	margin: 0; padding: 0;
	position: relative;
}
.uniForm fieldset {
	border: 0;
	margin: 0 0 2em 0; padding: 0 0 10px 0;
	border-bottom: 1px solid #efefef;
}
.uniForm fieldset legend {
	display: block;
	margin: 0 0 .5em 0;
	font: normal normal 1.6em/1.2 Helvetica, Arial, sans-serif;
	letter-spacing: .1em;
	color: #7899a3;
}

.uniForm div {
	overflow: hidden;
	clear: both;
	margin: 0; padding: 7px 15px;
	background: #f9f9f9;
	border: 1px solid #f9f9f9; border-width: 1px 0;
}
.uniForm div.error {
	background: #f6ebeb url(/images/css/uf_error.png);
	border: 1px dotted #ffd2dc; border-width: 1px 0;
}
.uniForm div.error + div.error {
	border-width: 0 0 1px 0;
}
.uniForm div p {
	margin: 0 0 0 30%; padding: 0 0 0 5px;
	font-size: 1.2em !important;
	font-family: Helvetica, Arial, sans-serif;
}
.uniForm div p.error { color: #9b2625; }
.uniForm label {
	float: left;
	width: 30%;
	margin: 0 5px 0 0; padding: 0;
	font-size: 1.2em;
}
.uniForm label em {
	float: right;
}
.uniForm .text,
.uniForm .password,
.uniForm textarea {
	float: left;
	width: 60%;
	padding: 2px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	border: 2px solid #dfdfdf;
}
.uniForm .error .text,
.uniForm .error .password,
.uniForm .error textarea {
	border: 2px solid #ff0000;
}

.uniForm .radio,
.uniForm .checkbox {
	margin: 0 10px 0 0;
}

.uniForm div.focus { background: #ffa500; }
.uniForm div input[type=text]:focus,
.uniForm div textarea:focus,
.uniForm div input[type=password]:focus {
	border-color: #DFD77D;
}

.uniForm .inlineElements label {
	width: 45%;
	margin: 3px 0;
	font-size: 1.2em;
}
.uniForm fieldset {
	margin: 2em 0 0 0; padding: 0;
	border: 0;
}
.uniForm fieldset.submit div {
	margin: 0; padding: 0;
	background: transparent;
	border: 0;
}
.uniForm #submit {
	padding: 5px 10px 6px 34px;
	color: #565656;
	font-size: 1.4em;
    border: 1px solid #ccc;
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
	background: #f5f5f5 url(/images/css/message.gif) no-repeat 5px 4px;
}
.uniForm #submit:hover,
.uniForm #submit:focus {
    color: #d12f19;
	background-color: #fbe3e4;
    border: 1px solid #bbb;
}

/* @end */

/* @end */
/* @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 #3A8F3C;
}

/* @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;
}

.box {
	padding: 6px 12px;
	border: 1px solid #ccc;
}

/* @end */


/* @end */

#wrapper {
	position: relative;
	width: 960px;
	margin: 15px auto;
	text-align: left;
	background: #fff url(/images/css/wrapper_bg.gif) repeat-x 0 105px;
}

#header {
	position: relative;
	height: 105px;
	background: url(/images/css/header_bg.jpg);
}

#logo {
	position: relative;
	top: 20px;
	float: left;
	margin: 0 0 0 20px;
}
#logo h1 { display: inline; border: none; }
#logo p { margin: 0; border: none; }
#logo a { background: transparent !important; }
#logo a:hover, #logo a:focus {  }

#datum {
	position: absolute;
	top: 64px; left: 770px;
	width: 178px; height: 178px;
	text-indent: -999em;
	background: url(/images/css/sticker.gif);
}

#nav {
	position: absolute;
	bottom: 0px; left: 300px;
	height: 36px;
	margin: 0 0 25px 0;
	list-style: none;
	font-size: 1.2em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 36px;
}
#nav li {
	float: left;
	margin: 0 2px; padding: 0 0 0 5px;
}
#nav li a {
	display: block;
	padding: 0 15px 0 10px;
	color: #231f20;
	text-decoration: none;
}
#nav li a:hover, #nav li a:focus {
	text-decoration: underline;
}
#nav li:hover,
#nav li:focus,
#nav li.selected {
	background: #ab3c34 url(/images/css/nav_selected.gif) no-repeat left 0;	
}
#nav li a:hover,
#nav li a:focus,
#nav li.selected a,
#nav li:hover a,
#nav li:focus a {
	color: #fff;
	background: #ab3c34 url(/images/css/nav_selected.gif) no-repeat right 0;
}

#nav2 {
	margin: 2em 0;
	font-weight: bold;
}
#nav2 .pdf {
	padding: 0;
	background: transparent;
}
#nav2 a:hover.pdf {
	background: #3A8F3C;
}

#body {
	padding: 30px 30px 0 30px;
}

#naslovna {
	width: 710px;
	float: left;
}
#naslovna p {
	font-size: 1.4em;
	text-align: justify;
}

#leftBar {
	float: left;
	width: 140px; height: 280px;
	padding: 0 15px;
	background: url(/images/css/subnav_bg.jpg) no-repeat;
}
#leftBar h2 {
	color: #fff;
}
#subnav {
	margin: 0 -15px 20px -15px;
	list-style: none;
	line-height: 1.2em;
}
#subnav li {
	margin: 0; padding: 0;
}
#subnav a, #subnav strong {
	display: block;
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	background: url(/images/css/ibullet.gif) no-repeat 8px 10px;
}
#subnav a:hover,
#subnav a:focus {
	color: #333;
	background-color: #fff;
}
#subnav li.selected { background: #1E6428; }

#content {
	float: left;
	width: 510px;
	overflow: hidden;
	margin: 0 0 0 30px;
}

#content p,
#content li { font-size: 1.2em; text-align: justify; }
#content li li { font-size: 1em; }
#content table p, #content table li {	font-size: 1em; }

#rightBar {
	float: left;
	width: 140px;
	margin: 140px 0 0 30px; padding: 0 10px;
	background: #ffede9;
}
#sidebar img.splash {
	margin: 0 -10px; padding: 0 0 25px 0;
	background: #fff;
}
#sidebar h2 {
	margin: .5em 0;
	font-size: 1.8em;
}

#sponzori {
	margin: 0 -10px; padding: 2em 10px;
	list-style: none;
	background: #fff;
}
#sponzori li {
	margin: 0; padding: 5px 0;
	text-align: center;
}

#footer {
	position: relative;
	height: 99px;
	color: #aaa;
	background: url(/images/css/footer_bkg.jpg) no-repeat;
}
#footer p {
	position: absolute; bottom: 25px; left: 25px;
	margin: 0;
}

#splashBox {
	height: 120px;
	margin: 0 0 25px 0; padding: 15px;
	background: #fff18c;
}
#splashBox h1 {
	margin: 0;
	line-height: 1;
	font-size: 2.2em;
	font-weight: normal;
	border: 0;
}
#splashBox p {
	margin: .25em 0;
}

.splash h2, .splash h3, .splash h4 {
	margin: .25em;
	color: #333;
}
.splash h1 {
	border: none;
}

/* standardne tabele */
table { border: 1px solid #e2e2e2; }
table .nepar {  }
table .par { background: #edf1fa; }
table th,
table td {
	font-size: 1.3em;
	padding: 3px 5px;
	vertical-align: top;
	border: 1px solid #e2e2e2;
}
table th { 
	vertical-align: middle;
	background-color: #f8eccc;
}
table th p,
table td p,
table td li {
	font-size: 1em;
}
table ul {
	margin: .5em 0;
}

.kontakt #content {
	background: url(/images/old_phone.jpg) 240px 100px no-repeat;
}

.exhibitor {
	overflow: hidden;
	margin: 2em 0;
	border-bottom: 5px solid #ddd;
}


#homeInfo {
	text-align: center;
}
