body {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 13px;
  line-height: 170%;
  background-color: #C7B38D;
}

h2, .TitleTextarea {font-family: Times New Roman, Times, serif; font-size: 24px; font-weight: lighter; color: #5E3F00; text-transform: uppercase;}
h3, .HeaderTextarea {font-family: Times New Roman, Times, serif; font-size: 17px; font-weight: 500; color: #AE8B40; font-style: italic;}

.BodyTextarea {font-family: 'Trebuchet MS', Verdana, sans-serif; font-size: 13px;}

a {color: #000; border-bottom: 1px dotted #000; text-decoration: none;}
a:hover {color: #000; border-bottom: none; text-decoration: none;}
a img { border: none; }

.textarea { width: 100%; padding: 3px; background-color: Transparent; }
.textbox { width: 300px; font-family: 'Trebuchet MS', Verdana, sans-serif; font-size: 13px; }
.bordered { border: 1px solid #c0c0c0; -moz-border-radius: 5px; border-radius: 5px; }
.noborder { border: none; }

/*
This class (.dimensions) keeps the site centered...
touch it only if you know what you're doing!
*/
.dimensions {
   position: absolute;
   margin-left: 50%;
   left: -500px;
   width: 1000px;
   height: 100%;
   overflow: hidden;
}

.showoverflow {
   height: auto;
   overflow: visible;
   position: static;
   margin: auto;
   height: auto;
}

#contentWrapper {
  position: static;
  margin-top: 280px;
  left: 0px;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 25px;
  background:url(../images/bg_content.jpg) repeat-x #FFF;
  z-index: 50;
}

.leftContent {
  width: 600px;
  float: left;
}

.rightContent {
  float: right;
  padding-top: 60px;
}

.clear {
  clear: both;
}

div.contentBox {
  background: url(../images/bg_contentBox.jpg) repeat-x 50px 0px;
  width: 300px;
  min-height: 64px;
  margin-bottom: 40px;
  padding: 5px;
  border: 1px dotted #412C00;
}

div.contentBox h5 {
  margin: 5px;
  font-family: Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: lighter;
  color: #412C00;
  letter-spacing: 0.1em;
}

div.contentBox p {
  margin: 0px 10px 0px 10px;
}



#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  background: url(../images/bg_header.jpg) repeat-x;
}

#header #logo img {position: absolute; left: 10px; top: 5px;}
#header #logo h1 {position: absolute; left: 60px; top: 50px; margin: 0; padding: 0; font-size: 20px; font-weight: normal; color: #624200; width: 200px;}
#header #logo h6 {position: absolute; left: 10px; top: 72px; margin: 0; padding: 0; font-size: 13px; font-weight: normal; color: #624200; width: 200px; font-style: italic;}

#navigationTop {position: absolute; height: 45px; top: 75px; left: 240px;}

#navigationTop ul {margin: 0; padding:0;}
#navigationTop li {margin: 0 10px 0 0; padding:0; float: left; list-style-type: none;}
#navigationTop li a {display: block; padding: 10px 15px 13px 15px; font-size: 12px; text-decoration: none; font-weight: bold; color: #604000; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;}
#navigationTop li a:hover {background: url(../images/bg_topnavhover.jpg) repeat-x;}
#navigationTop li a.active {background: url(../images/bg_topnavActive.jpg) repeat-x; -webkit-box-shadow:0 0 5px #ffffff; -moz-box-shadow: 0 0 5px #ffffff; box-shadow:0 0 5px #ffffff; }

#linebelownav {
  position: absolute;
  top: 110px;
  height: 10px;
  z-index: 20;
  width: 100%;
  background-color: #AF8B41;
}

#topImage {
  position: absolute;
  top: 120px;
  height: 150px;
  width: 100%;
  background: url(../images/bg_topImage.jpg) repeat-x;
}

#topImage #slogan {
  position: absolute;
  z-index: 20;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#topImage #slogan p, .MasterHeader {
  color: #E7DABF;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  font-size: 14px;
  margin: 10px;
  line-height: 190%;
    width: 300px;
}
#topImage #slogan a { color: White; }
#topImage #slogan a:hover { color: Gray; }

#footerWrapper {
  left: 0px;
  width: 100%;
  height: auto;
  background:url(../images/bg_footer.jpg) repeat-x;
  min-height: 50px;
  max-height: 50px;
  z-index: 100;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

#footerLeft, #footerMiddle, #footerRight {
  width: 0px;
  padding: 5px 50px 5px 0px;
  float: left;
}

#footerMiddle {padding-left: 200px; border-right: 0px solid #DAC9A3; width: 500px; border-left: 0px solid #DAC9A3;}
#footerRight {padding-left: 25px; padding-right:0px; width: 0px; border-right: none; float: right;}

#footerWrapper h6, .MasterFooter {
  margin: 0;
  padding: 0;
  font-family: Times New Roman, Times, serif;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px solid #DAC9A3;
  color: #F4EEE1;
  text-align: center;
}

#footerWrapper a {color: white; border-bottom: 1px dotted white; text-decoration: none;}
#footerWrapper a:hover {color: white; border-bottom: none; text-decoration: none;}


p.dark, div.dark {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #917746;
  padding: 10px;
}

/* Dostopne zbirke - izpis rezultatov */
.ogled-div { height: 350px; overflow: auto; }
.ogled .count { text-align: center; }

table.ogled {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
    width: 100%;
}
table.ogled th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: gray;
	background-color: rgb(199, 179, 141);
	
}
table.ogled td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: rgb(255, 255, 255);
	font-family: Times New Roman, Times, serif;
    font-weight: normal;
    font-size: 12px;
	
}