
/* basic elements */
html {
	margin: 0px;
	padding: 0px;

	}

body {
 	margin: 0px 0px 0px 0px;
	font-size: 9pt;
	color: #555753;
	padding: 0px;
	background: #f7f7f7;
	
	 	
	}

img {border-width: 0px;}

h1 {font-size: 13pt;
font-weight: bold;
color: #537ea0;
}


a {
font-size: 9pt;
padding-left:17px;

}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #537c9e;
	background: url(alink.jpg) no-repeat bottom left;
	
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c96;
	background: url(alink.jpg) no-repeat bottom left;
	
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ff9000;
	background: url(blink.jpg) no-repeat bottom left;
	
	}

	


.obrazok{}
a.obrazok { 	background: transparent;
		padding-left:4px;
}




