html, body, h1, a, p, img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #003C00;
    font: 13px/20px 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif;
}

#instrukcija .header {
    background: none repeat scroll 0 0 #F7FFEA;
    height: 60px;
    left: 0;
    max-height: 60px;
    min-height: 60px;
    min-width: 990px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#instrukcija .header .logo {
    background: url("../img/logo-instrukcija.png") no-repeat scroll center center transparent;
    border-bottom: medium none;
    float: left;
    height: 40px;
    margin: 10px;
    width: 79px;
}

#instrukcija .header .info a, #instrukcija .header .info a:visited {
    color: #990000;
	text-decoration: none;
}

#instrukcija .header .info a:hover {
	text-decoration: underline;
}

#instrukcija .header .info {
    float: left;
    height: 45px;
    margin: 8px 0 0 10px;
    overflow: hidden;
}

#instrukcija .header .info h1 {
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    padding: 0;
}

#instrukcija .header .info p {
    padding: 0;
}

#instrukcija .header .info em {
    color: #990000;
	font-size: 18px;
    font-family: "Times New Roman",Times,serif;
    padding: 0 5px;
}

#instrukcija .header .save-icon {
    background: url("../img/save-icon.png") no-repeat scroll center center transparent;
    border-bottom: medium none;
    height: 20px;
	margin-left: -30px;
	position: absolute;
    width: 20px;
}

#instrukcija .loading {
    background: url("../img/loading.gif") no-repeat scroll left top transparent;
    color: black;
    height: 16px;
    left: 10px;
    line-height: 16px;
    padding-left: 20px;
    position: absolute;
    top: 70px;
}

#instrukcija .content {
    border-bottom: 2px solid #333333;
    bottom: 0;
    display: inline;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    width: 100%;
}

#instrukcija .content .pdf {
    border: 0 none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}