/*//////////////
  BACKGROUNDS
/////////////*/
.default {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    margin-top: 0px;
    background-color:#A0A7AD;
}

.def {
	background:url(images/bg-tile.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.tdm {
	background:url(images/bg-main.gif);
}
/*///////////*/

/*//////////////
     TEXTS
/////////////*/
.txt {
font-family: Tahoma;
font-size: 11px;
text-decoration: none;
color: black;
}

.txt:hover {
font-family: Tahoma;
font-size: 11px;
text-decoration: underline;
color: black;
}

.txt2 {
font-family: Tahoma;
font-size: 11px;
text-decoration: none;
color: white;
}

/*///////////*/

.naslov {
font-family: Trebuchet MS;
font-size: 11px;
text-decoration: none;
color: #868584;
font-weight: bold;
}

.br {
line-height:4px;
}

.br2 {
line-height:8px;
}

.vise {
font-family: Trebuchet MS;
font-size: 10px;
text-decoration: none;
color: #0876B1;
font-weight: normal;
}
.vise:hover {
font-family: Trebuchet MS;
font-size: 10px;
text-decoration: none;
color: #0876B1;
font-weight: normal;
}

.links {
font-family: Tahoma;
font-size: 10px;
text-decoration: none;
color: #660000;
font-weight: normal;
}

.links:hover {
font-family: Tahoma;
font-size: 10px;
text-decoration: none;
color: #660000;
font-weight: normal;
}

.tipka {
	width:50px;
	border:1px solid #c4c3c3;
	background-color: #252525;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.forma1 {
	width:168px;
	height:15px;
	border:2px solid #ddd8bb;
	font-family: Verdana Helvetica sans-serif;
	color: #004e99;
	font-size: 11px;
	font-weight: bold;
	background-color:#F5EED4;
}
.forma2 {
	width:200px;
	height:70px;
	overflow: auto;
	border:1px solid #c4c3c3;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #d1d1d1;
	background-color:#252525;
}

.forma3 {
	width:200px;
	height:20px;
	border:1px solid #c4c3c3;
	font-family: Verdana;
	color: #d1d1d1;
	font-size: 11px;
	font-weight: normal;
	background-color:#252525;
}

.border{
border:4px solid #FFFFFF;
}


a{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: white;
}
a:hover{
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #BCAEAC;
}

.Back{
	background-image:url(images/bg-tile.jpg);
	background-repeat:repeat-y;
}

.scroll {
height:338px;
height:440px;
overflow:auto;
}

.li {
list-style:square;
}