div#innercontentframe {
  margin-right: 6px;
  margin-left: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: justify;
  color: #404060;
}

div#innercontentframe .card{
  background: #ebebeb;
  background-image: url('../design-images/hole.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 240px;
  float: left;
}

div#innercontentframe .card .hrtop{
  height: 10px;
  width: 178px;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 5px;
  position:relative;
  top: 5px;
}

div#innercontentframe .card .hrbottom{
  height: 10px;
  width: 178px;
  border-top: 0px
  border-left: 0px;
  margin-left: 54px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  position:relative;
  top: -5px;
}

div#innercontentframe .card .between{
  width: 210px;
  margin-left: 13px;
  font-size: 13px;
}

div#innercontentframe .card .between .head{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
}


div#innercontentframe .box{
  background: #ebebeb;
  background-image: url('../design-images/hole.jpg');
  background-position: top right;
  background-repeat: no-repeat;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 510px;
}

div#innercontentframe .box .hrtop{
  height: 10px;
  width: 450px;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 0px;
  border-bottom: 0px;
  margin-left: 4px;
  position:relative;
  top: 5px;
}

div#innercontentframe .box .hrbottom{
  height: 10px;
  width: 450px;
  border-top: 0px
  border-left: 0px;
  margin-left: 54px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  position:relative;
  top: -5px;
}


div#innercontentframe .small{
  font-size: 12px;
}

div#innercontentframe .box .between{
  width: 496px;
  margin-left: 8px;
}

div#innercontentframe H1{
  background: #dddfe3;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  letter-spacing: 1px;
  color: inherit;
}

div#innercontentframe H2{
  text-align: left;
  font-size: 16px;
  color: inherit;
  margin: 8px;
}

div#innercontentframe H3{
  text-align: left;
  font-size: 15px;
  color: inherit;
}

div#innercontentframe A{
  color: #303030;
}

div#innercontentframe .errorlogo{
  background-color: #f2eeee;
  border: 1px solid #d2cccc;
  color: #660000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  width: 14px;
  height: 16px;
  text-align: center;
  float: left;
  overflow: hidden;
}

div#innercontentframe .errormsg{
  color: #550000;
}

div#innercontentframe .csomagtabla{
  width: 100%;
  margin: 0px;
  background: #edeff3;
  text-align: center;
}

div#innercontentframe .csomagtabla TH{
  border: 1px solid #acacb2;
  font-size: 14px;
  font-weight: bold;
  background: #cdcfd3;
}

div#innercontentframe .csomagtabla TD{
  border: 1px solid #ccccd2;
  font-size: 14px;
}

div#innercontentframe .csomagtabla .hidden{
  background: #ebebeb;
  border: none;
}

div#innercontentframe .csomagtabla .sor0{
  background: #edeff3;
}

div#innercontentframe .csomagtabla .sor1{
  background: #e7e9ed;
}

.sitemap UL{
  margin-left: 20px;
  margin-right: 10px;
}

.sitemap LI{
  margin-left: 5px;
  list-style-type: square;
  list-style-position: inside;
  font-size:18px;
}

.sitemap UL LI{
  list-style-type: disc;
  font-size: 16px;
}

.sitemap UL UL LI{
  list-style-type: circle;
  font-size: 14px;
}

