@charset "utf-8";
/* CSS Document */

.indentmenu{
font: bold 13px Arial;
width: 652px; /*leave this value as is in most cases*/
margin:0 auto;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width:100%;
/* width: 80%; width of menu*/
background: black url(menu_tab.gif) center center repeat-x;
}

.indentmenu ul li:hover{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: black url(menu_tab1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 15px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #0f0 !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(menu_tab1.gif) center center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #4294ca;
width: 650x;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.blok {
	border:1px solid #fff;
	border-top:none;
	width:650px; /*sitina donjeg bloka*/
	min-height:585px;
	_height:580px;
	margin-bottom:1em;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
}

@media print {
.tabcontent {
display:block !important;
}
}

