ul, li{list-style:none;}
.title{font-family:'Lato', Calibri, Arial ,sans-serif;font-size:0.9em;font-weight:bold;color:#555;text-shadow: 1px 1px #fff;}
.title2{font-family:'Lato', Calibri, Arial ,sans-serif;font-size:0.9em;font-weight:bold;color:#fff;text-shadow: 1px 1px #000;}
.date{font-family:'Lato', Calibri, Arial ,sans-serif;font-size:0.7em;font-weight:bold;color:#865a15;text-shadow: 1px 1px #fff;}
.memo{font-family:'Lato', Calibri, Arial ,sans-serif;font-size:0.75em;font-weight:bold;color:#555;text-shadow: 1px 1px #fff;}

#Notice{text-align:center;margin:0px;padding:0px;width:100%;}
#Notice ul.title{float:left;text-align:left;margin:0px;padding:0px;width:100%;height:30px;line-height:30px;text-indent:5px;border: 1px solid #999;

background: #a6a6a6; /* Old browsers */
background: -moz-linear-gradient(top, #a6a6a6 0%, #5c5c5c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6a6a6), color-stop(100%,#5c5c5c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a6a6a6 0%,#5c5c5c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a6a6a6 0%,#5c5c5c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a6a6a6 0%,#5c5c5c 100%); /* IE10+ */
background: linear-gradient(top, #a6a6a6 0%,#5c5c5c 100%); /* W3C */
}
#Notice ul.txt{float:left;text-align:center;margin:0px;padding:0px;width:100%;}

.akordeon{float:left;text-align:center;margin:0px;padding:0px;width:100%;border: solid 1px #9a9a9a;}
.akordeon-item{position: relative;}
.akordeon-item .akordeon-item-head
{
    height: 30px;
    line-height:30px;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
   text-indent:10px;
    background: #d3d3d3; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d3d3d3), to(#e8e8e8));
    background-image: -moz-linear-gradient(#d3d3d3, #e8e8e8);
    background-image: -webkit-linear-gradient(#d3d3d3, #e8e8e8);
    background-image: -o-linear-gradient(#d3d3d3, #e8e8e8);
    background: -ms-linear-gradient(#d3d3d3, #e8e8e8);
    background: linear-gradient(#d3d3d3, #e8e8e8);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */ /*position:relative;*/
}
.akordeon-item .akordeon-item-body
{
    background: #dedede; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dedede), to(#f7f7f7));
    background-image: -moz-linear-gradient(#dedede, #f7f7f7);
    background-image: -webkit-linear-gradient(#dedede, #f7f7f7);
    background-image: -o-linear-gradient(#dedede, #f7f7f7);
    background: -ms-linear-gradient(#dedede, #f7f7f7);
    background: linear-gradient(#dedede, #f7f7f7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */ /* min-height: 100px;     padding: 10px;*/
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 34px;
    height: 28px;
    line-height:25px;
    background: #4a8be3;
    padding:0px;
    margin:0px auto;
    float: left;
   text-align:center;
    cursor: pointer;
    border: 1px solid #ddd;
}
.akordeon-heading
{
    float: left;
    font-weight: bold;
}
.akordeon-heading ul.box{float:left;text-align:left;margin:0px;padding:0px;width:100%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.akordeon-icon span                  
{
    color: #ddd;
    font-size:24px;
   text-shadow: 1px 1px #333;
    position: absolute;
    font-weight:bold;
    float: left;
    text-align:center;
text-decoration:none;
}
.akordeon-item.expanded .akordeon-icon span
{
    top: 9px;
   text-decoration:none;
}
.akordeon-item-head-container
{
    width: 100%;
    position: absolute;
    left:0px;
   text-align:center;
    cursor: pointer;
text-decoration:none;
}

.akordeon-item.expanded .akordeon-item-body
{
    border-top: solid 1px #9a9a9a;
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
    color: #6b6b6b;
}

.akordeon-item.expanded .akordeon-item-head
{    background: #d3d3d3; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d3d3d3), to(#e8e8e8)) !important;
    background-image: -moz-linear-gradient(#d3d3d3, #e8e8e8) !important;
    background-image: -webkit-linear-gradient(#d3d3d3, #e8e8e8) !important;
    background-image: -o-linear-gradient(#d3d3d3, #e8e8e8) !important;
    background: -ms-linear-gradient(#d3d3d3, #e8e8e8) !important;
    background: linear-gradient(#d3d3d3, #e8e8e8) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#e8e8e8',GradientType=0 ) !important; /* IE6-9 */ /* -webkit-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     -moz-box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);     box-shadow: 0px 10px 0px rgba(92, 92, 92, 0.75);*/
}
.akordeon-item-content
{
    padding:0px;
    min-height:200px;
    height:200px;
    overflow:auto;
letter-spacing:1px;word-spacing:1px;
background: #eee;
}
.akordeon-item-content ul.con{float:left;text-align:justify;margin:0px auto;padding:5px;width:95%;}
.akordeon-item-content ul.con img{max-width:100%;}
.akordeon-border-bottom
{
    border-bottom: solid 1px#9a9a9a;
}
.akordeon-border-top
{
    border-top: solid 1px #9a9a9a;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
    border-bottom: solid 1px #9a9a9a !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    border-bottom: none;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    border-bottom: solid 1px black;
    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    behavior: url(PIE.htc);
}
