* {
	margin: 0;
	padding: 0;
}

img {
    border-width: 0;
}

td {
    vertical-align: middle;
}

body {
	background: #dcdcdc url(../img/bg.gif) top center repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

a:link { color: #bf0000; text-decoration: none; }
a:visited { color: #bf0000; text-decoration: none; }
a:active { color: #bf0000; text-decoration: none; }
a:hover { color: #bf0000; text-decoration: underline; }


#Wrapper {
    width: 981px;
    min-height: 600px;
    background: #fff top left no-repeat;
    margin: 0 auto;
}

h1 {
    text-indent: -9999px;
    height: 141px;
    width: 438px;

    float: left;
}

#HeaderSide {
    float: right;
    width: 500px;
    text-align: right;
    padding-top: 10px;
    padding-right: 20px;
    color: #999;
}

#headerVisually {
	float: left;
    width: 65px;
    text-align: right;
    padding-top: 10px;
    border-left: 1px solid #dddddd;
}

#HeaderSide a {
    color: #999;
}

#Srch {
    margin: 10px 0 0 0;
    text-align: right;
}

#Srch dl {
    float: right;
}

#Srch p {

}

#Srch dl dt {
    float: left;
}

#Srch dl dd {
    float: left;
    padding: 0 0 0 5px;
}

.txt1 {
    padding: 0;
}

#Nav {
    border-bottom: solid 1px #d9d9d9;
    font-size: 15px;
    font-weight: bold;
    margin-top: 14px;
    padding-left: 21px;
    margin-bottom: 20px;
}

#Nav div {
    float: left;
    padding: 0;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    line-height: 24px;
}

#Nav div a {
    padding-right: 10px;
}

#Nav div.mn {
    background: Transparent url(../img/gray.gif) bottom right no-repeat;
}

#Nav div.selected {
    background: Transparent url(../img/red_left.gif) 0 0 no-repeat;
    padding-left: 10px;
}

#Nav div.selected a {
    color: #fff;
    background: Transparent url(../img/red_right.gif) top right no-repeat;
    display: block;
}

#Nav a:hover {
    text-decoration: none;
}

#Nav .SubNav {
    position: absolute;
    margin: 0;
    padding: 0;
    background: Transparent url(../img/rounded.gif) 0 10px no-repeat;
    height: auto;
    border-bottom: solid 1px #eee;
    min-width: 175px;
    z-index:9999;
}

#Nav .SubNav ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    background: Transparent url(../img/rounded-r.gif)  right 10px no-repeat;
    position: relative;
}

#Nav div ul li a, #Nav div.selected ul li a  {
    background-image: none;
    color: #bf0000;
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 0 5px;
}

#Nav div ul li a:hover {
    color: #fff;
    background: #bf0000 url(../img/liBg.gif)  0 0 no-repeat;
}

#Nav div ul li {
    list-style-type: none;
}

#Side {
    float: left;
    margin-left: 35px;
    width: 205px;
}

#Main {
    float: left;
    width:700px;
	margin-left:15px;
}

h3 {
    width: 205px;
    height: 24px;
    background: Transparent url(../img/wave2.gif)  0 0 no-repeat;
    color: #fff;
    font-size: 13px;
    font-family: Tahoma, Arial, sans-serif;
    padding: 3px 0 0 10px;
    letter-spacing: -1px;
    color: #eff2f5;
}


ul.SideNav {
    list-style-type: none;
    margin: 0 0 20px 0;
}

ul.SideNav li {
    border-bottom: solid 1px #e8e8e8;
    padding: 6px 0;
}

ul.SideNav li a, ul.SideNav li a:link, ul.SideNav li a:visited  {
    font-weight: bold;
    color: #00529c;
    font-size: 11px;
}

ul.SideNav li a:hover {
    color: #bf0000;
    text-decoration: none;
}

.sideBannerSingle {
    margin-bottom: 20px;
}

.mainBannerSingle {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-top: 10px;
}

label.error { display:none !important; }

.toBlock {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Teaser {
    background: Transparent url(../img/teaser.jpg)  0 0 no-repeat;
    height: 110px;
    padding:15px 20px;
    margin-bottom: 0px;
}

#Teaser p {
	font-weight: bold;
	line-height:15px;
}

h4 {
    text-indent: -9999px;
    height: 15px;
    width: 335px;
}

h4.newshr {
    background: Transparent url(../img/round_News_hr.gif) 0 0 no-repeat;
}

h4.newsen {
    background: Transparent url(../img/round_News_en.gif) 0 0 no-repeat;
}

h4.contacthr {
    background: Transparent url(../img/round_Contact_hr.gif) 0 0 no-repeat;
}

h4.contacten {
    background: Transparent url(../img/round_Contact_en.gif) 0 0 no-repeat;
}

h4.adviceshr {
    background: Transparent url(../img/round_Advices_hr.gif) 0 0 no-repeat;
}

h4.advicesen {
    background: Transparent url(../img/round_Advices_en.gif) 0 0 no-repeat;
}

h4.consultationhr {
    background: Transparent url(../img/round_Consultation_hr.gif) 0 0 no-repeat;
}

h4.consultationen {
    background: Transparent url(../img/round_Consultation_en.gif) 0 0 no-repeat;
}

.Col1, .Col2 {
    width: 335px;
    float: left;
}

.Col2 {
    margin-left: 24px;
}

.roundedBottom {
    min-height: 225px;
    background: Transparent url(../img/round_bottom.gif) bottom left no-repeat;
    padding: 15px;
    margin-bottom: 15px;
    line-height: 15px;
}

.roundedBottom2 {
    min-height: 220px;
    background: Transparent url(../img/round_bottom.gif) bottom left no-repeat;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    line-height: 15px;
}

#Footer {
    text-align: center;
    padding: 30px 0;
    border-top: solid 1px #ddd;
    margin: 30px 30px 0 30px;
}

#Footer a {
    color: #999;
}

#Shadow {
    background: #cccccc url(../img/shadow.jpg) top center no-repeat;
    height: 200px;
    margin-left:0px;
}

.helpLinks {
    text-align: right;
    color: #bf0000;
    margin-bottom: 10px;
}

.rss {
    background: Transparent url(../img/rss.gif) top right no-repeat;
    padding: 0 20px 0 0;
}

#Main ol {
    margin: 10px 0 0 0;
    padding-left:30px;
}

#Main ol li {
    padding-bottom: 4px;
}

#Main ul {
    list-style-type: none;
    margin: 10px 0 0 0;
}

#Main ul li {
    background: Transparent url(../img/arr.gif) 0 6px no-repeat;
    padding-left: 12px;
    padding-bottom: 4px;
}

#Main ul li ul {
    margin-left: 20px;
}

#Main {
    line-height: 17px;
}

#Main p {
    padding: 0 0 10px 0;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    color: #20529f;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #20529f;
    margin: 0 0 20px 0;
}

h2.headingTitle {
	font-size: 22px;
    font-weight: normal;
    color: #20529f;
    padding: 100px 0 0 20px;
    border: none;
    line-height:20px;
}

h2.mainNews {
	font-size: 13px;
    font-weight: bold;
    color: #20529f;
    padding: 0 0 0 0px;
    border: none;
    margin: 0 0 5px 0;
}

h5 {
    font-size: 15px;
    font-weight: bold;
    color: #20529f;
    margin-bottom: 10px;
    margin-top: 4px;

}

h5.toggler{
    font-size: 10px;
    font-weight: normal;
    color: #20529f;
    margin:0px;
    padding:5px;
    cursor:pointer;

}

div.element{padding:5px;}

h6 {
    font-size: 12px;
    font-weight: normal;
    color: #20529f;
    margin-bottom: 0px;
    margin-top: 15px;

}

.important1 {
    color: #da1100;

}

table {font-size: 11px;}

table thead td {background-color:#ededed;padding:1px;}

table.dozvole {}
table.dozvole thead {background-color:#ededff;}
table.dozvole thead td {text-align:center;vertical-align:middle;}
table.dozvole tbody {}
table.dozvole tbody td {padding:2px;text-align:center;vertical-align:middle;}

/* forma za registraciju */
.prijava{
	width:500px;
	float:left;
}
.korisnikBtn{
	width:160px;
	float:left;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	padding:3px;
	background-color: #005090;
	color:white;
	margin-bottom:1px;
	margin-right:1px;
}
.formBtn{
	float:left;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	padding:3px;
	margin-top:1px;
	background-color: #005090;
	color:white;
	width:494px;
}
.labelTD{
	width:120px;
	background-color: #005090;
	padding:5px;
	color:white;
	font-size:12px;
	padding-right:15px;
}
.selBox{
	width:200px;
}
/* end formu za registraciju */
/* lista korisnika, administracija */
.listaKorisnika{
	width:650px;

}
.listaKorisnika th{
	border-top:1px solid grey;
	border-right:1px solid grey;
	border-bottom:1px solid grey;
	padding:3px;
	text-align:left;
	padding-left:10px;
}
.listaKorisnika td{
	border-right:1px dashed grey;
	border-bottom:1px dashed grey;
	padding:3px;
	padding-left:10px;
	font-size:11px;
	color:#20529F;
}
.clickableTR{
	cursor:pointer;
}
.clickableTR:hover{
	background-color: #EFEFEF;
}
.userInfo{
	width:300px;
	border:1px dashed grey;
	position:absolute;
	padding:10px;
	background-color: white;
	left:100px;
	top:35px;
}
.podaci{
	border-bottom:1px dashed grey;
	padding-top:5px;
	bottom:2px;
}
.exit{
	font-size:10px;
	text-align:right;
}
/* end lista korisnika, administracija */

.rezTitle { background: url(../img/rezTitle.gif) no-repeat 0 0; padding: 14px 0 14px 18px; font-weight: bold; color:#000000; }
.prijenosRez { margin: 10px 0; }
.prijenosRez th, .prijenosRez td { font-size: 12px; text-align: left; padding: 4px 15px; background: #f4f4f4; }


#eopform ol
{
	padding: 6px 4px 2px 4px;
	list-style: none;
	list-style-type: none;
	background-color:#f1f1f1;
}

#eopform label
{
    display: block;
    float: left;
    width: 20em;
	margin-top:6px;
    margin-right: 1em;
    text-align: right;
	font-weight:bold;
}

#eopform label.error
{
    display: block;
    float: left;
    width: 2em;
	margin-right: -20em;
    text-align: left;
	font-weight:bold;
    color:red;
}

#addprihodform label.invalid
{
    display: block;
    float: left;
    width: 15em;
	margin: 0;
    text-align: center;
	font-weight:normal;
    color:red;
}

#eopsearchform ol
{
	padding: 6px 4px 2px 4px;
	list-style: none;
	list-style-type: none;
	background-color:#f1f1f1;
}

#eopsearchform label
{
    display: block;
    float: left;
    width: 10em;
	margin-top:4px;
    margin-right: 1em;
    text-align: right;
	font-weight:bold;
}


.eoptable thead tr th
{
    padding:3px;
    padding-left:6px;
    background-color:#666;
    font-weight:bold;
    text-align:left;
    color:#FFF;
}

.eoptable tr td
{
    padding:3px;
    padding-left:6px;
}

.eoptablelight tr td
{
    padding:3px;
    background-color: #EDEDED;
    text-align:center;
    color:#000;

}

input.error
{
    border:2px red solid;
}

.eopform ol
{
	padding: 6px 4px 2px 4px;
	list-style: none;
	list-style-type: none;
	background-color:#f1f1f1;
}

.eopform label
{
    display: block;
    float: left;
    width: 20em;
	margin-top: 6px;
    margin-right: 1em;
    text-align: right;
	font-weight: bold;
}

.eopform label.error
{
    display: block;
    float: left;
    width: 2em;
	margin-right: -20em;
    text-align: left;
	font-weight: bold;
    color: red;
}

.addprihodform label.invalid
{
    display: block;
    float: left;
    width: 15em;
	margin: 0;
    text-align: center;
	font-weight: normal;
    color: red;
}

.eopform select
{
    margin-left:4px;
    height:25px;
    padding:3px;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

#eopform select
{
    margin-left:4px;
    height:25px;
    padding:3px;
    font-size: 11px;
    font-family: Arial, sans-serif;
}


.eopformtable
{
    margin-top:12px;
}

.eopformtable .lbl
{
    text-align:right;
    font-weight:bold;
    padding-top:3px;padding-right:10px;
}


.eopformtable tr
{
    height:26px;
    font-weight:bold;
}

.editable
{
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    height:30px;
}

input
{
    font-size: 11px;
    font-family: Arial, sans-serif;
    margin-left:4px;
    height:25px;
    padding:3px;
}

textarea
{
    font-size: 11px;
    font-family: Arial, sans-serif;
    padding:3px;
}