@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #003E5F;
	background-color: #005685;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link {
	color: #3D92BF;
}
a:visited {
	color: #104873;
}

.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	background-color: #eeeeee;
	background-image: url(images/dno2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 315px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
.twoColFixLtHdr #mainContent-1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #0081C4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #104873;
	background-image: url(images/dno.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
} 
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #E3F3FF;
}
.twoColFixLtHdr #vrh {
	background-color: #0081C4;
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #7F94B0;
}
.twoColFixLtHdr #dynloadarea {
	width: 600px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.slika {
	border: 5px solid #3B4C91;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #005685;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E95BF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #104873;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #104873;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #104873;
}
.naslov1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0081C4;
}
.input {
	background-color: #A69A81;
	color: #E0D3B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 300px;
	border: 1px solid #706F6B;
}
.input2 {
	background-color: #A69A81;
	color: #E0D3B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px;
	border: 1px solid #706F6B;
}
.prvoslovo {
	font-size: 18px;
	font-weight: bold;
	color: #1D3F59;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #376391;
	width: 300px;
	border: 1px solid #666666;
	height: 20px;
	color: #E4EDF2;
	margin-top: 2px;
	margin-bottom: 2px;
}
.box2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #376391;
	width: 300px;
	border: 1px solid #666666;
	height: 120px;
	color: #E4EDF2;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ---------------------- END Dolphin nav ---------------------- */	
.box3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #376391;
	width: 60px;
	border: 1px solid #666666;
	height: 20px;
	color: #E4EDF2;
	margin-top: 5px;
	margin-bottom: 5px;
}



.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: 80px;
	background-color: #FFFFCC;
	border: 1px dotted #333333;
	font-size: 11px;
	font-weight: bold;
}
.tablicanaslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #0081C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #342538;
	color: #FFFFFF;
}
.tablica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #342538;
}
.tablica2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #E6E18A;
}
.tablicakontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	background-color: #E6E18A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #342538;
	line-height: 25px;
	vertical-align: middle;
}
.izdvojeno  {
	margin: 0px;
	padding: 5px;
}

	*{
	list-style:none;
}
#menucontainer{
	position:relative;
	height:40px;
	color:#FFFFFF;
	width:900px;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	margin-right: auto;
	margin-left: auto;
	background-color: #104873;
	}
#menunav{
	position:relative;
	height:38px;
	font-size:12px;
	font-weight:bold;
	background-color: #3D92BF;
	background-image: url(slike/background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#input1{
   background:#FFFFFF;
   border:1px solid #B2C1C4;
   padding-left:8px;
   width:138px; height:21px;
   color:#748184;
   margin-right:9px;
   vertical-align:middle;
   padding-top:2px;
   font-size:10px
}


input{
	border:1px solid #B4B0AE;
	padding-left:5px;
	width:250px;
	height:20px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A80A5;
}
select{
	border:1px solid #B4B0AE;
	padding-left:5px;
	width:260px;
	height:20px;
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A80A5;
}
textarea{
	background-color: #eeeeee;
	border:1px solid #B4B0AE;
	padding-left:5px;
	width:520px;
	height:112px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A80A5;
	overflow:auto
}
.submit{
	border:1px solid #B4B0AE;
	padding-left:5px;
	width:100px;
	height:20px;
	background-color: #0081C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#input2{
   border:0px;
   padding-left:0px;
   width:26px; height:21px;
   vertical-align:middle
}
#input3{
   border:0px;
   padding-left:0px;
   width:41px; height:21px;
}#input4{
   border:0px;
   padding-left:0px;
   width:41px; height:21px;
}

ul#menu{
	width: 100%;
	height: 43px;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #0081C4;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}
