.tab-content
{
    border: 1px solid #FF580F;
	background: white;
	color: black;
	padding: 0.5em;
    margin: 0;
}


.tab-header
{
	position: relative;
	height: 3em;
	width: 80em;
	margin-bottom: 0px;
	padding-bottom: 0px;    
}

.tab-header ul.tab-list
{
	margin: 0;
	padding: 0;
    position: absolute;
    bottom: -1px; 
	width: 80em;
}

.tab-header ul.tab-list li
{
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active
{
	display: block;
	float: left;
	padding: 10px;
    margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
    font-weight: bold;
	text-decoration: none;
}


.tab-header ul.tab-list a
{
	background: #E8EFF5;
    border: 1px solid #FF580F;
    padding: 10px;
     
}
/* aktivni zalozka*/
.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover
{
    border: 1px solid #FF580F; 
    border-bottom: none;
    background: #1B689E;
    color: #fff;
    padding: 10px;
}

.tab-header ul.tab-list a:hover
{

    background: #FF580F;
    color: #E8EFF5;
    padding: 10px;  
    border:1px solid #FF580F;
}

.tab  
{
	display: none;
}