/* RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
	top: 0px;
} 
table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 
fieldset,img {  
	border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 
ol,ul { 
	list-style:none; 
} 
caption,th { 
	text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 
q:before,q:after { 
	content:''; 
} 
abbr,acronym { border:0; 
} 
/* */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

body {
	font-size: 85%;
	background-image: url(../images/kompas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #447faf;
	margin-bottom: 20px;
}

ul {
	margin-left: 24px;
}

li {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.4em;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 0px 9px;
}

table {
width:100%
}

td {
	width:33%;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-color:#EDF3FE;
	border:1px solid #FFFFFF;
	text-align:center;
	vertical-align: top;
}

.podjetje td  {
	width:33%;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDF3FE;
	text-align: left;
	border-left-style: none;
	border-top-style: none;
	vertical-align: top;
}

.none {
	background-color: #FFFFFF;
	border: none;
	margin: 0px;
	padding: 0px;

}

th {
	width:10%;
	background-color:#EDF3FE;
	padding-right: 4px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #314D6F;
}

small {
	font-weight: bold;
	color: #333333;
	font-size:100%;
}

big {
	font-size: 110%;
}

img {
	border: 1px solid #3F638E;
	margin: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #003871;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003871;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-bottom: 4px;
	color: #003871;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 10px;
	color: #003871;
	background-color: #EDF3FE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#top-line {
	width:100%;
	margin-top: 5px;
	height: 10px;
}
#lang {
	color: #FFFFFF;
	font-size: 100%;
	text-align: right;
	margin-right: 50px;
	float:right;
}

#pogoji {
	font-size: 80%;
	text-align: middle;
	float:left;
}
#pogoji a {
	color: #FFFFFF;
}

#lang a:link, #lang a:visited {
	color: #ECF2FD;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
	float: left;
	min-width: 84px; /* be nice to Opera */
	list-style-type: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	list-style-image: none;
	background-image: none;
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	font-size: 80%;
}
.tabs-nav .tabs-selected a {
	color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	outline: 0;
	color: #FFFFFF;
	background-color:#003871;
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {

}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {

}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {

}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	background-color: #FFFFFF;
	border: 2px solid #1e487b;
	padding: 16px;
	width: 638px;
	font-size: 80%;
	margin-left: 3px;
	margin-top: 1px;
}

.tabs-container a:link, .tabs-container a:visited {
	color: #3F638E;
}

.tabs-container a:hover {
	text-decoration: none;
}

.tabs-container em {
	color: #999999;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#back {
	background-image: url(../images/back.gif);
	height: 200px;
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}
