.tabela {
color: #000000;
}
.tabela2 {
color: #ffffff;
}
.tab{
font-weight:bold;
width: 898px;
background: url(aktivno.jpg) center center repeat-x;

}

.tab ul{
margin: 0;
padding: 0;
float: left;
width: 898px;
border-top: 1px solid #e8e8e8; 
background: url(aktivno.jpg) center center repeat-x;
}

.tab ul li{
display: inline;
}

.tab ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-left: 1px solid #e8e8e8; /*navy divider between menu items*/
width: 426px;
outline:none;
}

.tab ul li a:visited{
color: white;
}
.tab li a:hover{
text-decoration: underline;
color: #2d2b2b;
background: black url(neaktivno.jpg) center center repeat-x;

}

.tab ul li a.selected{
color: #8C0000 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(neaktivno2.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #e8e8e8;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
	padding-left: 15px;
	padding-top: 15px;
}

@media print {
.tabcontent {
display:block !important;
}
}
