/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #000; text-decoration: none; }
a:hover { color: #6E2D93; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; margin-left:5px;}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */


/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: middle;}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* =============================================================================
   START
   ========================================================================== */
#art-main, table
{
    font-family: "Franklin Gothic Medium",Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}
.art-postcontent,
.art-postcontent li,
.art-postcontent table,
.art-postcontent a,
.art-postcontent a:link,
.art-postcontent a:visited,
.art-postcontent a.visited,
.art-postcontent a:hover,
.art-postcontent a.hovered
{
    font-family: "Franklin Gothic Medium",Arial, Helvetica, Sans-Serif;
}
.art-postcontent p
{
    margin: 12px 0;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
    font-family: "Franklin Gothic Medium",Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    text-decoration: none;
}

#art-main
{

    z-index: 0;
    width: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:visible;
}
body
{
    padding: 0;
    margin:0;
    color: #364749;
    height:100%;
    min-height:100%;
    background-color: #FFFFFF;
    min-width: 1000px;
}
.cleared
{
    display:block;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0;
    height:0;
    overflow:hidden;
}
.reset-box
{
    overflow:hidden;
    display:table;
}
form
{
    padding: 0 !important;
    margin: 0 !important;
}
table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}
/* end Page */
/* begin Box, Sheet */
.art-sheet
{
    position: relative;
    margin: 0 auto;
    min-width: 11px;
    min-height: 11px;
    margin-top: 50px;
    margin-bottom: 0;
    cursor:auto;
    width: 1000px;
}
.art-sheet-body
{
    position: relative;
    padding: 0;
    padding-top:0;
    padding-bottom:0;
}


/* menu structure */
.art-hmenu a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
    outline: none;
}
.art-hmenu, .art-hmenu ul
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    display: block;
}
.art-hmenu li
{
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    float: left;
    position: relative;
    z-index: 5;
    background: none;
}
.art-hmenu li:hover
{
    z-index: 100;
    white-space: normal;
}
.art-hmenu li li
{
    float: none;
}
.art-hmenu ul
{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background: none;
    min-height: 0;
    background-image: url('images/spacer.gif');
    padding: 10px 30px 30px 30px;
    margin: -10px 0 0 -30px;
}
.art-hmenu li:hover>ul
{
    visibility: visible;
    top: 100%;
}
.art-hmenu li li:hover>ul
{
    top: 0;
    left: 100%;
}
.art-hmenu:after, .art-hmenu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.art-hmenu{
    min-height: 0;
    position:relative;
    padding: 0 1px 0 5px;
}
.art-hmenu ul ul
{
    padding: 30px 30px 30px 10px;
    margin: -30px 0 0 -10px;
}
ul.art-hmenu
{
    float: right;
}
/* menu structure */
.art-nav
{
    position: relative;
    margin:0 auto;
    min-height: 30px;
    z-index: 100;
    margin-top: 0;
    margin-bottom: 0;
}
.art-nav-outer
{
    position:absolute;
    width:100%;
}
/* end Menu */
/* begin MenuItem */
.art-hmenu a
{
    position: relative;
    display: block;
    overflow: hidden;
    height: 30px;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}
.art-hmenu ul li
{
    margin:0;
    clear: both;
}
.art-hmenu a .r, .art-hmenu a .l
{
    position: absolute;
    display: block;
    top: 0;
    z-index: 101;
    height: 100px;
    /* background-image: url('images/menuitem.png'); // SLIKA POZADINE IZBORNIKA // DINO XXX */
}
.art-hmenu a .l
{
    left: 0;
    right: 0;
}
.art-hmenu a .r
{
    width: 400px;
    right: 0;
    clip: rect(auto, auto, auto, 400px);
}
.art-hmenu a .t, .art-hmenu ul a, .art-hmenu a:link, .art-hmenu a:visited, .art-hmenu a:hover
{
    text-align: left;
    text-decoration: none;
}
.art-hmenu a .t
{
    color: #828585; /*#344B4A;*/
    padding: 0 5px;
    margin: 0 0;
    line-height: 30px;
    text-align: center;
}
.art-hmenu a:hover .l, .art-hmenu a:hover .r
{
    top: -35px;
}
.art-hmenu li:hover>a .l, .art-hmenu li:hover>a .r
{
    top: -35px;
}
.art-hmenu li:hover a .l, .art-hmenu li:hover a .r
{
    top: -35px;
}
.art-hmenu a:hover .t
{
    color: #363630;
}
.art-hmenu li:hover a .t
{
    color: #363630;
}
.art-hmenu li:hover>a .t
{
    color: #363630;
}
/* end MenuItem */
/* begin MenuSeparator */
.art-hmenu .art-hmenu-li-separator
{
    display: block;
    width: 1px;
    height:30px;
}
.art-nav .art-hmenu-separator
{
    display: block;
    margin:0 auto;
    width: 1px;
    height: 0px;
    background-image: url('images/menuseparator.png');
}
/* end MenuSeparator height WAS 30px */
/* begin MenuSubItem */
.art-hmenu ul a
{
    display: block;
    white-space: nowrap;
    height: 26px;
    width: 125px; /* width menuitem was 180 */
    overflow: hidden;
    /* background-image: url('images/subitem.png'); */
    background-color:#ffffff; /* DINO */
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 0;
    border-style: solid;
    text-align: left;
    text-indent: 4px; /* was 12px */
    text-decoration: none;
    line-height: 26px;
    color: #21302F;
    font-size: 12px;
    margin-top:0;
    top:4px;
    padding-top:5px;
}
.art-hmenu ul.finpotpore a
{
display: block;
    white-space: nowrap;
    height: 26px;
    width: 125px; /* width menuitem was 180 */
    overflow: hidden;
    /* background-image: url('images/subitem.png'); */
    background-color:#13DDB5; /* sasa */
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 0;
    border-style: solid;
    text-align: left;
    text-indent: 4px; /* was 12px */
    text-decoration: none;
    line-height: 26px;
    color: #363630;
    margin-top:0;
    top:4px;
    padding-top:5px;
    font-size: 12px;
}
.art-hmenu ul.prilike a
{
display: block;
    white-space: nowrap;
    height: 26px;
    width: 125px; /* width menuitem was 180 */
    overflow: hidden;
    /* background-image: url('images/subitem.png'); */
    background-color:#1C92D0; /* sasa */
    background-position: left top;
    background-repeat: repeat-x;
    border-width: 0;
    border-style: solid;
    text-align: left;
    text-indent: 4px; /* was 12px */
    text-decoration: none;
    line-height: 26px;
    color: #363630;
    margin-top:0;
    top:4px;
    padding-top:5px;
    font-size: 12px;
}
.art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
    display: inline;
    float: none;
    margin: inherit;
    padding: inherit;
    background-image: none;
    text-align: inherit;
    text-decoration: inherit;
}
.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:active, .art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span
{
    text-align: left;
    text-indent: 4px; /* was 12px */
    text-decoration: none;
    line-height: 26px;
    font-size: 12px;
    margin-top:1px;
    padding-top:5px;
    color: #363630; /* color: #21302F; */
}
.art-hmenu ul a:hover
{
    text-align: left;
    text-indent: 4px; /* was 12px */
    text-decoration: none;
    line-height: 26px;
    background-color:#ffffff;
    font-size: 12px;
    margin-top:1px;
    padding-top:5px;
    color: #363630; /* color: #21302F; */
}
.art-hmenu ul li a:hover
{
    color: #000000;
    background-position: 0 -26px;
}
.art-hmenu ul li:hover>a
{
    color: #363630;
    background-position: 0 -26px;
}
.art-nav .art-hmenu ul li a:hover span, .art-nav .art-hmenu ul li a:hover span span
{
    color: #000000;
}
.art-nav .art-hmenu ul li:hover>a span, .art-nav .art-hmenu ul li:hover>a span span
{
    color: #000000;
}
/* end MenuSubItem */



body{	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	font-family: Arial, Helvetica, Sans-Serif;	font-size:14px;	color: #727272;	background-image: #fff;	text-align: center;} //"Franklin Gothic Medium",
h2{font-size: 18px; padding-bottom: 6px;}

table{	color: #000;	padding: 3px;	font-size:14px;	line-height: 25px;}
input{	width: 190px; height: 25px;		font-size:13px;}
textarea{	width: 100%;	height: 120px;	background: #eaf7f6;	color: #000;}

p {	line-height: 22px;	/*margin-top: 20px;	margin-bottom: 10px; */	font-size:15px;	}

a, a:visited , a:active { color:  #828585; text-decoration: underline; font-size:14px;}
a:active { color:  black; text-decoration: underline; font-size:14px;}
a:hover{	color: #363630;	text-decoration: underline;	font-size:14px;}


	.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix { display: inline-block; }
	/* Hides from IE-mac \*/
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }
	/* End hide from IE-mac */

#wrap { width: 960px; margin: 10px auto; }
.content { margin-bottom: 20px; background: #fff;  min-width:100px; width: auto !important; width: 100px;}
.content.hp-bottom  { padding: 0; }



.natjecaj{	text-align: left; margin:5px; padding:5px;	border:1px solid black;	width:980px;	}
.natjecaj .naslov {width: 120px;padding:5px; text-align: left;float:left; position:relative;}
.natjecaj .naziv {width: 600px;padding:5px; text-align: left; float:left; position:relative;}
.natjecaj .rok {width: 170px;padding:5px; text-align: left;float:left; position:relative;}
.natjecaj .prijavise {width: 70px;padding:5px; text-align: left;float:left; position:relative;}
.natjecaj .pregledajprijave {width: 120px;padding:5px; text-align: left;float:left; position:relative;}
.natjecaj .preglednaziv {width: 400px;padding:5px; text-align: left;float:left; position:relative;}
.natjecaj .pregledstatus {width: 240px;padding:5px; text-align: left;float:left; position:relative;}

.eval .naslov {width: 960px;padding:5px; text-align: left;float:left; position:relative;}
.eval .ostalo {width: 260px;padding:5px; text-align: left;float:left; position:relative;}

.natjecajheader {	text-align: left; margin:5px; padding:5px;	width:980px;	}
.natjecajheader .naslov {width: 120px;padding:5px; text-align: left;float:left; position:relative;}
.natjecajheader .naziv {width: 600px;padding:5px; text-align: left; float:left; position:relative;}
.natjecajheader .rok {width: 170px;padding:5px; text-align: left;float:left; position:relative;}
.natjecajheader .preglednaziv {width: 400px;padding:5px; text-align: left;float:left; position:relative;}
.natjecajheader .pregledstatus {width: 240px;padding:5px; text-align: left;float:left; position:relative;}



.prijave{	text-align: left; margin:5px; padding:5px;	border:1px solid black;	width:980px;	}
.prijave .naslov {width: 220px;padding:5px; text-align: left;float:left; position:relative;}
.prijave .naziv {width: 400px;padding:5px; text-align: left; float:left; position:relative;}
.prijave .rok {width: 150px;padding:5px; text-align: left;float:left; position:relative;}
.prijave .prijavise {width: 95px;padding:5px; text-align: left;float:left; position:relative;}

.prijaveheader{	text-align: left; margin:5px; padding:5px;	width:980px;	}
.prijaveheader .naslov {width: 220px;padding:5px; text-align: left;float:left; position:relative;}
.prijaveheader .naziv {width: 400px;padding:5px; text-align: left; float:left; position:relative;}
.prijaveheader .rok {width: 150px;padding:5px; text-align: left;float:left; position:relative;}

.prijave.zakljucan{	margin:5px;	padding:5px;	border:1px solid black;	width:980px;	        background-color: #13DDB5;}

a#zakljucaj{	color:#000;	font-weight:bold;}

form{	padding:20px;	width:500px;	line-height:2;	color:#000;	font-size:14px;        background: #fff;}
.novosti, .form1{	border:1px solid black;	padding:20px !important;line-height:2;}
.form2{	border:0px solid black;	padding:0px !important;line-height:0;}
/*register, promjena podataka*/
form#form1>input{	width:280px;}
form#form1>input#submit{width:130px;margin-left:105px;}
form#form1{	width:350px;	text-align:center;	line-height:1.5;}
/*prijava*/
form#form2{	width:900px;	text-align:left;}
label {width:100%;font-weight:bold;}


.tekst, .datum, .broj, .decbroj {	width:280px;}
.broj, .decbroj {text-align:right;}
.radio{	width:20px;}
.zaklj{	background: #727272;	height: 30px;}


.naslov-glavni {height:60px; vertical-align:bottom; font-size: 14px; line-height: normal;}
.naslov1{	color:#000;	font-size:20px;}

.sekcija {display: block;	background: #99ccff;	margin:0 auto; padding:5px 5px 5px 5px; font-size: 16px; }

.pitanje { padding-bottom: 10px; display:block;position:relative;}
.pitanje .column.item-1 { margin-left: 10px; width: 300px; text-align: center; }
.pitanje .column.item-2 {  width: 530px; float: right; margin-right: 10px; }
.pitanje .column.item-2.proracun {  width: 450px; float: right; margin-right: 10px; position:absolute; top:3px; left:300px;}
.pitanje span {margin-right:10px;}
.pitanje.level-1{	background:#f9f9f9; margin:0 auto; padding:5px 5px 5px 5px; font-size: 14px; font-style: normal; display:block;}
.pitanje.level-2{	background:#f9f9f9;	padding-bottom:3px;	padding-top:3px;font-size: 14px; font-style: normal; }
.pitanje.level-2 span {width:450px; position:relative;margin-top:0px;margin-left:20px;}
.pitanje.level-3 span.ukupno {margin-left:80px;}
.pitanje.level-3 span.sum {text-align: right; margin-left:70px; }


.pitanje.inline input {width:380px; }

.sumiranje {width:100%;font-weight:bold;}

/*.odgovor {font-weight:bold;}*/

.error {color: red;}
.obvezno .error-zakljucavanje {color: red;}
.pitanje span.error-zakljucavanje-tekst {color: red; position:absolute; top: 30px; margin-left:170px;}



.pitanje .error {color: black; background-color: #ffa9a9;}
.pitanje .error-zakljucavanje {color: black; background-color: #ffa9a9;}
.upload .error {color: red; position:absolute; margin-left:170px;margin-top: 30px;}



tooltip{	padding:5px 5px; left-margin:10px;	}
#tooltip{	position:absolute;	border:1px solid #333;	background:#f7f5d1;	padding:2px 5px;	color:#333;	display:none;        width:200px;	}
#loading {    z-index:201; position:absolute; margin-left:170px;margin-top: 30px;}

ol { text-align: left;}


ul { text-align: left; margin-left:300px; margin-top:20px;}


.footer { margin-bottom: 20px; background: #fff;  width: 750px;}
.footer ol { text-align: left;}
.footer ol li { width:100%;}
.footer .slanje {border:1px solid black; padding:20px;}
.upute {text-align: justify; text-justify: newspaper}

.clearfooter {height: 10px;clear: both;}
.footer-stick { width:100%; height: 40px;  bottom: 0; background-color: #a7dbd8;  position: fixed;}
.footer-stick a {padding-top: 5px;}


#bookmarks {background: transparent; width: 3.1em; position: fixed; top: 35%; right: 0.55%;}


#feedback {
	height: 104px;
	width: 104px;
	position: fixed;
	top: 40%;
	z-index: 100;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback a {
	display: block;
	background: #f00;
	height: 15px;
	width: 70px;
	padding: 8px 16px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #333; border-left: solid 1px #333; border-right: solid 1px #fff;
}

#feedback a:hover {
	background: #06c;
}

.image-upload {
	width: 121px;
	height: 27px;
	background-image: url('upload_btn.jpg');
}

@media print{
    dino-div {display:none;}
    dino-inner-div {display:none;}
    art-main {display:none;}
    .art-main {display:none;}
.art-sheet {display:none;}
tooltip {display:none;}
#tooltip {display:none;}
img {display:none;}



.sekcija {display: block; background: #fff; border:1px solid black; padding:5px; font-size: 16px;page-break-after:auto;page-break-before:auto;page-break-inside: avoid;}

.pitanje { padding-bottom: 10px; display:block;position:relative;}
.pitanje .column.item-1 { margin-left: 10px; width: 320px; text-align: center; }
.pitanje .column.item-2 {  width: 530px; float: right; margin-right: 10px; }
.pitanje .column.item-2.proracun {  width: 530px; float: right; margin-right: 10px; position:absolute; top:3px; left:350px;}
.pitanje span {margin-right:10px;}
.pitanje.level-1{	background:#f9f9f9; margin:0 auto; padding:5px 5px 5px 5px; font-size: 14px; font-style: normal; display:block;}
.pitanje.level-2{	padding-left: 40px;	background:#f9f9f9;	padding-bottom:3px;	padding-top:3px;font-size: 14px; font-style: normal; }
.pitanje.level-2 .proracun{ text-align: right;}
.pitanje.level-2 span {width:450px; position:relative;margin-top:0px;margin-left:20px;}
.pitanje.level-3 span.ukupno {margin-left:80px;}
.pitanje.level-3 span.sum {text-align: right; margin-left:70px; }
.odgovor {font-weight:bold;}

.footer {page-break-before:always;}
}
