@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: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #004384;
}
a:visited {
	color: #1693A5;
}

.twoColFixLtHdr #container {
	width: 980px;
	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: #96CFEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #1693A5;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 960px;
	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: 292px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	background-color: #F7F972;
	background-image: url(images/dno2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.twoColFixLtHdr #container #sidebar1 #izdvojeno {
	border: 2px dotted #FF0000;
	background-color: #FFCC00;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	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: #1693A5;
	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: #1693A5;
	height: 155px;
	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: #F7F972;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #004384;
}
.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: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #004384;
	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: #004384;
	background-color: #F7F972;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004384;
	padding: 3px;
}
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: #1693A5;
}
.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: #3D92BF;
	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  {
	border: 2px solid #342538;
	margin: 0px;
	padding: 3px;
	background-color: #E4EDF2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
}
.prekrizeno {
	text-decoration: line-through;
}


	*{
	list-style:none;
}
#menucontainer{
	position:relative;
	height:40px;
	color:#FFFFFF;
	width:980px;
	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: #003E5F;
	background-image: url(images/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;
}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#96CFEA;
	text-decoration:none;
	height:38px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#menunav ul li a span{
	height:21px;
	float:left;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

#menunav ul li a:hover{
	color:#fff;	
	background:transparent url(images/hover.jpg) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(images/left.jpg) no-repeat top left;
	line-height:275%;}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(images/right.jpg) no-repeat top right;
	height:38px;}
