@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #333333;
	background-color: #990000;
	text-align: center;
	margin: 0px;
}

.kolona_desno {
	font-size: 10px;
}

.naslov_mali{
	font-size: 11px;
	color: #990000;
	}
	
.naslov_veliki{
font-size: 19px;
}	

ul
{
	list-style-type: none;
	padding-left: 5px;	
	margin: 0;
}

li{
	background-image:
	url(../Files/kockica.jpg);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.4em;
}

	

.belo a:link {
	text-decoration: none;
	color: #CCCCCC;
}
.belo a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.belo a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.belo a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.crvena_slova{
	color: #990000;
	font-size: 12.5px;
	}

.crveno a:link {
	text-decoration: none;
	color: #99FFFF;
}
.crveno a:visited {
	text-decoration: none;
}
.crveno a:hover {
	text-decoration: underline;
}
.crveno a:active {
	text-decoration: none;
}


table {
	background-color: #fcfbf0;
	text-align: left;
	}

td{
	padding: 13px;
	vertical-align: top;
	}

.osnovna_tabela{
	padding: 0px;
	width: 950px;
}

.ivica_leva{
	width: 20px;
	padding: 0px;
	background-image: url(../Files/senka.jpg);
	background-repeat:repeat-y;
	background-position: right;
}

.ivica_desna{
	width: 20px;
	padding: 0px;
	background-image: url(../Files/senka2.jpg);
	background-repeat:repeat-y;
	background-position: left;
}

.footer{
	background-image: url(../Files/foot_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #5D5D5D;
	color: #CCCCCC;
	text-align: center;
	}

.footer_border{
	background-color: #CCCCCC;
	padding: 0px;
	font-size: 2px;
	height: 2px;
	}
	

