/* Start of CMSMS style sheet 'Style' */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background:#f0f4f5;
margin-top:0px;
}

a:link {
color: #b1cd47;
text-decoration: none;
}
a:visited {
color: #b1cd47;
text-decoration: none;
}
a:hover {
color: #b1cd47;
}
a:active {
color: #b1cd47;
text-decoration: none;
}


div#online_rezervacija{
width:225px;
background-color:#ffffff;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#707172;
padding-top:10px;
padding-bottom:10px;
font-weight:bold;
}


div#novice_desno, div#novice_desno_top{
width:225px;
height:150px;
background-color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
padding-top:0px;
padding-left:0px;
padding-bottom:0px;
cursor:pointer;
}

div#left_images {
width:450px;
height:150px;
background-color:#ffffff;
padding-top:0px;
padding-left:0px;
padding-bottom:0px;

}

div#novice_desno a {
font-size: 10px;
color: #707172;

}

div#novice_desno a:hover {
color: #b1cd47;
}

.link_glava a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
             text-transform:uppercase;
}

.link_glava a:hover{
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
             text-transform:uppercase;
}

.link_glava a:visited{
	font-size: 9px;
	color: #FFFFFF;
             text-decoration:none;
             text-transform:uppercase;
}

.link_glava a:active {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration:none;
             text-transform:uppercase;
}


div#default_novice {
padding-left:10px;
padding-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#default_novice a {
font-size: 12px;
color: #0d2d07;

}

div#default_novice a:hover {
color: #b1cd47;
}

div#prule{
width:213px; 
height:60px; 
padding-left:12px;
font-size: 10px;
color: #FFFFFF;
background:#003329;
}

div#prule_not{
width:213px; 
padding-left:12px;
font-size: 10px;
color: #000000;
}

div#prule_not a {
font-size: 10px;
color: #000000;
}

div#prule_not a:hover{
font-size: 10px;
color: #b1cd47;
}


div#prule a, div#prule a:hover{
font-size: 10px;
color: #FFFFFF;
}

.navigacija_kje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b1cd47;
	padding-left:16px;
	padding-top:16px;
}

div#pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left:25px;
             padding-top:5px;
	text-transform:uppercase;
}

div#pagecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
margin-top: 10px;	 
margin-left: 25px; 
margin-right: 25px; 
	
}

/* ++++++++++++++++++++++++++++++++++++++++ */


img {
   border: 0;
}



div.breadcrumbs {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #b1cd47;
margin-top: -16px;	 
margin-left: 25px;           /* css shorthand rule will be opened to be "0 1em 0 1em" */
   
}

div.breadcrumbs a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #b1cd47;
text-decoration:none;
}

div.breadcrumbs a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #b1cd47;
text-decoration:underline;
}



div.breadcrumbs span.lastitem { 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b1cd47;
  
 } 



div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   /* keep footer below content and menu */
   font-size: 9px;
    width:400px;
   text-align:center;
border-top: 1px dotted black;
bottom:0;
position:relative;
margin-top: 30px;
}

div#footer a{
 color:#000000;
text-decoration:underline;
}

div#inside {
   /* keep footer below content and menu */
	width: 400px;
             height:100%;
             position: relative;
}




/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 0 0 0.5em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 7px 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

input.def_input {
color:#21567b;
border:1px solid #21567b;
padding:1px;
width:58px;
font-size:10px;
color:#0D2D07;
height:11px;
}

input#submit, #submit input {
background:#B1CD47 none repeat scroll 0;
border:1px solid #ffffff;
color:#000000;
/*padding:2px 5px;*/
text-align:center;
cursor:pointer;
font-size:10px;
}

input#submit:hover, #submit input:hover {
background:#B1CD47 none repeat scroll 0;
border:1px solid #21567b;
color:#ffffff;
}


form
{
  
  padding-top: 0px;
margin-top: 0px;

}
/* End of 'Style' */

