body{
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 12px;
	color: Black;
	background-color: #dfebff;
	margin-top: 15px;
	line-height: 20px;
}

p{
	font-size: 13px;
}

img {
background: #FFFFFF;
border: 1px solid #ffad2a;
padding: 2px;
}

img.no {
border: 0px;
padding: 0px;
}

p.boom{
	font-size: 17px;
	font-weight: bold;
	color: #ffad2a;
}

p.boom2{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

p.rodovnik{
	color: black;
	font-size: 11px;
	font-weight: lighter;	
}

a:link, a:visited{
	color: #3e63a4;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: Green;
	text-decoration: underline;
}

input, textarea{
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 12px;
	color: Black;
}

table.rod {
	border-collapse: collapse;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #e4e4e4;
	border-width: 1px 1px 1px 1px;
}

table.rod td {
	border-collapse: collapse;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #e4e4e4;
	border-width: 1px 1px 1px 1px;
}
		
#cat{
	background-color: #ffac29;
	border: 0px solid #4A7DA1;
	padding: 12px;
}
		
#cat ul{
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #D6E3E9;
	border-right: 1px solid #D6E3E9;
	border-left: 1px solid #D6E3E9;
}

#cat ul li{
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 27px;
			
	display: block;
	width: 199px;			
	background-color: black;
	
	color: white;
	
	border-left: 0px solid #D6E3E9;
	border-bottom: 1px solid #D6E3E9;
}
		
#cat ul li a,#cat ul li a:link,#cat ul li a:visited{
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	display: block;
	background-color: #6f9c49;
	padding: 0px;
	margin: 0px;
	color: white;
	text-decoration: none;
	width: 100%;
	/*border-left: 4px solid white;
	border-bottom: 1px solid white;*/
} 
		
#cat ul li a:hover{/*},#cat ul li a:visited{*/
	/*border-bottom: 1px solid white;*/
	display: block;
	font-weight: bold;
	/*width: 300px;*/
	background: #d9e461;
	/*border-left: 4px solid white;*/
	/*border: 1px dashed black;*/
} 
		



