@charset "utf-8";
/* CSS Document */

<!--

body {	
	margin-left:		5px;
	margin-top: 		5px;
	margin-right: 		5px;
	margin-bottom: 		5px;
	font: 				11px Arial, sans-serif; 
}

a {
	outline:			none
}

img { 
	border: 			0;
}

.vsebina { 
	color:				#000;
	font-size:			11px;
	font-weight:		bold;	
}

.resitev_tabela {
	text-align: 	justify;
	padding-top:	5px;
}

.resitev_ol {
	margin-top: 	0;
	margin-bottom:	0;
	padding-left: 	18px;
	font-weight:	normal;
}

	.resitev_li {
		padding-top:5px;
	}
	
	.resitev_ol_1 {
		margin-top: 	0;
		margin-bottom:	0;
		padding-left: 	15px;
		font-weight:	normal;
	}

.bold_italic {
	font-weight:	bold;
	font-style:		italic;
}

.opis {
	font-weight:	normal;
}

	.opis a {
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			10px;
		text-decoration: 	none;
		color:				#000;
		font-weight:		bold;
	}
	
		.opis a:hover {
			color:				#009;
		}
		
		.opis a:active {
			color:				#009;
		}

-->