
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #175072;}
a:hover {color: #FF7D00;}

img {
border: 0;
}

body {
	background: #114054 url(bg.png) repeat top left;
	color: #114054;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {padding-top: 6px;}


.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
	background-color: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 880px;
}


.top {
	padding: 10px 10px 0;
}


.header {
	background-color: #fff;
	font-size: 1.4em;
	height: 105px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 880px;
}
.header .left, .header .right {
	background-color: #333;
	color: rgb(255,255,255);
	height: 105px;	
}
.header .left {
	background-color: #1D597C;
	font: normal 2.9em verdana,"Trebuchet MS",sans-serif;
	line-height: 105px;
	width: 664px;
	text-align: left;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	
}
.header .right {
	overflow: auto;
	width: 212px;
	background-image: url(bgheader_r.gif);
	background-repeat: repeat-x;
	background-color: #FF7D00;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h1 {padding-top: 4px; padding-left: 5px; font: normal 1.3em "Trebuchet MS",sans-serif; color: rgb(255,255,255);}


.navigation {	
	background: #D9E1E5 url(nav.jpg);
	border: 1px solid #ffffff;
	height: 41px;
}
.navigation a {
	background: transparent url(nav.jpg) left top repeat-x;
	border-right: 1px solid rgb(220,220,220);
	color: #1C455E;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(nav.jpg) left bottom; 
color: #1C455E;
}


.main {
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}

.sidenav {
	float: right;
	width: 210px;
	border: 1px solid rgb(254,132,0);
        background-color: #fff;
}
.sidenav h2 {
	color: #1C455E;
	font-size: 1.2em;
	line-height: 15px;
	margin: 0;
	padding-left: 5px;
}
.sidenav ul {
	padding: 0;
}

.sidenav li a {
	font-size: 1.1em;
	color: #1C455E;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background-color: #EBF0F3;
	color: #2E7198;	
}

.content {
	float: left;
	margin: 0px 0;
	padding: 0 16px;
	width: 631px;
	font-size: 1.1em;
        background: rgb(200,200,200) url(contbg.jpg) top left fixed;
}
.content .descr {
	color: #1C455E;
	font-size: 1em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
border-top: 1px solid rgb(100,100,100);
border-bottom: 3px solid rgb(100,100,100);
border-left: 1px solid rgb(100,100,100);
border-right: 3px solid rgb(100,100,100);
margin-left: 4px;
float: right;
}

.content .imgleft {
padding: 5px;
border-top: 1px solid rgb(100,100,100);
border-bottom: 3px solid rgb(100,100,100);
border-left: 1px solid rgb(100,100,100);
border-right: 3px solid rgb(100,100,100);
margin-right: 8px;
float: left;
}

.content .imgcenter {
padding: 5px;
border-top: 1px solid rgb(100,100,100);
border-bottom: 3px solid rgb(100,100,100);
border-left: 1px solid rgb(100,100,100);
border-right: 3px solid rgb(100,100,100);
margin-left: 55px;
}

.content h2 {
        font-size: 16px;
        margin-bottom: 15px;
}

.content h3 {
        font-size: 16px;
        margin-bottom: 15px;
}

.content p
{
color: rgb(50,50,50);

}

#one {
margin-bottom: 0px;
}

#two {
margin-top: 0px;
margin-bottom: 10px;
}

#three {
margin-top: 0px;
margin-bottom: 25px;
}

#four {
margin-top: 10px;
text-align: center;
}

#four img {
border: none;
padding: 0;
margin: 0;
}

.pone {
height: 120px;
background: url(pbg.jpg) repeat-x top left;
border: 3px solid #fff;
}

.pone img {
margin: 3px;
background-color: #fff;
}

.pone h3{
font-size: 1.4em;
padding-left: 10px;
padding-top: 5px;
}

.pone h3 a:link, .pone h3 a:visited {
color: #567;
text-decoration: none;
}

.pone h3 a:hover {
color: #f70;
text-decoration: none;
}

.pone p {
font-size: 11px;
margin-left: 10px;
}

.ptwo {
height: 120px;
margin-top: 3px;
margin-bottom: 3px;
background: url(pbg.jpg) repeat-x top left;
border: 3px solid #fff;
}

.ptwo img {
margin: 3px;
background-color: #fff;
}

.ptwo h3{
font-size: 1.4em;
padding-left: 10px;
padding-top: 5px;
}

.ptwo h3 a:link, .ptwo h3 a:visited {
color: #567;
text-decoration: none;
}

.ptwo h3 a:hover {
color: #f70;
text-decoration: none;
}

.ptwo p {
font-size: 11px;
}

#con {
float: right;
margin-right: 12px;
margin-top: 33px;
}

#color {
border: 1px solid rgb(254,132,0);
background: #fff url(colorbg.jpg) repeat-x top left;
}

#fleft {
float: left;
padding-top: 3px;
padding-left: 3px;
}

#fright {
float: right;
padding-top: 3px;
padding-right: 3px;
}

#cnt {
padding-top: 3px;
}

.lf {
width: 180px;
height: 170px;
}

.cf {
margin-left: 225px;
height: 170px;
}

.footer {
	background: url(bgfooter.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:visited {
        color: #fff;
}

.footer a:hover {
        text-decoration: none;
}

.posao {
text-align: center;
font-size: 1.2em;
}

.imp {
text-align: center;
}
