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

.indentmenu_1{
font: bold 13px Arial;
width: 650px; /*leave this value as is in most cases*/
float:left;
margin-left:6px;
border:2px solid;
border-color:#000;
position:relative;
}

.blok_1 {
	border:2px solid;
	border-color:#000;
  border-top:0;
	width:640px; /*sirina donjeg bloka*/
	min-height:520px;
	_height:520px;
	padding: 5px;
	margin-left:6px;
	float:left;
	background: url(pozadina_prezentacija.jpg)  /*boja pozadina prezentacije*/
}

.blok_2 {
	border:1px solid;
	border-color:#000;
  border-top:0;
	width:640px; /*sirina donjeg bloka*/
	padding: 0 5px 0 5px;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
	background:#fff;
}

.footer_prez {
	border-color:#000;
  text-align:center;
	padding-bottom:20px;
}

.indentmenu_1 a{
	width:113px;
	height:20px;
	padding:3px 5px 0px 5px;
	background: url(menu_poz.gif);
	color:#ffffff;
	display:block;
	text-align:center;
}

.indentmenu_1 a:hover{
	color:#0f0;
	background: url(menu_poz1.gif);
	text-decoration:none;
}

.indentmenu_1 a.selected{
background:  url(menu_poz1.gif);
color: #0f0;
}

.tabelica {
	width:654px;
	font-size:11px;
	font-weight:no bold;
	border:2px solid;
  border-color:#000;
  color:#fff;
	margin-left:6px;
	padding:5px 5px 38px 5px;
	text-align:center;
	background:url(futer_pozadina3.png);
}

.tabelica a{
	color:#fff;
	background: url(menu_poz.gif);
	padding:3px;
	display:block;
}

.tabelica a:hover{
	color:#0f0;
background: url(menu_poz1.gif);
}

.tabelica a:selected{
	color:#0f0;
background: url(menu_poz.gif);
}

