﻿.akordeon
{
    width: 100%;
	max-width:800px;
	color:rgba(255,255,255,1);
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 35px;
}
.akordeon-item .akordeon-item-body
{
    overflow: hidden;
}
.akordeon-icon
{
	color:rgba(255,255,0,0);
}
.akordeon-heading
{
    float: left;
    padding-left: 10px;
	padding-top:5px;


}
.akordeon-icon span
{
    display:block;
	float:left;
	
}
.akordeon-item.expanded .akordeon-icon span {
	width:10px;
	height:30px;
	background-color:rgba(255,0,0,1);
	color:rgba(255,0,0,1);
}
.akordeon-item-head-container
{
	width: 100%;
	position: absolute;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
}

.akordeon-item.expanded .akordeon-item-body
{
   background-color:rgba(0,0,0,0.25);
   
}
.akordeon-item.collapsed
{
}

.akordeon-item.expanded .akordeon-heading
{
	
}

.akordeon-item.expanded .akordeon-item-head
{
   background-color:rgba(0,0,0,0.25);
 
}
.akordeon-item-content
{
    padding: 10px;
    min-height: 120px;
	


}
.akordeon-border-bottom
{
    
}
.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
   
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
  
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{


    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{

    behavior: url(PIE.htc);
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{

    behavior: url(PIE.htc);
}
