@charset "utf-8";

* {font-size:100.01%}

:focus {
	outline: none;
}
body {
	font: 12px/1.6em Arial, Helvetica, sans-serif;

}

.uvod {
	width: 95%;
		font-size: 12px;
	color: #636363;
	margin-bottom: 20px;
	text-align: justify;
}


a:link {
	color: #c62408;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #c62408;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

a:active {
	outline: none;
}


/********************tabele*****************/

table
{

	font-size: 12px;
	margin: 0px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px;

}


table th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	background: #f4c2c2;
	font-weight: bold;
}
table td
{
	padding: 8px;
	background: #f2f2f2;
	border-top: 1px solid #fff;
	color: #c62406;

}

table tbody tr:hover td
{
	background: #fbebeb;
}

table caption {
		color: #c62406;
	font-weight: bold;
	padding-left: 8px;
	margin: 0;
	padding-top: 10px;

}

/*******************************************/

.story-naslovi {

}

.story-naslovi a:link,.story-naslovi a:visited{
	color: #636363;
}

.story-naslovi a:hover {
	color: #C62408;
	text-decoration: none;	
}

.story-naslovi p a:link, .story-naslovi p a:visited {
	margin-left: 5px;
	color: #C62408;

}

.story-naslovi p a:hover{
	color: #C62408;
	text-decoration: underline;
}

/*********************forma za unos**********/

h1 {
	color: #c62408;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 19px;
	margin-left: 23px;
	padding-top: 10px;
	float: left;
}

.paket {
	font-size: 15px;
	color: #666666;
	float: left;
	padding-left: 10px;
}

.paket strong {
	color: #333333;
}

/********************tabele2*****************/

table.forma
{
	clear: both;
	margin-top: 15px;

	font-size: 12px;
	margin: 0px;
	text-align: left;
	border-collapse: collapse;
	margin-bottom: 10px;

}


table.forma th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	background: none;
	font-weight: bold;
}
table.forma td
{
	padding: 8px;
	background: none;
	border-top: 1px solid #fff;
	color: #c62406;

}

table.forma tbody tr:hover td
{
	background: none;
}

table.forma input
{
	width: 200px;
}

table.forma input.searchbutton {
	width: 71px;
}


input.searchbutton {
	background-image: url(../img/searchbg2.gif);
	background-repeat: no-repeat;
	display: block;
	width: 71px;
	height: 28px;
	border: 0;
	outline: none;
}

input.searchbutton:hover {
	background-position: 0 -28px;	
		outline: none;
}

input.searchbutton:active {
	background-position: 0 -56px;	
		outline: none;
}


.error {
	color: #F00;
	font-size: 11px;
	padding-left: 5px;
}

.izabrali {

	margin-bottom: 5px;
}

.izabrali2 {
	padding-top: 15px;
	margin-bottom: 5px;
	clear: both;
}