#index_main
{
background-image: url("images/pozadina.jpg");
background-repeat: repeat-x;
background-color:#000000;
font-family:Arial;
}

#grayLink
{
	color: 666666;
	text-decoration: none;	
}


#grayLink:hover
{
	color: 666666;
	text-decoration: underline;
}


.button {
	font-family: Verdana, Arial;
	border: 1px solid black;
    color: 000000;
    background-color: DDDDDD;
    font-size: 10px;
    padding: 1px;
}


.border1
{
	border: 1px solid #BBBBBB;
}


#naranLink
{
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

#zeleniLink
{
	color: green;
	text-decoration: none;
	font-weight: bold;
}

#plaviLink
{
	color: 5473AC;
	text-decoration: none;
	font-weight: bold;
}


#siviTekst
{
	color: gray;
	font-size: 11px;
}

#crniTekst
{
	color: black;
	font-size: 11px;
}

.grayLinkBold
{
	color: gray;
	font-weight: bold;	
	text-decoration: none;
}

.grayLinkBold:visited
{
	color: gray;
	font-weight: bold;	
	text-decoration: none;
}

.grayLinkBold:hover
{
	color: #333333;
	font-weight: bold;	
	text-decoration: none;
}








/* dole je standard */



body
{
	font-family: Verdana, Arial;
    font-size: 11px;;
}

a
{
	text-decoration: none;
	font-size: 1em;
	color: white;
}

a:visited
{
	color: white;
}

a:hover
{
	text-decoration:underline;
	color: white;
}

table
{
	font-family: Verdana, Arial;
    font-size: 10px;
}

input
{
	font-family: Verdana, Arial;
    font-size: 1.1em;
    border: 1px solid gray;
    padding: 2px;
}

textarea
{
	font-family: Verdana, Arial;
    font-size: 1.1em;
    border: 1px solid gray;
}


select
{
	font-family: Verdana, Arial;
    font-size: 10px;	  
    color: #555555;
    border: 1px solid gray;
}

.dugme
{
	font-family: Verdana, Arial;
    font-size: 10px;
    border: 1px solid gray;
    padding: 2px;
    background-image: url(images/background_silver.jpg);
}


#siviLinkNormal
{
    font-family: Verdana, Arial;
    font-size: 10;
    color: 888888;
}




#dootzkyMenu ul
{
	list-style-type: none;
	text-align: left;
	color: gray;
	padding: 0px;
}

#dootzkyMenu ul li a
{
	background: none;
	padding-left: 20px;
	color: black;
}

#dootzkyMenu ul li a:hover
{
	background: url(images/go.png) center left no-repeat;
}